/** Shopify CDN: Minification failed

Line 30:0 All "@import" rules must come first

**/
/* @font-face {
    font-family: 'SofiaProSoft';
    src: url('/cdn/shop/files/SofiaProSoftRegular.ttf?v=1727198021') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SofiaProSoft Bold';
    src: url('/cdn/shop/files/SofiaProSoftBold.ttf?v=1727198021') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: 'DM Sans';
  src: url('dm-sans-variable.woff2') format('woff2-variations'),
       url('dm-sans-variable.woff2') format('woff2');
  font-weight: 100 1000;
  font-style: normal;
  font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
  font-family: 'SofiaProSoft Bold';
  src: url('SofiaProSoftBold.eot');
  src: url('SofiaProSoftBold.eot?#iefix') format('embedded-opentype'),
      url('SofiaProSoftBold.woff2') format('woff2'),
      url('SofiaProSoftBold.woff') format('woff'),
      url('SofiaProSoftBold.ttf') format('truetype'),
      url('SofiaProSoftBold.svg#SofiaProSoftBold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'SofiaProSoft';
  src: url('SofiaProSoftRegular.eot');
  src: url('SofiaProSoftRegular.eot?#iefix') format('embedded-opentype'),
      url('SofiaProSoftRegular.woff2') format('woff2'),
      url('SofiaProSoftRegular.woff') format('woff'),
      url('SofiaProSoftRegular.ttf') format('truetype'),
      url('SofiaProSoftRegular.svg#SofiaProSoftRegular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


/* Recreate home page  */
:root {
  /* Hero Heading */
  --nmy-hero-heading: 60px;

  /* Section Heading */
  --nmy-heading: 55px;

  /* Subheading */
  --nmy-subheading: 25px;

  /* Paragraph */
  --nmy-text: 18px;
}

/* Tablet */
@media (max-width: 1024px) {
  :root {
    --nmy-hero-heading: 35px;
    --nmy-heading: 30px;
    --nmy-subheading: 23px;
    --nmy-text: 17px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  :root {
    --nmy-hero-heading: 30px;
    --nmy-heading: 28px;
    --nmy-subheading: 14px;
    --nmy-text: 15px;
  }
}
/*  end*/
.disclosure .disclosure__toggle{
  pointer-events: none !important;
}
h1, h2, h3, h4, h5, h6{ font-family: 'SofiaProSoft Bold', sans-serif !important; }
body, p, a, li, .cus-text-link .span{ font-family: 'SofiaProSoft', sans-serif, 'Times New Roman' !important; }  


/* cstm code */

a.disclosure-list__option.disclosure-option-with-parts {
    width: 25px;
}
.cstm-font {
    font-weight : 500;
    color: black !important;
}
.cstm-padding {
    padding-bottom : 20px;
}
.cstm-padding-coll {
    font-weight: 500;
    padding-left : 30px;
}
.cstm-font-rte {
    font-weight : 500;

}
/* .cstm-font-v, .cstm-font-size p{
    font-weight: 600;
} */
.cstm-font-size h2{
    font-size : 48px !important;
}
/* .cstm-font-size p{
    font-weight: 600;
} */
.cstm-border-radius {
    border-radius : 20px;
}

.new-cus-search{
  position: relative !important;
}
.cstm-font-rte.rte.inherit-colors.align-center {

justify-self: center;
max-width: 890px;
}
summary.cstm-padding-coll.cc-accordion-item__title {
    font-size: 21px;
    font-weight: bold;
}
/* ---------------------NOTE: Commented css is added in section css----------------------- */

.nav-right-side {
  opacity: .5;
}

.section-text-columns-with-images .section-spacing {
  /* padding-top: 3em;
  padding-bottom: 2em; */
}

.cstm-text-col-images .flexible-layout--columns-6 .column h3 {
color:#fff;
text-align:left;
}

.cstm-text-col-images .text-column__title {
  font-size:32px;
  font-weight: 600;
  padding-top:20px;
}

.cstm-text-col-images .text-column__text h3 {
  margin:0px;
  font-size:24px;
}

.cstm-text-col-images .text-column__text p {
  /* text-transform:uppercase; */
  margin:0px;
  font-size:16px;
}


/* Featured collection slider */

/* .cstm-feat-coll {
  margin-top: calc(100vw / 17.7);
  position: relative;
} */

.cstm-feat-coll::after {
  content: '';
  position: absolute;
  bottom: 0px; 
  left: 0;
  width: 100%;
  height: 100%; 
  background-image: url('white-to-yellow-wave.png');
  background-size: contain;
  background-repeat: no-repeat; 
  background-position: bottom;
   transform: translateY(calc(100vw / 9));
}

/* Review app section */
.cstm-app-section {
  position:relative;
}

.cstm-app-section::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%; 
  background-image: url('yellow-to-blue-wave.png'); 
  background-size: contain; 
  background-repeat: no-repeat; 
  background-position: bottom; 
  transform: translateY(calc(100vw / 11.9));
  z-index: 1;
}

/* Text col with images */
.cstm-text-col-imgs-outer, .cstm-text-col-imgs-outer1 {
  position: relative;
}

.cstm-text-col-imgs-outer::after {
  content: '';
  position: absolute;
  bottom: 0px; 
  left: 0;
  width: 100%;
  height: 100%; 
  background-image: url('blue-to-white-wave-alt.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: translateY(calc(100vw / 7.7));
  z-index: 1;
}

.cstm-text-col-imgs-outer1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(blue-to-white-wave.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  transform: translateY(calc(100vw / 17.7));
  z-index: 100;
}

/* Newsletter */
.contact-form .feature-subheader {
  margin-top: 30px;
  text-transform: normal;
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: auto;
}

.cstm-newsl-outer::before,.cstm-newsl-outer::after {
  content: "";
  position: absolute;
  background-image: url('flower.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cstm-newsl-outer::before {
  top: -70px;
  left: -70px;
  width: 176px;
  height: 176px;
}

.cstm-newsl-outer::after {
  bottom: -100px;
  right: -100px;
  width: 280px;
  height: 280px;
}

.contact-form input {
  min-height: 32px;
}

.contact-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.inline-mini-form.inline-mini-form--arrow {
  width: 100%;
}

/* Richtext */
.cstm-rich-text {
  background:#00B5AF!important;
  position:relative;
  padding: 100px 0 30px;
}
.cstm-rich-text::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 100%; 
  background-image: url('blue-to-white-wave-alt.png'); 
  background-size: contain;
  background-repeat: no-repeat; 
  background-position: bottom;
  transform: translateY(calc(100vw / 17.7));
}

/* Product price */
.price .cstm-theme-money , .current-price.theme-money {
  color: #00b5af !important;
  font-size: 28px;
}
.current-price.theme-money {
  font-weight: 600;
}

.price {
  display: flex !important;
  align-items: center;
  gap: 6px;
}
.cc-accordion-item__content {
    padding-inline: 30px;
}
/* Rating */
.cstm-loox-rating {
  padding: 12px 0 0;
  display: flex;
}

.cstm-loox-rating .loox-rating-label {
  font-weight: 700;
  font-size: 16px;
  font-family: 'BebasNeue-Regular';
  padding-top: 5px;
}
h2.feature-header.align-center.feature-header--visible {
    font-weight: bold;
}

.cst_rapper_pro_info {
    padding-bottom: 14px;
}
table {
  width: 100% 
}
html{
  padding-bottom:0 !important;
}

.cus-feature-subheader {
    background-color: #ffcd36;
    width: fit-content;
    text-align: center;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    letter-spacing: normal;
    font-weight: 600;
    padding: 15px;
    margin-bottom: 15px;
}
.cus-para.rte.line-2 {
    font-size: 20px;
    color: #fff;
    
}
.ai-image-text-heading-aoxmrze5nsvlhvkdnzaigenblock80f6ec2jefkbd {
  font-weight: bold;
}

.style-3-col{ background: linear-gradient(to bottom, #0000 0%, #0000 75%, #00b5af 75%, #00b5af 100%); }
.style-3-col .cc-gallery.gallery--with-margins .gallery__item { margin: 20px; width: auto; }
.style-3-col .cc-gallery.gallery--with-margins .gallery__item .cstm-border-radius { border-radius: 6px; }
.style-3-col .cc-gallery .overlay-type.overlay .inner > *{ display: block; }
.style-3-col .cc-gallery .overlay-type.overlay .inner .overlay__content .cus-para p{ font-size: 25px; line-height: 1.2;font-weight: 400; }
.style-3-col .cc-gallery .overlay-type.overlay .inner .overlay__content h2.cus-heading.line-1 { font-size: 34px !important; color: #fff; }
.style-3-col .cc-gallery .overlay-type.overlay .inner .overlay__content .cus-feature-subheader{ padding: 15px 40px; color: #594837; text-transform: uppercase; }
.style-3-col .cc-gallery.gallery--with-title{ padding-top: 0 !important; }

.price.ctm_price_item {
  padding-bottom: 9px;
  font-size: 24px;
  color: #000;
}

@media (min-width: 768px) {
  .product-area--carousel .theme-gallery .product-media .rimage-wrapper .rimage__image {
    object-fit: contain !important;
  }
  .image-with-text__text__wrap.padded-block-y {
    padding-right: 0px;
    margin-right: 0px;
  }
  .slideshow:not(.banner-text-formatting) .overlay-type.overlay.position--left.position--bottom {
    padding: 45px 30px !important;
  }

  .style_3_col .cc-gallery .overlay-type.overlay.position--left.position--bottom{
    padding: 35px 25px !important
  }
}
@media (max-width: 1200px){
  .style-3-col{ background: linear-gradient(to bottom, #0000 0%, #0000 85%, #00b5af 85%, #00b5af 100%); }
}
@media (max-width: 839px){
  .style-3-col{ background: linear-gradient(to bottom, #0000 0%, #0000 92%, #00b5af 92%, #00b5af 100%); }
}

@media (max-width: 768px) {
  .left-menu-wrapper {
    gap: 3px !important;
  }
  a.cus-cart.cart.cart-icon--basket2 {
    align-content: center;
  }
  .overlay-type.overlay.position--left.position--bottom { padding: 30px;   }
  .style-3-col .cc-gallery .overlay-type.overlay.position--left.position--bottom{ padding: 30px 20px 20px; }
  .style-3-col .cc-gallery .overlay-type.overlay .inner .overlay__content h2.cus-heading.line-1 { font-size: 25px !important; }
  .style-3-col .cc-gallery .overlay-type.overlay .inner .overlay__content .cus-para p{ font-size: 20px; }

  .cus-para.rte.line-2 {
    font-size: 16px;
    color: #fff;
  }
  #shopify-section-template--19241405972645__cus_gallery_nmiAPj .overlay-type.overlay.position--left.position--bottom {
    padding: 10px 20px !important;
  }
  h2.cus-heading.line-1 {

    margin-bottom: 0px;
  }
  .section-newsletter .cstm-newsl-outer h4{
    font-size: 40px !important;
  }
  .cstm-text-col-images .flexible-layout--columns-6, .cstm-text-col-images .flexible-layout--columns-6 .column{
      display: flex!important;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .cstm-text-col-images .flexible-layout--columns-6 .column h3 {
      text-align: center;
    }

    .cstm-text-col-images .text-column__text {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }

    .cstm-text-col-images .flexible-layout--columns-6 .column{
      margin-bottom:75px !important;
    }

    .cstm-text-col-images:after, .cstm-app-section:after, .cstm-text-col-imgs-outer:after,.cstm-feat-coll:after, .cstm-text-col-imgs-outer1:after{
      transform:none;
    }

    .cstm-feat-coll {
      margin-top:0px;
      padding-bottom:20px;
    }

    .cstm-newsl-outer::after {
      display: none;
    }

    .cstm-newsl-outer .inline-mini-form {
      display: flex;
      flex-direction: column;
    }

    .cstm-newsl-outer .inline-mini-form.inline-mini-form--arrow button {
      position:static;
      display:block;
      width:100%;
      right:0px;
      left:0px;
      margin:10px 0 0;
      transform:none;
    }
    
    .cstm-newsl-outer .overlay-type {
      height:auto!important;
      padding:20px;
    }

    .cstm-rich-text::after {
      content: '';
      position: absolute;
      bottom: 0px; 
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('blue-to-white-wave-alt.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: bottom;
       transform: translateY(calc(100vw / 9.7));
    }

    .quantity-wrapper {
      margin: 0 0 10px !important;
    }

    .section-newsletter {
      padding: 60px 15px;
    }

    .section-text-columns-with-images {
      margin-top: 0 !important;
    }

    .section-newsletter button{
      position:static;
      display:block;
      width:100% !important;
      right:0px;
      left:0px;
      margin:10px 0 0 !important;
      transform:none;
    }

}

@media (max-width:544px) {
  .loox-rating .loox-rating-content {
    flex-wrap: wrap;
  }
  .price .cstm-theme-money, .current-price.theme-money {
    font-size: 20px;
  }
  .product-block .btn {
    padding: 10px ;
    width:100%;
  }
}

.country-flag {
  width: 35px;
  height: 35px;
  object-fit: contain;
  margin-right: 6px;
  vertical-align: middle;
  display: inline-block;
}


/* Drawer Menu */
.cus-burger-menu-drawer {
    display: none !important;
}

.nav-footer-links {
    display: none !important;
}

/* New Custom Menu drawer */
.cus-featured-title {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-family:SofiaProSoft !important;
}
.cus-featured-sale {
  font-size: 18px;
  color: #00b2a9;
  font-family:SofiaProSoft !important;
}
.cus-bundles-card{
  border-radius: 22px;
  width: 140px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px 8px 4px 8px;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 0;
  place-items: center;
  transition: transform 0.3s ease; 
}
.cus-bundles-card img {
  width: 130px;
  height: auto;
  z-index: 2;
  transition: transform 0.3s ease; /* hover zoom effect */
}
.cus-bundles-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.3), rgba(0,0,0,0));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cus-bundles-card:hover img {
  transform: scale(1.05); 
}
.cus-bundles-card:hover::before {
  opacity: 1; 
}
.cus-prod-card {
  border-radius: 22px;
  width: 140px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px 8px 4px 8px;
  background: #fff;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 0;
  place-items: center;
  transition: transform 0.3s ease; 
}
.cus-prod-card .cus-prod-title {
  font-size: 20px;
  color: #fff;
  align-self: center;
  z-index: 2;
}
.cus-prod-card img {
  width: 95px;
  height: auto;
  z-index: 2;
  transition: transform 0.3s ease; /* hover zoom effect */
}
.cus-prod-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0,0,0,0.3), rgba(0,0,0,0));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.cus-prod-card:hover img {
  transform: scale(1.05); /* image zoom on hover */
}
.cus-prod-card:hover::before {
  opacity: 1; /* show gradient on hover */
}
.cus-prod-grid {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  grid-template-columns: repeat(4, 1fr); 
}
.cus-prod-card.cus-bg-teal { background: #12c4b1; }
.cus-prod-card.cus-bg-orange { background: #ca6931; }
.cus-gift-text_color { color: #5e4937 !important; }
.cus-prod-card.cus-gift-color { background: #cfefe2; }
.cus-prod-card.cus-bg-blue { background: #6f8dc3; }
.cus-prod-card.cus-bg-darkorange { background: #eb6010; }
.cus-prod-card.cus-bg-purple { background: #8265a6; }
.cus-prod-card.cus-bg-brown { background: #5e4937; }
.cus-section-label {
  margin: 30px 0 8px;
  font-family:SofiaProSoft !important
}
.cus-btn-all-products {
  margin-top: 38px;
  background: #f7bf33;
  color: #fff !important;
  padding: 20px 30px;
  border: none;
  border-radius: 50px;
  font-weight: bold;
  cursor: pointer;
  display: inline-block; /* changed from block to inline-block */
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}


/* cus hero show --- start */
.ctsms-section {
  background: #09b9b6;
  padding: 40px 28px;
  text-align: center;
}

.ctsms-heading {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.ctsms-subheading {
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
  font-weight: 400;
}
.ctsms-subheading.style-heading{
  font-size:38px;
  font-weight: 700;
}

.ctsms-button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-top: 20px;
}

.ctsms-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ctsms-btn {
  padding: 18px 40px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 36px;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 8px;
  transition: background .2s, color .2s;
}

.ctsms-btn:hover {
  background: #fff;
  color: #09b9b6;
}

.ctsms-block-desc {
  font-size: 16px;
  color: #fff;
}
/* cus hero shop --- End  */

/* ctm-shop-2 */
.sample-packs-section {
  padding: 30px 8px;
  background: #fff;
  scroll-margin-top: 100px;
}
.sample-packs-section .container {
  max-width: 1200px;
  margin: 0 auto;
}
.sample-packs-section .section-title {
  font-size: 48px;
  color: #00b5af;
  margin-bottom: 8px;
  font-weight: 700;
  text-align: left;
}
.sample-packs-section .section-subheading {
  font-size: 20px;
  color: #785e51;
  margin-bottom: 28px;
  text-align: left;
  margin-top: 0px;
}
.sample-packs-section .pack-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Always 3 columns max */
  gap: 28px;
  width: 100%;
}
.sample-packs-section::before {
  content: "";
  display: block;
  height: 100px; /* equal to your header height */
  margin-top: -100px;
}


.sample-packs-section .pack-block {
  background: #fff;
  border: 1.5px solid #00b5af;
  border-radius: 20px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
  padding: 34px 18px 28px 18px;
  text-align: center;
  position: relative;
  transition: transform 0.18s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sample-packs-section .pack-block:hover {
  transform: translateY(-3px) scale(1.01);
}
.sample-packs-section .badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #f7bf33;
  color: #FFF;
  font-size: 16px !important;

  font-weight: bold;
  border-radius: 13px;
  padding: 0px 16px !important;
  z-index: 2;
  letter-spacing: 0.01em;
}
.sample-packs-section .pack-img img {
  margin-top: 14px;
  margin-bottom: 16px;
  width: 100%;
  max-width: 250px; /* even larger image */
  height: auto;
  border-radius: 4px;
  background: #fff;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sample-packs-section .pack-title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #563626;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 15px;
}
.sample-packs-section .cstm-loox-rating{ min-height: 35px; }
.sample-packs-section .pack-price{ margin-bottom: 20px; }
.sample-packs-section .pack-price .price,
.sample-packs-section .pack-price .was-price{ font-size: 1.25em; display: inline-block !important; }
.sample-packs-section .pack-price .price-from-txt,
.sample-packs-section .pack-price .was-price .money{ margin-right: .4em; }
.sample-packs-section .pack-price .price .money{ font-weight: 600; color: #00b5af !important; }
.sample-packs-section .pack-price .price-from-txt{ font-weight: 600; }
.sample-packs-section .pack-description {
  font-size: 1.08rem;
  margin: 12px 0 22px 0;
  color: #7b634b;
  min-height: 36px;
  text-align: center;
}
.sample-packs-section .btn.confirmation,
.sample-packs-section .btn {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 30px;
  font-weight: bold;
  border: 1px solid #432e23;
  color: #432e23;
  cursor: pointer;
  transition: background 0.15s, color 0.15s;
  text-decoration: none;
  font-size: 18px;
  margin-top: auto;
  background: transparent;
}
.sample-packs-section .btn{ position: relative; }
.sample-packs-section .btn .value-badge {
  position: absolute;
  top: 0;
  font-size: 13px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #f7bf33;
  border-radius: 8px;
  padding: 0px 7px;
  color: #fff;
}

.sample-packs-section .btn.confirmation{
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sample-packs-section button[disabled].btn.confirmation svg{
  fill: #432e23;
  position: static;
  margin: 0;
}
.sample-packs-section .btn.confirmation:hover,
.sample-packs-section .btn:hover {
  background: #fff;
  color: #432e23 !important;
}

.pack--quick-view--overlay{
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: rgb(0 0 0 / .4);
}

.pack--quick-view {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1.5px solid #00b5af;
  border-radius: 20px;
  padding: 15px;
  background: #fff;
  position: absolute;
  top: 50%;
  width: 80%;
  left: 50%;
  transform: translate( -50%, -50%);
  max-height: 80%;
}
.pack--quick-view--close {
  position: absolute;
  height: 30px;
  width: 30px;
  border-radius: 200px;
  right: -10px;
  top: -10px;
  padding: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.ctm-btn--atc.value-pack{
  background: #00b5af;
  color: #fff;
  padding: 16px 20px 12px;
}

.btn.ctm-btn--atc.btn-qb-atc{
  display: flex;
  gap: 8px 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.btn.ctm-btn--atc.value-pack svg{ fill: #fff; }
.btn.ctm-btn--atc.value-pack:hover{
  background: #00b5af !important;
  color: #fff !important;
}

.pack--quick-view, .pack--quick-view--overlay { opacity: 0; pointer-events: none; visibility: hidden; transition: 0.2s ease-in-out; }
.quick-view--active .pack--quick-view, .quick-view--active .pack--quick-view--overlay { opacity: 1; pointer-events: all; visibility: visible; }


html {
  scroll-behavior: smooth;
}
/* ctm-shop-2 -- End */

body.template-product[data-modal-id=product-image] .theme-modal img.zoom-image {
    width: auto;
    height: 100vh;
    display: block;
    margin: 0 auto;
    padding: 5px 0;
}

.product-detail__form .product-detail__form__options .clickyboxes li a{ text-align: left; }

/* prd page var buttons new style */
.ctm_var_desing_v2 .selector-wrapper li.cc-hover-line {
  display: none;
}
.ctm_var_desing_v2 .selector-wrapper .clickyboxes.options-size li a{
  background-color: #fff;
  padding: 10px 20px;
  border: 1px solid #000;
  position: relative;
  border-radius: 30px;
  display: flex;
  gap: 20px;
  font-weight: bold;
}
.ctm_var_desing_v2 .selector-wrapper .clickyboxes.options-size li .data_value_pack {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background: #f7bf33;
  border-radius: 8px;
  padding: 0px 7px;
  color: #fff;
  font-size: 14px;
}
.ctm_var_desing_v2 .selector-wrapper .clickyboxes.options-size li a.active{
  background-color: #00b5af;
  color: #fff;
}

.clickyboxes.options-gift-card-value{ display: flex; gap: 8px; }
.clickyboxes.options-gift-card-value li { padding: 8px; border: 2px solid black; border-radius: 20px; }
.clickyboxes.options-gift-card-value li a{ display: flex; gap: 10px; }
.clickyboxes.options-gift-card-value li a.active { color: #ffffff; }
.clickyboxes.options-gift-card-value li:has(a.active) { background: #00b5af; }

.glc-geo-modal-footer button:hover span{ color: #000 !important; }
.glc-geo-modal__apply:hover{ border: 1px solid #000 !important; }

.pack-block[starter-kit] .btn.btn--quick-view { display: none; }

@media (max-width: 900px) {
  .ctsms-heading { font-size: 42px; }
  .ctsms-subheading.style-heading{ font-size:34px; }
  .ctsms-btn { font-size: 16px; padding: 12px 22px; }
  .ctsms-button-row { gap: 18px; }

  .sample-packs-section .pack-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media (max-width: 768px) {
  .sample-packs-section .section-title { font-size: 28px; }
  .sample-packs-section .pack-grid {
    grid-template-columns: 1fr; /* 1 column for mobile */
    gap: 14px;
  }
}
@media (max-width: 767px) {
  .ctsms-section { padding: 24px 28px; }
  .ctsms-heading { font-size: 28px; }
  .ctsms-subheading { font-size: 16px; margin-bottom: 30px; }
  .ctsms-subheading.style-heading{ font-size:22px; }
  .ctsms-button-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    align-items: stretch;
  }
  .ctsms-block {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    height: 100%;
  }
  .ctsms-btn {
    width: 100%;
    /* height: 56px;  */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 6px 10px;
    box-sizing: border-box;
  }

  .cus-prod-card { width: 150px; height: 150px; }
  .cus-prod-card img { width: 100%; }
  .cus-prod-grid {
    display: grid;
    grid-template-columns: repeat(2, 0fr); 
    gap: 12px; 
  }
  nav#page-menu {
      width: 500px !important;
  }
}
@media (max-width: 460px){
  .ctsms-button-row { grid-template-columns: repeat(2, 1fr); }
}

#shopify-section-header .custom-currency-dropdown .disclosure .disclosure__toggle-arrow {
  display: none;
}

/* CUSTOM CSS */
/* ==========================================
   CUSTOM CAROUSEL - Hero + Horizontal Thumbnails
   ========================================== */

.product-area__media--custom-carousel {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

/* ========== HERO IMAGE SECTION ========== */

.custom-carousel__hero {
  width: 100%;
  position: relative;
}

.custom-carousel__hero-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1; /* Square ratio - adjust as needed */
  max-width: 100%;
  position: relative;
}

.custom-carousel__hero-slides {
  display: flex;
}

.custom-carousel__hero-slide {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
}

.custom-carousel__hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.custom-carousel__hero-slide video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Navigation arrows */
.custom-carousel__hero .swiper-button-prev,
.custom-carousel__hero .swiper-button-next {
  color: #000;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.custom-carousel__hero .swiper-button-prev:hover,
.custom-carousel__hero .swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 1);
}

.custom-carousel__hero .swiper-button-prev {
  left: 1rem;
}

.custom-carousel__hero .swiper-button-next {
  right: 1rem;
}

/* Pagination dots */
.custom-carousel__hero .swiper-pagination {
  bottom: 1rem !important;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.custom-carousel__hero .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-carousel__hero .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0.8);
}

/* ========== THUMBNAIL CAROUSEL SECTION ========== */

.custom-carousel__thumbs {
  width: 100%;
}

.custom-carousel__thumbs-wrapper {
  width: 100%;
  position: relative;
}

.custom-carousel__thumbs-carousel {
  width: 100%;
  padding: 0;
}

.custom-carousel__thumbs-slides {
  display: flex;
  gap: 0.75rem;
}

.custom-carousel__thumb {
  flex: 0 0 auto;
  min-width: 80px;
  width: 80px;
  height: 80px;
  border: 2px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.custom-carousel__thumb:hover {
  border-color: #999;
  transform: scale(1.05);
}

.custom-carousel__thumb.thumb-active {
  border-color: #000;
}

.custom-carousel__thumb-image {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  overflow: hidden;
}

.custom-carousel__thumb-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Thumbnail badges */
.custom-carousel__thumb .thumbnail__badge {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}

.custom-carousel__thumb .thumbnail__badge svg {
  width: 24px;
  height: 24px;
}

/* Thumbnail carousel arrows */
.custom-carousel__thumbs .swiper-button-prev,
.custom-carousel__thumbs .swiper-button-next {
  color: #000;
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 0;
  margin: 0;
  cursor: pointer;
  transition: color 0.3s ease;
}

.custom-carousel__thumbs .swiper-button-prev:hover,
.custom-carousel__thumbs .swiper-button-next:hover {
  color: #333;
}

.custom-carousel__thumbs .swiper-button-prev {
  left: 0;
}

.custom-carousel__thumbs .swiper-button-next {
  right: 0;
}

/* Disable arrows if scrollable area not full */
.custom-carousel__thumbs .swiper-button-prev.swiper-button-disabled,
.custom-carousel__thumbs .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

/* ========== RESPONSIVE ADJUSTMENTS ========== */

@media (max-width: 768px) {
  .product-area__media--custom-carousel {
    gap: 0.75rem;
  }

  .custom-carousel__hero-wrapper {
    aspect-ratio: 1 / 1;
  }

  .custom-carousel__thumb {
    min-width: 70px;
    width: 70px;
    height: 70px;
  }

  .custom-carousel__thumbs-slides {
    gap: 0.5rem;
  }

  .custom-carousel__hero .swiper-button-prev,
  .custom-carousel__hero .swiper-button-next {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 480px) {
  .custom-carousel__thumb {
    min-width: 60px;
    width: 60px;
    height: 60px;
  }

  .custom-carousel__hero .swiper-button-prev,
  .custom-carousel__hero .swiper-button-next {
    width: 32px;
    height: 32px;
    left: 0.5rem;
    right: 0.5rem;
  }
}

/* ========== 3D MODEL BUTTON ========== */

.view-in-space {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 5;
  padding: 0.75rem 1rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.view-in-space:hover {
  background-color: #f5f5f5;
  border-color: #999;
}

.view-in-space svg {
  width: 20px;
  height: 20px;
}

.view-in-space__text {
  display: none;
}

@media (min-width: 769px) {
  .view-in-space__text {
    display: inline;
  }
}
