body{
	margin: 0;
}
html, body{
    overflow-x: hidden;
  max-width: 100%;
}
.subscribe-form .elementor-form-fields-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
@media(max-width: 1200px){
  .subscribe-form .elementor-form-fields-wrapper {
  flex-wrap: wrap !important;
}
.subscribe-form .elementor-field-group.elementor-column.elementor-field-type-submit.elementor-col-100.e-form__buttons{
      justify-content: flex-start !important;
}
}


.subscribe-form button {
  white-space: nowrap;
}

.subscribe-form .elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit{
    justify-content: flex-end !important;
}

.subscribe-form .elementor-field-group-email {
  position: relative;
}

.subscribe-form input[type="email"] {
  padding-right: 35px; /* Give space for the arrow */
}

/* Arrow icon */
.subscribe-form .elementor-field-group-email::after {
  content: "\2192"; /* Unicode for right arrow */
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  font-size: 24px;
  font-weight: bold;
  pointer-events: none;
}
.subscribe-form button.elementor-button.elementor-size-sm{
  cursor: pointer;
}
@media(max-width: 1300px){
.subscribe-form button.elementor-button.elementor-size-sm{
  padding: 5px 20px !important;
}
}
.link-underline p a{
  color: #000;
  text-decoration: underline;
}
.footer-menu-align h2 a:hover{
  text-decoration: underline;
}
.product-custom{
  width: 100% !important;
}
.product-custom .woocommerce ul.products li.product .button{
  display: none;
}

.page-id-19 .woocommerce{
  display: none;
}
.product-custom .woocommerce{
  display: block !important;
}
.menu-hover h2 a{
  cursor: pointer;
}
.menu-hover h2 a:hover{
  text-decoration: underline;
}

/* --- Custom Layout Styling --- */
.custom-product-layout {
  display: flex;
  flex-wrap: nowrap; /* prevent wrap */
  width: 100vw;
  max-width: 100%;
  margin: 0 auto;
  margin-top: -2px;
  margin-bottom: -30px;
}

.product-image-column{
  width: 55vw;
  box-sizing: border-box; /* important for padding */
}
.product-info-column {
  width: 45vw;
  box-sizing: border-box; /* important for padding */
}

.product-image-column img {
  width: 100%;
  height: auto;
  display: block;
}

.product-info-column {
  /* padding: 150px 220px 0 220px;  */
  /* margin: 150px auto; */
  margin: 20px auto;
  max-width: 510px;
  display: flex;
  flex-direction: column;
  /* justify-content: flex-start; */
  justify-content: center;
}

/* Optional styling */
.woocommerce div.product .product_title {
  font-size: 28px;
  margin-bottom: 10px;
}

.woocommerce div.product p.price {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 20px;
}

.woocommerce div.product form.cart {
  margin-top: 20px;
}

/* Responsive - stack on smaller screens */
@media (max-width: 1024px) {
  .custom-product-layout {
    flex-direction: column;
  }

  .product-image-column,
  .product-info-column {
    width: 100%;
  }
}


.product-details-table .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.product-details-table .label {
  font-weight: 400;
  color: #000;
  font-family: "Kalice";
  font-size: 18px;
  text-transform: uppercase;
}

.product-details-table .value {
  text-align: right;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-family: "Kalice";
  font-weight: 400;
}

.product-details-table .underline {
  text-decoration: underline;
}
.woocommerce-Price-currencySymbol{
  text-transform: uppercase;
  font-family: "Helvetica";
  font-weight: 400;
}


.color-swatch {
  width: 27px;
  height: 27px;
  display: inline-block;
  border: 1px solid #ddd;
}

.product-description{
   font-weight: 400;
  color: #000;
  font-family: "Helvetica";
  font-size: 18px;
  padding-bottom: 30px;
}

.product-buttons form.cart {
  margin-bottom: 15px;
}

.single_add_to_cart_button {
  font-family: "Roboto" !important;
  width: 100%;
  background-color: #000 !important;
  color: white;
  height: 50px;
  border: none;
  cursor: pointer;
  font-weight: 400 !important;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 0px !important;
}

.quick-buy-button {
  font-family: "Roboto" !important;
  width: 100%;
  background-color: white;
  color: #000;
  border: 1px solid #000;
  height: 50px;
  font-weight: 400 !important;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0px !important;
  cursor: pointer;
}

.single_add_to_cart_button:hover{
  background-color: #FFF !important;
  color: #000 !important;
  border: 1px solid #000 !important;
}

.quick-buy-button:hover{
 background-color: #000 !important;
  color: white !important;
}

.free-shipping{
  padding: 50px 0 60px 0;
}
.free-shipping p{
   font-weight: 400;
  color: #000;
  font-family: "Kalice";
  font-size: 18px;
  line-height: 10px;
}

.product-accordion {
  /* border-top: 1px solid #000; */
  font-family: serif;
  font-size: 16px;
}

.product-accordion .accordion-item {
  border-top: 1px solid #000;
  padding-left: 10px;
}
.product-accordion .accordion-item:last-child {
  border-bottom: 1px solid #000;
}

.accordion-header {
  background: none;
  border: none;
  padding: 10px 0;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: "Kalice";
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.accordion-header .icon {
  font-size: 30px;
  transition: transform 0.3s ease;
}


.accordion-content {
  display: none;
  padding: 0 0 10px 0;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  font-family: "Helvetica";
}


/* .product-info-column .product-description{
  display: none;
} */

.custom-cart-link{
  font-family: "Roboto" !important;
  font-size: 17.48px;
  color: #000;
  font-weight: 400;
}



/* .product-custom .woocommerce ul.products li.product .button {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(10px);
  position: relative;
  z-index: 10;
   top: -161px;
  width: 100%;
  background-color: #000;
  color: #FFF;
  border-radius: 0 !important;
  height: 50px;
  align-content: space-evenly;
  font-family: "Roboto" !important;
  font-size: 18px;
  font-weight: 400 !important;
  text-transform: uppercase;
} */

/* .product-custom .woocommerce ul.products li.product:hover .button {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
 
} */



.product-buttons .qty {
  display: none;
}


.product-buttons .variations tr {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-top: 20px;
}


.product-buttons table{
  width: 100%;
}
.product-buttons .variations th.label {
  text-align: left;
  font-weight: 400;
  font-family: "Kalice", serif;
  font-size: 18px;
  padding: 0;
}


.product-buttons .variations td.value {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
}


.product-buttons .variable-items-wrapper {
  display: flex;
  gap: 10px;
}


.product-buttons .variable-item-span-color {
  width: 24px;
  height: 24px;
  border-radius: 2px;
}


.product-buttons .reset_variations {
   display: block;
  width: 100%;
  margin-top: 10px;
  margin-left: 0;
  text-align: right; 
  font-size: 14px;
  color: #666;
}

@media (max-width: 480px) {
  .product-buttons .variations tr {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-buttons .variations td.value {
    justify-content: flex-start;
  }

  .product-buttons .reset_variations {
    margin-left: 0;
  }
}

.product-buttons .variable-items-wrapper li{
  font-family: "Kalice" !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  border-radius: 0 !important;
}

@media (max-width: 768px) {
  .custom-product-layout {
    flex-direction: column;
  }

  .product-image-column,
  .product-info-column {
    width: 100%;
    margin: 0 auto;
  }

  .product-info-column {
    margin: 50px auto;
    max-width: 100%;
    padding: 0 15px;
  }
  .free-shipping p{
    line-height: 30px !important;
  }

  /* Swiper buttons position fix */
  .swiper-button-prev,
  .swiper-button-next {
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: 20px;
  }

  /* Thumbnail row on bottom */
  .thumb-slider {
    order: 2;
    margin-top: 10px;
  }

  .duplo-gallery-wrapper {
    display: flex;
    flex-direction: column;
  }

  .thumb-slider .swiper-slide {
    width: auto !important;
  }
}
@media (max-width: 480px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}

@media(min-width: 1024px) and (max-width: 1483px){
  .product-info-column{
    max-width: 35% !important;
  }
  .free-shipping p{
    line-height: 30px !important;
  }
    .product-more-text{
      max-width: 35% !important; 
  }
}



.shop-menu, .learn-menu {
  background: white; 
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  border-radius: 10px;
  min-width: 200px;
}

.shop-menu,
.learn-menu {
  display: none;
  position: absolute; 
  top: 100%; 
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.shop-menu.visible,
.learn-menu.visible {
  display: block;
  opacity: 1;
  visibility: visible;
}

.menu-underline ul li a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.search-con {
  display: none !important;
  position: absolute !important;
  top: 94% !important;
}

.search-con.visible {
  display: block !important;
}


/* Single product gallery start */
/* .duplo-gallery-wrapper {
  display: flex;
  gap: 50px;
  align-items: start;
  flex-wrap: wrap;
} */
 .duplo-gallery-wrapper {
  display: flex;
  align-items: stretch; /* 🔁 Make both sliders the same height */
  gap: 50px;
  flex-wrap: nowrap; /* 🔁 Prevent wrapping */
}


/* .duplo-gallery-wrapper {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  align-items: stretch;
  width: 100%;
} */


/* .thumb-slider {
  display: flex;
  flex-direction: column;
  gap: 10px;
} */
 .thumb-slider {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%; /* 🔁 Stretch to match main-slider */
}

.thumb-slider .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
      height: auto !important;
    max-width: 134px !important;
}

.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


/* .main-slider {
  flex: 1; 
  max-width: calc(100% - 135px); 
  aspect-ratio: 1 / 1;
  position: relative;
} */

.main-slider {
  flex: 1;
  height: 100%;
  aspect-ratio: auto; /* Remove fixed aspect ratio so height can match */
  position: relative;
  display: flex;
  flex-direction: column;
}
.main-slider .swiper-wrapper {
  flex: 1;
}


/* .main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
} */


.main-slider .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.duplo-gallery-wrapper .swiper {
  margin-left: 0 !important;
}

.duplo-gallery-wrapper .swiper-backface-hidden .swiper-slide {
  margin-bottom: 0 !important;
}
.duplo-gallery-wrapper .swiper-slide {
  width: 100% !important;
}

@media(min-width: 1550px){
  .duplo-gallery-wrapper .swiper-backface-hidden .swiper-slide{
    max-height: 930px;
  }
}



.main-slider {
  width: 100%;
  height: auto;
  position: relative;
}


.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  color: #FFF;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 68px;
  top: auto;
  transform: translateY(0);
  z-index: 10;
  border: 1px solid #FFF;
}


.main-slider .swiper-button-prev {
  left: calc(50% - 40px);
}

.main-slider .swiper-button-next {
  right: calc(50% - 40px);
}

.duplo-gallery-wrapper .swiper-button-next:after, .duplo-gallery-wrapper .swiper-button-prev:after{
  font-size: 10px;
  font-weight: bold;
}
.main-slider .swiper-button-prev{
  margin-left: -27px;
}
.main-slider .swiper-button-next{
  margin-right: -27px;
}
  

/* Single product gallery end */

/* .product-more{
  display: flex;
    flex-wrap: nowrap;
    width: 100vw;
    max-width: 100%;
    margin: 0 auto;
}

.product-more-img{
    width: 55vw;
    box-sizing: border-box;
    }
    .product-more-text{
    width: 45vw;
    box-sizing: border-box;
    } */

    /* .product-more {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 156px;
  background-color: #FBFBF6;
  padding-left: 185px;
    padding-right: 140px;
}

.product-more-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}


.product-more-img {
  flex: 1 1 55%;
  max-width: 55%;
}

.product-more-img img {
  width: 100%;
  height: auto;
  display: block;
}

.product-more-text {
  flex: 1 1 45%;
 
  max-width: 485px;
  margin: auto;
}
.reverse .product-more-text{
  text-align: right;
}

.product-more-text h3 {
  font-family: "Kalice";
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 80px;
  color: #000;
}

.product-more-text p {
 font-family: "Roboto";
 font-weight: 400;
  font-size: 16px;
  margin-bottom: 98px;
  color: #000;
} */

.product-more {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 156px;
  background-color: #FBFBF6;
  padding-left: 183px;
  padding-right: 133px;
  padding-top: 90px;
  padding-bottom: 60px;
}

.product-more-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
}

.product-more-img {
  flex: 1 1 55%;
  max-width: 55%;
}

.product-more-img img {
  width: 100%;
  height: auto;
  display: block;
}

.product-more-text {
  flex: 1 1 45%;
  max-width: 485px;
  /* margin: auto; */
}

.reverse .product-more-text {
  text-align: right;
  margin: auto;
}

.product-more-text h3 {
  font-family: "Kalice";
  font-weight: 400;
  font-size: 40px;
  margin-bottom: 80px;
  color: #000;
}

.product-more-text p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 98px;
  color: #000;
}

/* ✅ Responsive adjustments */
@media (max-width: 1024px) {
  .product-more {
    padding-left: 60px;
    padding-right: 60px;
    gap: 100px;
  }

  .product-more-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .product-more-img,
  .product-more-text {
    max-width: 100%;
    flex: 1 1 100%;
  }

  .product-more-text h3 {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .product-more-text p {
    font-size: 15px;
    margin-bottom: 60px;
  }

  /* ✅ Disable reverse text alignment on small screens */
  .reverse .product-more-text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .product-more {
    padding-left: 20px;
    padding-right: 20px;
    gap: 80px;
  }

  .product-more-text h3 {
    font-size: 28px;
  }

  .product-more-text p {
    font-size: 14px;
  }

  /* ✅ Force image first, text second on all rows */
  .product-more-row.reverse .product-more-text {
    order: 2;
  }

  .product-more-row.reverse .product-more-img {
    order: 1;
  }
}

.single-product .related-products-section .related h2{
  display: none;
}
.single-product .related-products-section .related ul h2{
  display: block !important;
  font-family: "Roboto";
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{
    font-family: "Roboto";
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
.related-products-section{
  padding: 111px 0 101px 0;
}
.related-title{
  font-family: "Kalice";
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  padding-bottom: 104px;
  text-transform: uppercase;
  color: #000;
}

.woocommerce .related-products-section ul.products li.product, .woocommerce-page ul.products li.product{
  width: 25%;
  margin: 0;
}
@media(max-width: 768px){
  .woocommerce .related-products-section ul.products li.product, .woocommerce-page ul.products li.product{
    width: 50% !important;
    margin-bottom: 40px !important;
  }
}
.related-products-section .add_to_cart_button{
  display: none !important;
}
.learn-more-btn {
  display: inline-block;
  padding: 15px 25px;
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  font-family: "Roboto";
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
}

.learn-more-btn:hover {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
}

/* cart styles start */
 .woocommerce-cart .page-single{
  padding: 40px;
 }
 .woocommerce-checkout .page-single{
  padding: 40px;
 }
 @media(min-width: 992px){
   .woocommerce-cart .page-single{
  padding: 100px;
 }
  .woocommerce-checkout .page-single{
  padding: 100px;
 }
 }

 .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header th, table.wc-block-cart-items .wc-block-cart-items__header th{
  font-family: "Kalice";
  font-size: 16px;
 }
.is-large.wc-block-cart .wc-block-cart__totals-title{
  font-family: "Kalice";
  font-size: 16px;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name{
  font-family: "Kalice";
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.wc-block-components-formatted-money-amount{
   font-size: 18px;
  font-family: "Kalice";
  text-transform: uppercase;
}
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
  font-size: 20px !important;
}

.wc-block-components-product-details__name, .wc-block-components-product-details__value{
  font-family: "Kalice";
  font-size: 18px;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input{
  font-family: "Kalice";
}
.is-large.wc-block-cart .wc-block-cart__totals-title{
  font-family: "Kalice";
  font-size: 18px;
  color: #000;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item{
   font-family: "Kalice";
  font-size: 18px;
  color: #000;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link{
  font-family: "Kalice";
  font-size: 14px;
}
 .woocommerce-cart .wc-block-components-button__text{
  font-size: 18px;
  color: #fff;
  padding: 15px 25px;
  font-family: "Roboto";
  background-color: #000;
  text-decoration: none !important;
 }
 .woocommerce-cart .wc-block-components-button__text:hover{
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
 }
 .woocommerce-cart .wc-block-cart__submit-container a{
  text-decoration: none;
 }
 /* cart styles end */

 /* Checkout styles start */

 .wc-block-components-title.wc-block-components-title{
  font-family: "Kalice";
  font-size: 18px;
 }
.wc-block-components-checkout-step__description{
    font-family: "Kalice";
  font-size: 16px;
}
.wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label{
     font-family: "Kalice" !important;
  font-size: 16px !important;
}
.wc-block-components-address-form__address_2-toggle{
  font-family: "Kalice" !important;
  font-size: 16px !important;
}
.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox>span{
  font-family: "Kalice" !important;
  font-size: 16px !important;
}
.wc-block-components-checkout-return-to-cart-button{
   font-family: "Kalice" !important;
  font-size: 16px !important;
}
.wc-block-components-button:not(.is-link){
  font-family: "Roboto";
  font-size: 18px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
}
.wc-block-components-button:not(.is-link):hover{
   background-color: #fff;
  color: #000;
  border: 1px solid #000
}
  /* Checkout styles end */

  /* Product category styles start */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{
  font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 26px;
    text-align: center;
    color: #000;
}
.woocommerce ul.products li.product .button{
  display: none;
}
.woocommerce .woocommerce-result-count{
  padding: 40px 0 40px 40px;
  font-family: "Kalice";
  font-size: 16px;
  color: #000;
}
.woocommerce .woocommerce-ordering{
  padding: 40px 40px 40px 0;
  font-family: "Kalice";
  font-size: 16px;
}
.woocommerce .woocommerce-ordering select{
  font-family: "Kalice";
  font-size: 16px;
  padding: 10px;
}
@media(min-width: 768px){

}
/* Product category styles end */

.mobile-search{
  display: flex;
  padding: 15px 25px;
}
.mobile-search input[type="search"]{
  flex-grow: 1; 
    padding: 10px;
    border: 1px solid #000;
    font-family: "Roboto", Sans-serif;
    font-size: 17.48px;
    font-weight: 400;
    border-right: none;
}
.mobile-search button{
  padding: 15px 25px;
    border: 1px solid #000;
    border-left: none;
    border-radius: 0 4px 4px 0;
    background: #eee;
    cursor: pointer;
}
.mobile-search button img{
  font-size: 18px;
}