/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

:root {
  --wpforms-button-background-color: #1c23ba !important;
}
::selection {
  background-color: #1b1b1b;
  color: #fff;
}
body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.8em;
}
body.menu-open {
  overflow: hidden;
}
body.error404 #content {
  padding: 6rem 0;
  text-align: center;
}

ul {
  list-style-type: none;
  padding-left: 0;
}
.comments-area a,
.page-content a {
  text-decoration: none;
}
p {
  margin: 0;
}

a,
svg,
i {
  transition: 0.3s ease all;
}
.ehf-header #masthead {
  z-index: 999;
}

@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 3rem, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

#page .fadeInUp {
  animation-name: fadeInUpCustom;
}

#masthead .elementor-icon svg {
  cursor: pointer;
  transition: 0.3s ease all;
}

.float-animation svg {
  transform: translateY(0);
  transition: 0.3s ease all;
}
.float-animation:hover svg {
  transform: translateY(-0.5rem);
}

/* Desktop Menu */
#masthead a.hfe-menu-item {
  padding: 0 1rem;
  transition: 0.3s ease all;
}
#masthead a.hfe-menu-item:hover {
  color: var(--e-global-color-accent);
}

.sub-arrow i {
  background: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128" viewBox="0 0 128 128" xml:space="preserve"><path d="M 0 62 L 126 62 M 62 0 L 62 126" stroke="%23dead66" stroke-width="32" stroke-linecap="round" /></svg>');
  background-repeat: no-repeat;
  background-size: cover;
  width: 0.5rem;
  height: 0.5rem;
}
.sub-arrow i::before {
  display: none;
}
#masthead .hfe-nav-menu .sub-arrow {
  margin-left: 6px;
  margin-top: -7px;
  transition: 0.5s ease all;
}
a.hfe-menu-item:hover .sub-arrow {
  transform: rotate(90deg);
}
#masthead .menu-item .hfe-has-submenu-container:has(+ ul:hover) a {
  color: var(--e-global-color-accent);
}
#masthead .hfe-nav-menu .sub-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  background-color: transparent;
  position: absolute;
  top: -1rem;
  left: 0;
  right: 0;
}
#masthead .hfe-nav-menu .sub-menu {
  margin-top: 1rem;
  padding: 0.5rem;
  transform: translateY(2rem);
  transition: all 0.3s linear;
}
#masthead .hfe-nav-menu .menu-item:hover .sub-menu {
  transform: translateY(0);
}
#masthead .hfe-nav-menu .sub-menu a {
  color: #000;
  padding: 1rem;
  transition: 0.2s ease all;
}
#masthead .hfe-nav-menu .sub-menu a:hover {
  background: var(--e-global-color-accent);
  color: #fff;
}
#masthead .menu-trigger .elementor-icon svg {
  width: 25px;
  height: auto;
  cursor: pointer;
}

/* Mobile Menu */
#masthead .elementor-widget-icon.menu-trigger .elementor-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#masthead .elementor-widget-icon:not(.menu-trigger):not(.logo) {
  line-height: 16px;
  height: 16px;
}

.hndsm_menu_wrapper {
  background-color: #fff;
  position: fixed;
  inset: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in all;
}
.hndsm_menu_wrapper.active {
  opacity: 1;
  visibility: visible;
}
.hndsm_menu_header {
  min-height: 150px;
}
.hndsm_menu_content {
  width: 750px;
  max-width: 100%;
  padding: 1rem;
  margin: 0 auto;
}
.hndsm_menu_wrapper ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  list-style: none;
}
.hndsm_menu_wrapper ul ul {
  gap: 1rem;
}
.hndsm_menu_wrapper ul ul a {
  font-size: 1.5rem;
}
.hndsm_menu_wrapper .menu > li {
  position: relative;
  transform: translateY(0);
  transition: 0.3s ease all;
  opacity: 0;
}
.hndsm_menu_wrapper.active .menu > li:nth-child(1) {
  animation: show_menu 0.3s 0.2s forwards;
}
.hndsm_menu_wrapper.active .menu > li:nth-child(2) {
  animation: show_menu 0.3s 0.25s forwards;
}
.hndsm_menu_wrapper.active .menu > li:nth-child(3) {
  animation: show_menu 0.3s 0.3s forwards;
}
.hndsm_menu_wrapper.active .menu > li:nth-child(4) {
  animation: show_menu 0.3s 0.35s forwards;
}
.hndsm_menu_wrapper.active .menu > li:nth-child(5) {
  animation: show_menu 0.3s 0.4s forwards;
}
.hndsm_menu_wrapper.active .menu > li:nth-child(6) {
  animation: show_menu 0.3s 0.45s forwards;
}
.hndsm_menu_wrapper.active .menu > li:nth-child(7) {
  animation: show_menu 0.3s 0.5s forwards;
}

@keyframes show_menu {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  100% {
    transform: translateY(-10px);
    opacity: 1;
  }
}

.hndsm_menu_wrapper a {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: -1px;
  font-weight: bold;
}

.hndsm_menu_trigger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  width: 1.5rem;
}
.hndsm_menu_trigger span {
  height: 1px;
  transition: all 0.3s ease;
  align-self: flex-end;
  background-color: #fff;
}
body:not(.home) .hndsm_menu_trigger span {
  background-color: #000;
}
.hndsm_menu_trigger.active span {
  background-color: #000;
  transition: all 0.3s ease;
}
.hndsm_menu_trigger span:nth-child(2) {
  width: 75%;
}
.hndsm_menu_trigger.active span:first-child,
.hndsm_menu_trigger.active span:last-child {
  background-color: #fff;
  width: 0;
  /* opacity: 0; */
}
.hndsm_menu_trigger:not(.active) span:first-child,
.hndsm_menu_trigger:not(.active) span:last-child {
  width: 100%;
  /* opacity: 1; */
  transition: all 0.3s ease;
}
.hndsm_menu_trigger:not(.active) span:not(:nth-child(2)) {
  /* opacity: 1; */
}

.hndsm_menu_trigger:not(.active):hover span:nth-child(2) {
  width: 100%;
}

.hndsm_menu_trigger.black span {
  background-color: #000;
}
.hndsm_menu_trigger.black.active span:first-child,
.hndsm_menu_trigger.black.active span:last-child {
  background-color: #000;
}
.hndsm_menu_trigger {
  position: relative;
  z-index: 99999999;
}

/* Content slider */
body:not(.elementor-editor-active) .swiper-wrapper {
  background: #000;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}
.swiper-initialized.content-slider .e-con.e-flex {
  flex-shrink: 1;
}
.swiper-initialized.content-slider .swiper-wrapper > .e-con.e-flex {
  flex-grow: initial;
  flex-shrink: 0;
}
.swiper-initialized.content-slider .swiper-slide {
  display: flex;
}
.swiper-slide > div:not(.swiper-image) {
  opacity: 0;
}
.swiper-slide.swiper-slide-active > div:not(.swiper-image) {
  opacity: 1;
  transition: 1s linear;
}

.swiper-image,
.swiper-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide .swiper-image {
  /* transform: scale(1); */
  /* transition: 10s linear; */
}
.swiper-slide.swiper-slide-active .swiper-image {
  /* transform: scale(1.3); */
}

#page .swiper-button-prev,
#page .swiper-button-next {
  width: 4rem;
  height: 4rem;
  color: #fff;
  transition: 0.3s ease all;
}
#page .swiper-button-next {
  transform: scaleX(-1);
}

#page .swiper-button-prev:hover,
#page .swiper-button-next:hover {
  color: var(--e-global-color-accent);
}
#page .swiper-button-prev:after,
#page .swiper-button-next:after {
  display: none;
}

/* Icon box */
.icon-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 142px;
  height: 142px;
  overflow: visible;
}
.icon-box::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(/wp-content/uploads/2025/09/bg-waves.png);
  background-position: 0% 10%;
  background-color: var(--e-global-color-accent);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1);
  border-radius: 50%;
}
.icon-box:hover::after {
  transform: scale(1.05);
  transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 4.75);
}

.icon-box svg {
  z-index: 9;
}

/* Sub Header Breadcrumbs */
.hndsm_breadcrumbs {
  width: 100dvw;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 9rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hndsm_breadcrumbs::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hndsm_breadcrumbs * {
  z-index: 2;
}
.hndsm_breadcrumbs h1 {
  color: #fff;
  font-family: "Barlow", Sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 3rem 0;
}
.hndsm_breadcrumbs ul {
  display: flex;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.hndsm_breadcrumbs li {
  list-style-type: none;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #fff;
}
.hndsm_breadcrumbs li a {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: var(--e-global-color-accent);
}

.hndsm_breadcrumbs li a:hover {
  color: #fff;
}
.hndsm_breadcrumbs li:not(:last-child):after {
  margin: 0px 11px 0 15px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  display: inline-block;
  font: normal normal normal 14px / 1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "/";
  font-size: 20px;
  font-weight: 600;
  color: #9c2330;
}

/* Product page */
.woocommerce-page #main {
  max-width: 1200px;
  padding: 6rem 1rem;
}
.single-product .product_title {
  display: none;
}
.single-product .product .summary {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
#page .price {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: var(--e-global-color-accent);
}

#page .button:focus,
#page .wc-block-components-button:focus,
#page button[type="submit"]:not(.wp-block-search__button):focus {
  box-shadow: 0 0 0 2px #9c2330;
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 2px #9c2330;
  outline: 3px solid transparent;
}
#page .button,
#page .wc-block-components-button,
#page button[type="submit"]:not(.wp-block-search__button) {
  height: auto;
  font-family: "Barlow", sans-serif;
  border-radius: 0px;
  background-clip: border-box;
  transition: color 0.3s ease, opacity 0.3s ease, border 0.3s ease,
    background 0.3s ease, box-shadow 0.25s ease-in-out;
  font-weight: 700;
  font-size: 14px;
  padding: 16px 54px 16px 38px;
  white-space: normal;
  min-width: 145px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease all;
  transform: scale(1);
  border: 0;
  color: #fff;
  background-color: #9c2330;
  border-color: #9c2330;
  text-decoration: none;
}
#page .button::before,
#page .wc-block-components-button::before,
#page button[type="submit"]:not(.wp-block-search__button)::before {
  content: "";
  display: block;
  background-color: #191716;
  position: absolute;
  inset: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: width 0.25s ease-out;
}
#page .button:hover::before,
#page .wc-block-components-button:hover::before,
#page button[type="submit"]:not(.wp-block-search__button):hover::before {
  width: 100%;
}

#page .button::after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center !important;
  right: 24px;
  font-size: 28px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page .button:hover::after {
  transform: translateY(-50%) rotate(90deg);
}

#page .quantity {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  margin: 0 1em 0 0;
  width: 95px;
  height: 46px;
}
.quantity input[type="number"]::-webkit-outer-spin-button,
.quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quantity input[type="number"] {
  padding: 0;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  border: none;
  appearance: none;
  -moz-appearance: textfield;
}
.quantity button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  right: 1px;
  width: 40px;
  height: 50%;
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
  cursor: pointer;
  top: 1px;
  border: none;
  padding: 0.5rem;
  transition: 0.3s ease all;
}
.quantity button:last-of-type {
  top: initial;
  bottom: 1px;
}
.quantity button svg {
  width: 1rem;
  height: auto;
  color: #000;
}
.quantity button.minus svg {
  transform: rotate(180deg);
}

#page .quantity button:hover,
#page .quantity button:focus {
  background: transparent;
}
.quantity button:hover {
  opacity: 0.5;
}
.single-product .product_meta {
  font-weight: bold;
}
.single-product .product_meta a {
  font-weight: normal;
}
.single-product #page .price {
  font-size: 2rem;
  margin: 0;
}
.single-product #page .product form.cart {
  margin: 0;
}
.single-product div.product div.images.woocommerce-product-gallery {
  height: 400px;
}
.single-product
  div.product
  div.images.woocommerce-product-gallery
  *:not(.woocommerce-product-gallery__trigger) {
  height: 100%;
}
.single-product div.product div.images.woocommerce-product-gallery img {
  object-fit: contain;
}

/* Single product - Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  text-align: center;
  padding-top: 40px;
}
#page .woocommerce-tabs .tabs li {
  border: none;
  background-color: transparent;
}
#page .woocommerce-tabs .tabs li a {
  font-size: 18px;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
}
#page .woocommerce-tabs .tabs li.active {
  border-bottom: 2px solid #9c2330;
}
#page .woocommerce-tabs .tabs li.active a {
  color: #515151;
}
#page .woocommerce-tabs .tabs li.active a {
  color: #000;
}
#page .woocommerce-tabs .panel h2 {
  display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
  display: none;
}

/* Related Products */
.single-product .related {
  margin-top: 6rem;
}
#page ul.products li img {
  height: 9rem;
  width: 100%;
  object-fit: contain;
}
#page ul.products::before,
#page ul.products::after {
  display: none;
}
#page ul.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
  justify-content: space-between;
}
#page ul.products li {
  flex: 1;
  width: auto;
  margin: 0;
  float: none;
  padding: 1rem;
  border: 3px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
#page ul.products li:hover {
  border-color: #f5e8d5;
}
#page ul.products li img {
  transition: all 0.3s ease;
}
#page ul.products li:hover img {
  opacity: 0.55;
}
#page .products h2 {
  font-weight: bold;
  text-align: center;
}
#page ul.products li h2 {
  font-size: 18px;
}
#page ul.products li .price {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}
#page ul.products .add_to_cart_button {
  opacity: 0;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  margin-top: 0px;
  width: 80%;
}
#page ul.products li:hover .add_to_cart_button {
  opacity: 1;
  margin-top: -20px;
}

/* Shop page */
.woocommerce-shop-wrapper {
  display: flex;
  justify-content: center;
  padding: 6rem 1rem;
  gap: 2rem;
}
.woocommerce-page #content {
  padding: 6rem 1rem;
}
.woocommerce-shop-wrapper-left {
  flex-basis: 25%;
}
.woocommerce-page .woocommerce-shop-wrapper-right {
  flex: 1;
}
.woocommerce-page .woocommerce-shop-wrapper-right #main {
  padding: 0;
}
.woocommerce-products-header-secondary {
  background-color: #f5e8d5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem;
  margin-bottom: 3rem;
}
.woocommerce .woocommerce-ordering select {
  appearance: none;
  border: none;
  font-size: 14px;
  background: transparent
    url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="128px" height="128px" viewBox="0 0 128 128" enable-background="new 0 0 128 128" xml:space="preserve"><line fill="none" stroke="currentColor" stroke-width="14" stroke-linecap="round" x1="64" y1="82" x2="20" y2="42"/><line fill="none" stroke="currentColor" stroke-width="14" stroke-linecap="round" x1="108" y1="42" x2="64" y2="82"/></svg>')
    no-repeat 95% center;
  background-size: 1rem;
}
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin: 0;
  color: #000;
}
.product .added_to_cart {
  display: none;
}

/* WooCommerce Sidebar */
.woocommerce-page .widget_search form[role="search"] {
  background-color: #9c2330;
  padding: 3rem 1rem;
}
.woocommerce-page
  .widget_search
  form[role="search"]
  .wp-block-search__inside-wrapper {
  border: none;
  background: #fff;
}
.woocommerce-page
  .widget_search
  form[role="search"]
  .wp-block-search__inside-wrapper
  input[type="search"] {
  border: 0;
  border-radius: 0;
  padding: 1rem 0.5rem;
  font-size: 14px;
}
.woocommerce-page .widget_search .wp-block-search__button {
  margin-left: 0;
}
.woocommerce-page
  .widget_search
  form[role="search"]
  .wp-block-search__inside-wrapper
  button[type="submit"] {
  border: 0;
  color: #000;
}
.woocommerce-page
  .widget_search
  form[role="search"]
  .wp-block-search__inside-wrapper
  button[type="submit"]:hover {
  background: transparent;
  color: #9c2330;
}
.woocommerce-page .widget_block {
  margin-bottom: 4rem;
}
.woocommerce-page .widget_text {
  padding: 0 0 10px;
  margin: 0 0 1rem 0;
  font-size: 18px;
  line-height: 1.2em;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  color: #191716;
  display: block;
  position: relative;
  text-transform: uppercase;
  border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.woocommerce-page .widget_text p {
  margin: 0;
}
.woocommerce-page .wp-block-categories-list {
  margin-left: 15px;
  list-style-type: none;
  padding: 0;
}
.woocommerce-page .wp-block-categories-list li a {
  padding: 6px 0 12px;
  display: inline-block;
  font-weight: bold;
}
.woocommerce-page .wp-block-categories-list li a::before {
  content: "•";
  font-size: 2rem;
  font-weight: 100;
  margin-left: -15px;
  margin-right: 10px;
  top: 6px;
  display: inline-block;
  position: relative;
  color: #9c2330;
}
.woocommerce-page .wp-block-categories-list li {
  position: relative;
}
.woocommerce-page .wp-block-categories-list li:not(:last-of-type)::after {
  content: "";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  position: absolute;
  left: -15px;
  right: 0;
  bottom: 0;
}

/* WooCommerce Pagination */
.woocommerce nav.woocommerce-pagination ul {
  margin-top: 3rem;
  border: transparent;
}
.woocommerce nav.woocommerce-pagination ul li {
  border: transparent;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  font-size: 18px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  background-color: #f1eee7;
  color: #191716;
  border-color: #191716;
  border-radius: 50%;
  text-align: center;
  vertical-align: top;
  margin: 0 8px;
  position: relative;
  z-index: 5;
  transition: all 0.3s ease;
}
.woocommerce nav.woocommerce-pagination ul .page-numbers.current {
  background: #f1eee7;
  border-color: #f1eee7;
  color: #bda881;
}
.woocommerce nav.woocommerce-pagination ul a.page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul a.page-numbers.next {
  font-size: 26px;
  font-weight: 900;
  border: 2px solid #000;
  background: transparent;
}
.woocommerce nav.woocommerce-pagination ul a.page-numbers:hover {
  background: #9c2330;
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul a.page-numbers.prev:hover,
.woocommerce nav.woocommerce-pagination ul a.page-numbers.next:hover {
  border-color: #9c2330;
}

/* WooCommerce Cart */
#masthead .hfe-search-layout-icon i {
  padding: 0;
  height: 16px;
  display: flex;
  transition: 0.3s ease all;
}
#hfe-site-header-cart .elementor-button-icon {
  height: 16px;
  display: flex;
  align-items: flex-start;
}

#masthead .hfe-search-button-wrapper input {
  padding: 1rem;
  top: -0.5em;
  right: -10px;
}
#masthead .hfe-search-button-wrapper.hfe-input-focus input {
  background-color: #f5e8d5;
}
#masthead .hfe-search-button-wrapper.hfe-input-focus i {
  color: #000;
}

#hfe-menu-cart__toggle_button {
  background-color: transparent !important;
}
#hfe-site-header-cart .elementor-button-icon::before {
  right: -1.3em;
  background-color: #9c2330;
}
#hfe-site-header-cart .elementor-button-icon:hover i {
  color: var(--e-global-color-accent);
}

.hfe-menu-cart__toggle {
  display: flex;
}

.woocommerce-cart .wc-block-components-product-metadata {
  display: none;
}
#content
  table.wc-block-cart-items
  .wc-block-cart-items__header
  .wc-block-cart-items__header-product {
  visibility: visible;
}
#content .wc-block-cart-items thead {
  background: #000 !important;
  color: #fff;
}
#content .wc-block-cart-items thead th {
  background: #000 !important;
  border: none;
  text-align: left;
  padding: 1rem;
}
#content .wc-block-cart-items thead th.wc-block-cart-items__header-total {
  text-align: right;
}
.wp-block-woocommerce-cart {
  width: 100%;
  margin-inline: initial;
}
#content .wc-block-components-totals-coupon__input input {
  height: 100%;
}

/* WooCommerce Checkout */
#content .wc-block-components-form input[type="text"],
#content .wc-block-components-form input[type="email"],
#content .wc-block-components-form input[type="tel"],
#content .wc-block-components-form select {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Shortcode - Products loop */
#page .hndsm_products_shortcode_loop ul.products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
#page .hndsm_products_shortcode_loop ul.products li {
  position: relative;
  text-align: center;
}

/* Form */
#page .wpforms-container input[type="text"],
#page .wpforms-container input[type="email"],
#page .wpforms-container textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 1rem;
  padding: 2rem;
}

#page button[type="submit"]:not(.wp-block-search__button) {
  margin: 0 auto;
}

.hndsm-sidebar .cat-item-39 {
  display: none !important;
}

/* Hide WooCommerce functionality */
.add_to_cart_button,
.price,
.cart {
  display: none !important;
}
#page .product div.images,
#page .product div.summary {
  width: 100% !important;
  float: none !important;
  text-align: center !important;
}

@media (max-width: 1024px) {
  .hndsm_breadcrumbs {
    padding: 4rem 1rem;
  }
  .hndsm_breadcrumbs h1 {
    font-size: 2rem;
  }
  .single-product ul.products ul {
    flex-direction: column;
  }

  .woocommerce-shop-wrapper {
    flex-direction: column-reverse;
  }
  #page ul.products {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }
  #page .hndsm_products_shortcode_loop ul.products {
    grid-template-columns: repeat(2, 1fr);
  }
}
