/** Shopify CDN: Minification failed

Line 697:6 Unexpected "/"

**/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
:root{--gs-primary:#7AA9FF;--gs-primary-dark:#5A8AE0;--gs-bg-cream:#EDF4FF;--gs-text:#1A1A1A;--gs-text-light:#555;--gs-text-muted:#888;--gs-border:#E0E0E0;--gs-red:#D32F2F;--gs-star:#1A1A1A;--gs-radius:10px;--gs-heading:"Rafles","Poppins",serif;--gs-body:"Lato","Poppins",sans-serif;}
.gs-product-page *{margin:0;padding:0;box-sizing:border-box;}
.gs-product-page{background:#FFF;font-family:var(--gs-body);}
.gs-divider{max-width:1300px;margin:0 auto;border:none;border-top:1px solid var(--gs-border);}
.gs-divider-full{width:100%;border:none;border-top:1px solid var(--gs-border);margin:0;}
.gs-spacer{height:30px;background:#FFF;}
.gs-strip-banner img{width:100%;display:block;}.gs-strip-banner .gs-mobile{display:none;}

/* ===== PRODUCT HERO — wider gallery ===== */
.gs-product-hero{
  max-width: calc(var(--page-width, 1200px) - 11rem);
  margin: 0 auto;
  padding: 30px 0;
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 44px;
  align-items: start;
  background: #FFF;
}

.gs-about-product-desc strong{
  font-weight:700;
}


/* Gallery STICKY */
.gs-gallery{
  position:sticky;
  top:110px; /* header ke niche stick hoga */
  display:flex;
  flex-direction:column;
  gap:10px;
  align-self:start;
}/* Main image — 1px border square */
.gs-gallery-main{width:100%;aspect-ratio:1.08/1;overflow:hidden;position:relative;background:linear-gradient(160deg,#f0f4f8 0%,#e8edf5 30%,#dde4ef 60%,#d5dcea 100%);border:1px solid var(--gs-border);border-radius:8px;}
.gs-gallery-main img,.gs-gallery-main video{width:100%;height:100%;object-fit:contain;display:none;}
.gs-gallery-main img.active,.gs-gallery-main video.active{display:block;}
.gs-new-badge{position:absolute;top:16px;left:16px;background:#FFF;color:var(--gs-text);font-size:13px;font-weight:700;padding:6px 14px;border:1px solid var(--gs-border);z-index:3;letter-spacing:.5px;}
.gs-gallery-arrows{position:absolute;bottom:20px;right:20px;display:flex;gap:8px;z-index:2;}
.gs-gallery-arrow{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.85);border:1px solid var(--gs-border);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;color:var(--gs-text);transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.08);}
.gs-gallery-arrow:hover{background:var(--gs-primary);color:#fff;}
/* Thumbnails — 4 images, fill full width */
.gs-gallery-nav{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;}
.gs-gallery-thumb{width:100%;aspect-ratio:1;border:1px solid var(--gs-border);overflow:hidden;cursor:pointer;background:#FFF;transition:border-color .2s;}
.gs-gallery-thumb.active{border:2px solid var(--gs-primary);}
.gs-gallery-thumb img{width:100%;height:100%;object-fit:cover;}

/* ===== PRODUCT INFO ===== */
.gs-product-info{padding-top:10px;}
.gs-product-title{font-size:38px;font-weight:400;line-height:1.15;margin-bottom:2px;font-family:var(--gs-heading);}
.gs-product-subtitle{font-size:15px;font-weight:400;color:var(--gs-text-light);margin-bottom:4px;}
.gs-product-price-line{font-size:15px;font-weight:400;color:var(--gs-text);margin-bottom:6px;display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;}
.gs-product-price-line .gs-compare-price{font-size:14px;color:var(--gs-text-muted);text-decoration:line-through;}
.gs-product-price-line .gs-sale-price{font-size:15px;font-weight:400;}
.gs-product-price-line .gs-save-badge{background:#FFEBEE;color:var(--gs-red);font-size:12px;font-weight:600;padding:2px 8px;border-radius:4px;}
.gs-product-rating{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--gs-border);}
.gs-reviews-stars-inline{color:var(--gs-star);font-size:18px;display:flex;gap:1px;}
.gs-review-count{font-size:14px;color:var(--gs-text);cursor:pointer;}
.gs-review-count:hover{text-decoration:underline;}
.gs-sold-badge{background:var(--gs-bg-cream);padding:3px 10px;border-radius:20px;font-size:11px;font-weight:600;color:var(--gs-primary-dark);}
/* Size + Stock in same flow */
.gs-size-stock-line{font-size:14px;color:var(--gs-text);margin-bottom:16px;display:flex;align-items:center;gap:16px;flex-wrap:wrap;}
/* Stock — hollow outline pill */
.gs-stock-pill{display:inline-block;background:transparent;color:var(--gs-text);font-size:13px;font-weight:600;padding:6px 16px;border-radius:999px;border:1.5px solid var(--gs-text);}
/* Variants */
.gs-variant-section{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid var(--gs-border);}
.gs-variant-label{font-size:14px;font-weight:700;color:var(--gs-text);margin-bottom:8px;}
.gs-variant-options{display:flex;gap:8px;flex-wrap:wrap;}
.gs-variant-btn{padding:8px 18px;border:2px solid var(--gs-border);border-radius:8px;background:#fff;font-size:13px;font-weight:700;color:var(--gs-text);cursor:pointer;transition:all .2s;}
.gs-variant-btn.active,.gs-variant-btn:hover{border-color:var(--gs-primary);background:var(--gs-bg-cream);color:var(--gs-primary-dark);}
/* Qty + Buy Now */
.gs-qty-atc-row{display:flex;gap:12px;align-items:center;margin-bottom:10px;}
.gs-qty-control{display:flex;align-items:center;border:1.5px solid var(--gs-border);border-radius:999px;overflow:hidden;flex-shrink:0;}
.gs-qty-btn{width:44px;height:48px;border:none;background:transparent;font-size:18px;font-weight:400;cursor:pointer;color:var(--gs-text);display:flex;align-items:center;justify-content:center;}
.gs-qty-btn:hover{background:#f5f5f5;}
.gs-qty-num{width:36px;text-align:center;font-size:16px;font-weight:400;border:none;background:transparent;color:var(--gs-text);}
.gs-atc-btn{flex:1;padding:14px 20px;background:linear-gradient(135deg,var(--gs-primary),var(--gs-primary-dark));color:#DCFDFF;border:none;border-radius:999px;font-size:15px;font-weight:700;cursor:pointer;letter-spacing:.5px;transition:all .2s;display:flex;align-items:center;justify-content:center;}
.gs-atc-btn:hover{
  box-shadow:none !important;
}
.gs-atc-btn:disabled{opacity:.6;cursor:not-allowed;}
.gs-buynow-btn{
  width:100%;
  padding:14px;
  margin-bottom:8px;
  background:linear-gradient(135deg,var(--gs-primary),var(--gs-primary-dark));
  color:#fff;
  border:none;
  border-radius:999px;
  font-size:15px;
  font-weight:700;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  transition:all .2s;
}.gs-buynow-btn:hover{box-shadow:0 4px 15px rgba(122,169,255,.4);}
.gs-free-shipping{
  font-size:13px;
  color:var(--gs-text);
  line-height:1.4;
  padding-top:6px !important;
  padding-bottom:14px;
  border-bottom:0.5px solid var(--gs-border);
  text-align:center;
}
/* ===== ABOUT PRODUCT ===== */
.gs-about-product{
  padding-top:5px;
  margin-top:24px;
}
.gs-about-product-title,
.gs-reasons-title{
  display:inline-block;
  font-size:18px;
  font-weight:800;
  color:var(--gs-text);
  margin-bottom:12px;
  line-height:1.15;
  background:#CFE0FF;
  padding:2px 5px 3px;
}
.gs-about-product-desc{
  font-size:15px;
  color:#222;
  line-height:1.5;
  max-width:640px;
}
.gs-reasons-wrap{
  margin-top:26px;
}
.gs-reasons-grid{
  display:flex;
  flex-wrap:wrap;
  gap:14px 18px;
  align-items:center;
}
.gs-reason-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.gs-reason-icon{
  width:40px;
  height:40px;
  flex:0 0 40px;
  background-repeat:no-repeat;
  background-position:center;
  background-size:32px 32px;
}
.gs-reason-label{
  display:inline-block;
  font-size:15px;
  font-weight:800;
  line-height:1.1;
  color:var(--gs-text);
  background:#CFE0FF;
  padding:4px 6px 5px;
}
.gs-icon-tan{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23222222' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='9' y='14' width='15' height='22' rx='2'/%3E%3Cpath d='M14 10v6M19 10v6M12 20h9M12 25h9M12 30h6'/%3E%3Cpath d='M30 16c2.5 0 4 1.7 4 4 0 4-5 6.2-5 11a4 4 0 0 0 8 0v-2'/%3E%3Ccircle cx='35' cy='12' r='2.5' fill='%23222222' stroke='none'/%3E%3C/svg%3E");}
.gs-icon-exfoliate{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23222222' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 28h28l-3 8H13l-3-8Z'/%3E%3Cpath d='M14 28v-4c0-5 4-9 10-9s10 4 10 9v4'/%3E%3Cpath d='M18 18l2-4M24 16v-5M30 18l2-4'/%3E%3Ccircle cx='19' cy='31' r='1.2' fill='%23222222' stroke='none'/%3E%3Ccircle cx='24' cy='33' r='1.2' fill='%23222222' stroke='none'/%3E%3Ccircle cx='29' cy='31' r='1.2' fill='%23222222' stroke='none'/%3E%3C/svg%3E");}
.gs-icon-soft{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23222222' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 27c4.5 0 7-2.5 9-5 2 2.5 4.8 4.5 9 4.5 3.8 0 6.2-1.4 8-3.5 0 6-4.6 11-13 11-7.8 0-13-4.5-13-11Z'/%3E%3Cpath d='M15 21c2.2 0 3.6-1 5-2.6 1.7 1.9 4 3.1 7.4 3.1 2.4 0 4.4-.7 6.1-1.9'/%3E%3Cpath d='M16 14l2 2M24 11v3M32 14l-2 2'/%3E%3C/svg%3E");}
.gs-icon-nondry{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' fill='none' stroke='%23222222' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 11c5 7 9 11.8 9 17a9 9 0 0 1-18 0c0-5.2 4-10 9-17Z'/%3E%3Cpath d='M24 16c3.7 5.2 5.7 8 5.7 11.4A5.7 5.7 0 0 1 24 33a5.7 5.7 0 0 1-5.7-5.6c0-3.4 2-6.2 5.7-11.4Z'/%3E%3Cpath d='M14 37h20'/%3E%3C/svg%3E");}
.gs-variant-prices{margin:8px 0;display:flex;flex-wrap:wrap;gap:6px;}
.gs-variant-price-item{font-size:12px;color:var(--gs-text-light);background:#F5F5F5;padding:4px 10px;border-radius:20px;}
.gs-variant-price-item strong{color:var(--gs-text);}

/* ===== MARQUEE ===== */
.gs-marquee-strip{background:var(--gs-bg-cream);padding:10px 0;overflow:hidden;border-top:1px solid var(--gs-border);border-bottom:1px solid var(--gs-border);}
.gs-marquee-inner{display:flex;animation:gs-scroll 30s linear infinite;white-space:nowrap;}
.gs-marquee-inner span{font-size:14px;font-weight:600;color:var(--gs-primary-dark);padding:0 30px;display:inline-flex;align-items:center;gap:10px;}
.gs-marquee-inner span::before{content:'\2726';color:var(--gs-primary);}
@keyframes gs-scroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}

/* ===== REAL RESULTS ===== */
.gs-real-results{max-width:1300px;margin:0 auto;padding:50px 6px 20px 6px;background:#FFF;}
.gs-section-title{font-size:32px;font-weight:400;color:var(--gs-text);margin-bottom:30px;text-transform:uppercase;letter-spacing:.5px;font-family:var(--gs-heading);}
.gs-results-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;align-items:stretch;}
.gs-result-stat-card{background:var(--gs-bg-cream);border-radius:16px;padding:50px 32px;display:flex;flex-direction:column;min-height:500px;}
.gs-result-num{font-size:80px;font-weight:400;color:var(--gs-text);line-height:1;margin-bottom:16px;font-family:var(--gs-heading);}
.gs-result-text{font-size:17px;color:var(--gs-text);line-height:1.5;}
.gs-result-text strong{font-weight:700;display:block;}
.gs-result-disclaimer{font-size:11px;color:var(--gs-text-muted);margin-top:auto;padding-top:30px;font-style:italic;}
.gs-result-image-card{border-radius:16px;overflow:hidden;min-height:500px;}
.gs-result-image-card img{width:100%;height:100%;object-fit:cover;display:block;}

/* ===== TABS ===== */
.gs-tabs-section{background:#FFF;}
/* .gs-tabs-nav{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid var(--gs-border);border-bottom:1px solid var(--gs-border);} */
.gs-tabs-nav{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--gs-border);border-bottom:1px solid var(--gs-border);}
.gs-tab-btn{padding:24px 14px;background:transparent;border:none;border-right:1px solid var(--gs-border);font-size:17px;font-weight:400;color:var(--gs-text);cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:all .2s;text-align:center;font-family:var(--gs-heading);}
.gs-tab-btn:last-child{border-right:none;}
  .gs-tabs-nav {
    border-top: 1px solid #1A1A1A !important;
    border-bottom: 1px solid #1A1A1A !important;
  }
  .gs-tab-btn {
  border-right: 1px solid #1A1A1A !important;
}
.gs-tab-btn.active{background:#7AA9FF;color:#DCFDFF;}
.gs-tab-btn:hover:not(.active){background:rgba(0,0,0,.04);}
.gs-tab-content{display:none;background:#dcfdff;}
.gs-tab-content.active{display:block;}
.gs-tab-inner{padding:50px 40px;max-width:1300px;margin:0 auto;}
.gs-tab-split{display:grid;grid-template-columns:1fr 1fr;gap:0;align-items:stretch;}
.gs-tab-image{overflow:hidden;}
.gs-tab-image img,.gs-tab-image video{width:100%;height:100%;object-fit:cover;display:block;}
/* Benefits Tab — Tatcha style: label, big heading, divider + checkmark rows */
.gs-tab-tatcha{padding:40px 50px;display:flex;flex-direction:column;justify-content:center;}
.gs-tab-tatcha .gs-tt-label{font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:var(--gs-text);margin-bottom:16px;}
.gs-tab-tatcha .gs-tt-heading{font-size:32px;font-weight:400;line-height:1.2;color:var(--gs-text);margin-bottom:24px;font-family:var(--gs-heading);}
.gs-tab-tatcha .gs-tt-row{padding:20px 0;border-top:1px solid rgba(0,0,0,.1);display:flex;align-items:center;gap:14px;}
.gs-tab-tatcha .gs-tt-row:last-child{border-bottom:1px solid rgba(0,0,0,.1);}
.gs-tab-tatcha .gs-tt-check{width:24px;height:24px;flex-shrink:0;}
.gs-tab-tatcha .gs-tt-check svg{width:24px;height:24px;stroke:var(--gs-text);stroke-width:2;fill:none;}
.gs-tab-tatcha .gs-tt-row span{font-size:15px;color:var(--gs-text);line-height:1.5;}
/* How to Use — same Tatcha style */
.gs-tab-text{padding:40px 50px;display:flex;flex-direction:column;justify-content:center;}
.gs-tab-text h3{font-size:26px;font-weight:400;color:var(--gs-text);line-height:1.3;margin-bottom:28px;text-transform:uppercase;font-family:var(--gs-heading);}
.gs-tab-text ul{list-style:disc;padding-left:22px;}
.gs-tab-text ul li{font-size:16px;color:var(--gs-text);line-height:1.7;margin-bottom:16px;}
.gs-tab-text .gs-step-label{font-size:15px;font-weight:700;color:var(--gs-text);text-transform:uppercase;margin-top:18px;}
.gs-tab-text .gs-step-desc{font-size:16px;color:var(--gs-text);line-height:1.7;margin-bottom:8px;}
.gs-tab-ingredients{display:grid;grid-template-columns:repeat(4,1fr);gap:40px;padding:30px 0;max-width:1100px;margin:0 auto;}
.gs-tab-ingredient{text-align:center;}
.gs-tab-ingredient-img{width:180px;height:180px;border-radius:50%;overflow:hidden;margin:0 auto 18px;background:#F5EDE0;}
.gs-tab-ingredient-img img{width:100%;height:100%;object-fit:cover;}
.gs-tab-ingredient h4{font-size:20px;font-weight:400;color:var(--gs-text);margin-bottom:8px;font-family:var(--gs-heading);}
.gs-tab-ingredient p{font-size:14px;color:var(--gs-text);line-height:1.6;}
.gs-tab-details{max-width:800px;margin:0 auto;text-align:center;}
.gs-tab-details h3{font-size:26px;font-weight:400;color:var(--gs-text);text-transform:uppercase;margin-bottom:28px;font-family:var(--gs-heading);}
.gs-tab-details p{font-size:16px;color:var(--gs-text);line-height:1.8;margin-bottom:16px;text-align:left;}

/* ===== TRUST ===== */
.gs-trust-section{background:#FFF;padding:60px 20px 70px;text-align:center;}
.gs-trust-title{font-size:30px;font-weight:400;color:var(--gs-text);margin-bottom:16px;text-transform:uppercase;font-family:var(--gs-heading);}
.gs-trust-desc{font-size:15px;color:var(--gs-text);max-width:640px;margin:0 auto 50px;line-height:1.6;}
.gs-trust-readmore{color:var(--gs-text);font-weight:700;text-decoration:underline;cursor:pointer;background:none;border:none;font-size:15px;}
.gs-trust-grid{display:flex;justify-content:center;gap:70px;flex-wrap:wrap;max-width:900px;margin:0 auto;}
.gs-trust-badge{text-align:center;max-width:130px;}
.gs-trust-badge-circle{width:100px;height:100px;margin:0 auto 16px;border-radius:50%;border:2px solid var(--gs-primary-dark);background:transparent;display:flex;align-items:center;justify-content:center;overflow:hidden;}
.gs-trust-badge-circle img{width:100%;height:100%;object-fit:contain;padding:14px;}
.gs-trust-emoji{font-size:40px;line-height:1;}
.gs-trust-badge-label{font-size:15px;font-weight:700;color:var(--gs-text);line-height:1.35;}

/* ===== FAQ ===== */
.gs-faq-section{
  background:#FFF;
  max-width:1300px;
  margin:0 auto;
  padding:60px 20px 60px; /* equal top & bottom */
}

.gs-faq-section .gs-section-title{
  text-align:center;
  margin:60px 0; /* SAME space top & bottom */
  padding:0; /* remove internal spacing */
}.gs-faq-list{max-width:100%;}
.gs-faq-item{border-top:1px solid rgba(0,0,0,.12);}
.gs-faq-item:last-child{border-bottom:1px solid rgba(0,0,0,.12);}
.gs-faq-question{width:100%;padding:24px 0;background:none;border:none;display:grid;grid-template-columns:60px 1fr 40px;align-items:center;cursor:pointer;text-align:left;}
.gs-faq-num{font-size:16px;font-weight:400;color:var(--gs-text);font-family:var(--gs-heading);}
.gs-faq-text{font-size:15px;font-weight:700;color:var(--gs-text);text-transform:uppercase;letter-spacing:.3px;line-height:1.4;font-family:var(--gs-heading);}
.gs-faq-toggle{font-size:24px;color:var(--gs-text);text-align:right;font-weight:300;transition:transform .3s;}
.gs-faq-item.open .gs-faq-toggle{transform:rotate(45deg);}
.gs-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease;}
.gs-faq-answer-inner{padding:0 0 24px 60px;padding-right:40px;font-size:15px;color:var(--gs-text);line-height:1.8;}
.gs-faq-section{
  background:#FFF;
  max-width:1300px;
  margin:0 auto;
  padding:90px 20px 60px;
}


.gs-faq-section + .gs-divider-full{
  margin-top:0 !important;
  margin-bottom:0 !important;
}

/* ===== REVIEWS ===== */
.gs-reviews-section{background:#FFF;padding:40px 20px 60px;max-width:1200px;margin:0 auto;}
.gs-reviews-header{display:flex;align-items:center;justify-content:center;gap:12px;padding-bottom:20px;margin-bottom:20px;}
.gs-reviews-stars{color:var(--gs-star);font-size:18px;display:flex;gap:2px;}
.gs-reviews-count{font-size:15px;font-weight:700;color:var(--gs-text);}
.gs-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}
.gs-review-card{border:1px solid var(--gs-border);border-radius:8px;overflow:hidden;background:#FFF;display:none;}
.gs-review-card.gs-rv-visible{display:block;}
.gs-review-card-img{width:100%;height:180px;overflow:hidden;background:#f5f5f5;}
.gs-review-card-img img{width:100%;height:100%;object-fit:cover;}
.gs-review-card-body{padding:8px 10px 10px;}
.gs-rv-name{font-size:12px;font-weight:700;color:var(--gs-text);}
.gs-rv-date{font-size:10px;color:var(--gs-text-muted);}
.gs-rv-stars{color:var(--gs-star);font-size:10px;margin:3px 0;}
.gs-rv-text{font-size:11px;color:var(--gs-text);line-height:1.4;}
.gs-reviews-toggle{display:block;margin:14px auto 0;padding:8px 22px;background:none;border:1px solid var(--gs-border);border-radius:8px;font-size:13px;font-weight:600;color:var(--gs-text);cursor:pointer;transition:all .2s;}
.gs-reviews-toggle:hover{background:#f5f5f5;}
.loox-rating-label,.jdgm-write-rev-link,.spr-summary-actions,[data-write-review]{display:none!important;}

/* ===== MOBILE ===== */
@media(max-width:768px){
.gs-product-hero{grid-template-columns:1fr;gap:20px;padding:16px;}
.gs-gallery{position:relative!important;top:0!important;}
.gs-product-title{font-size:26px;}
.gs-gallery-nav{grid-template-columns:repeat(4,1fr);}
.gs-gallery-thumb{aspect-ratio:1;}
.gs-strip-banner .gs-desktop{display:none;}.gs-strip-banner .gs-mobile{display:block;}
.gs-results-row{grid-template-columns:1fr;gap:16px;}
.gs-result-stat-card{padding:30px 24px;min-height:auto;}
.gs-result-num{font-size:56px;}
.gs-result-image-card{min-height:300px;}
.gs-section-title{font-size:24px;}
.gs-tab-btn{font-size:11px;padding:14px 4px;letter-spacing:0;}
.gs-tab-inner{padding:24px 16px;}
.gs-tab-split{grid-template-columns:1fr;}
.gs-tab-tatcha{padding:24px 0;}
.gs-tab-tatcha .gs-tt-heading{font-size:24px;}
.gs-tab-text{padding:24px 0;}
.gs-tab-text h3{font-size:20px;}
.gs-tab-ingredients{grid-template-columns:1fr 1fr;gap:20px;}
.gs-tab-ingredient-img{width:130px;height:130px;}
.gs-trust-grid{gap:30px;}
.gs-trust-badge-circle{width:80px;height:80px;}
.gs-trust-title{font-size:22px;}
.gs-faq-question{grid-template-columns:40px 1fr 30px;padding:18px 0;}
.gs-faq-text{font-size:13px;}
.gs-faq-answer-inner{padding-left:40px;font-size:14px;}
.gs-spacer{height:20px;}
.gs-reviews-grid{grid-template-columns:1fr;}
.gs-qty-atc-row{flex-direction:column;}
.gs-atc-btn{width:100%;}
.gs-summary-benefits{gap:16px;}
}
@media(max-width:480px){
.gs-product-title{font-size:22px;}
.gs-trust-grid{gap:20px;}
.gs-trust-badge{max-width:110px;}
.gs-trust-badge-circle{width:65px;height:65px;}
.gs-trust-badge-label{font-size:12px;}
.gs-tab-ingredient-img{width:100px;height:100px;}
.gs-tab-ingredient h4{font-size:16px;}
}

.gs-results-row .gs-result-stat-card:first-child,.gs-results-row .gs-result-stat-card:last-child{background:#D5AFFC;}
@media(max-width:768px){.gs-gallery-main{aspect-ratio:1;border-radius:8px;}}

@media (max-width: 768px){
  .gs-reasons-grid{gap:10px 12px;}
  .gs-reason-icon{width:34px;height:34px;flex-basis:34px;background-size:28px 28px;}
  .gs-reason-label{font-size:14px;}
}


/* --- requested final tweaks --- */
.gs-about-product-title,
.gs-reasons-love-title,
.gs-about-product-text,
.gs-reason-chip,
.gs-reason-chip span{
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gs-about-product{
  padding-bottom: 18px !important;
}

.gs-about-product-text{
  margin-bottom: 18px !important;
}


/* --- remove remaining highlight/chip backgrounds and add gap before reasons --- */
.gs-reasons-love,
.gs-reasons-love *{
  background: transparent !important;
  box-shadow: none !important;
}

.gs-reason-chip{
  background: transparent !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

.gs-reason-chip span{
  background: transparent !important;
  padding: 0 !important;
}

.gs-about-product-text{
  margin-bottom: 28px !important;
}


/* --- final fix: remove blue highlight only from Reasons To Love Me area --- */
.gs-reasons-love-title{
  background: none !important;
  background-color: transparent !important;
  display: block !important;
  padding: 0 !important;
}

.gs-reasons-love .gs-reason-item,
.gs-reasons-love .gs-reason-item *,
.gs-reasons-love .gs-reason-chip,
.gs-reasons-love .gs-reason-chip *,
.gs-reasons-love svg,
.gs-reasons-love img{
  background: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

.gs-reasons-love .gs-reason-chip,
.gs-reasons-love .gs-reason-item{
  padding: 0 !important;
  border-radius: 0 !important;
}

/* keep spacing between About paragraph and Reasons section */
.gs-about-product-text{
  margin-bottom: 28px !important;
}



/* keep About the Product highlight */
.gs-about-product-title{
  background:#CFE0FF !important;
  display:inline-block !important;
  padding:2px 6px 3px !important;
}

/* remove blue highlight only from Reasons heading and text */
.gs-reasons-title,
.gs-reason-label{
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

/* gap after About paragraph */
.gs-about-product-desc{
  margin-bottom: 28px !important;
}

/* keep icons visible */
.gs-reason-item{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}

.gs-reason-item svg{
  display:block !important;
  width:26px !important;
  height:26px !important;
  flex:0 0 26px !important;
  background:transparent !important;
}

.gs-reason-item svg path,
.gs-reason-item svg circle,
.gs-reason-item svg rect,
.gs-reason-item svg line,
.gs-reason-item svg polyline,
.gs-reason-item svg polygon{
  stroke: currentColor !important;
  fill: none !important;
}

/* text only, no highlight */
.gs-reason-label{
  display:inline !important;
}


/* remove highlight from About the Product heading too */
.gs-about-product-title{
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: block !important;
}

/* more space between About paragraph and Reasons To Love Me */
.gs-about-product-desc{
  margin-bottom: 40px !important;
}


.gs-reasons-grid{
  display:flex;
  flex-wrap:wrap;
  row-gap:4px !important;
  column-gap:18px !important;
  align-items:center;
}

.gs-reason-item{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin:0 !important;
  padding:0 !important;
}

.gs-reason-label{
  line-height:1 !important;
  margin:0 !important;
}




/* .gs-marquee-strip,
.gs-marquee-strip .gs-marquee-inner{
  background-color:#D5AFFC !important;
  background-image:none !important;
} */




/* Background */
.gs-marquee-strip{
  background-color:#D5AFFC !important;
  background-image:none !important;
}

/* Keep inner transparent so purple shows */
.gs-marquee-strip .gs-marquee-inner{
  background:transparent !important;
}

/* Text black */
.gs-marquee-strip span{
  color:#1A1A1A !important;
}



/* LEFT side normal scroll */
.gs-gallery{
  position:relative !important;
  top:auto !important;
}

/* RIGHT side sticky */
.gs-product-info{
  position:sticky !important;
  top:20px !important;
  align-self:start !important;
}


.gs-result-disclaimer{
  color:#1A1A1A !important;
}



.gs-about-product{
  padding-top: 5px;
  margin-top: 24px;
}

.gs-about-product-desc{
  margin-bottom: 24px !important;
}

.gs-reasons-wrap{
  margin-top: 0 !important;
}



.gs-reasons-wrap{
  padding-bottom:18px !important;
  border-bottom:1px solid var(--gs-border) !important;
  margin-bottom:10px !important;
}


.gs-free-shipping{
  position:relative;
  font-size:13px;
  color:var(--gs-text);
  padding:16px 0;
  text-align:center;
  transform:translateY(-3px);
  border-bottom:none;
}

.gs-free-shipping::after{
  content:"";
  position:absolute;
  bottom:0;
  left:-12px;   /* 👈 increases divider to left side */
  right:0;
  height:1px;
  background:var(--gs-border);
}





.gs-marquee-inner span::before{
  color:#1a1a1a !important;
}




/* FIX: gallery sticky + badge with image + keep right-side sticky scroll */
@media screen and (min-width: 769px){
  .gs-gallery{
    position: sticky !important;
    top: 90px !important;
    align-self: start !important;
    z-index: 1 !important;
  }

  .gs-product-info{
    position: sticky !important;
    top: 90px !important;
    align-self: start !important;
  }

  .gs-gallery-main{
    position: relative !important;
    overflow: hidden !important;
  }

  .gs-new-badge{
    position: absolute !important;
    top: 16px !important;
    left: 16px !important;
    z-index: 3 !important;
  }
}




/* FAQ heading top + bottom divider */
.gs-faq-section{
  padding-top: 0 !important;
}



/* FULL WIDTH FAQ DIVIDER */
/* .gs-faq-section .gs-section-title{
  position: relative !important;
  padding: 70px 0 !important;
  margin: 0 0 40px !important;
  text-align: center !important;
  border: none !important;
} */

/* TOP LINE */
/* .gs-faq-section .gs-section-title::before{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  top: 0;
  height: 0.5px;
  background: var(--gs-border);
}

/* BOTTOM LINE */
/* .gs-faq-section .gs-section-title::after{
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50vw);
  width: 100vw;
  bottom: 0;
  height: 0.5px;
  background: var(--gs-border);
} */ */

















/* ===== REVIEWS - BLUME STYLE ===== */
.gs-reviews-section{
  width:100%;
  background:#ffffff !important;
 
}

/* .gs-reviews-wrap{
  max-width:1280px;
  margin:0 auto;
  padding:0 24px;
  box-sizing:border-box;
} */

.gs-reviews-wrap{
  width:100% !important;
  max-width:1450px !important;
  margin:0 auto !important;
  padding:0 20px !important;
  box-sizing:border-box !important;
}


.gs-reviews-title{
  margin:0 0 12px !important;
  text-align:center;
  color:#1b2f5e;
  font-size:34px;
  line-height:1.1;
  font-weight:400;
  font-family:"Rafles", serif !important;
}

.gs-reviews-header{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-bottom:34px !important;
  text-align:center;
  padding:0 !important;
}

.gs-reviews-stars{
  font-size:18px;
  line-height:1;
  letter-spacing:2px;
  color:#102b63;
}

.gs-reviews-count{
  font-size:16px;
  line-height:1.4;
  color:#1b2f5e;
  font-family:"Lato", sans-serif !important;
}

.gs-reviews-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:28px !important;
}

.gs-review-card{
  display:flex !important;
  flex-direction:column;
  background:#ffffff !important;
  border:1px solid #d9dde5 !important;
  border-radius:26px !important;
  overflow:hidden !important;
  min-height:420px;
  box-shadow:none !important;
}

.gs-review-card-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:28px 30px 24px;
}

.gs-review-card-person{
  min-width:0;
  flex:1 1 auto;
}

.gs-rv-name{
  margin:0 0 4px !important;
  color:#102b63 !important;
  font-size:24px !important;
  line-height:1.05 !important;
  font-weight:400 !important;
  font-family:"Lato", sans-serif !important;
}

.gs-rv-headline{
  color:#102b63;
  font-size:19px;
  line-height:1.25;
  font-weight:400;
  font-family:"Lato", sans-serif !important;
  max-width:85%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.gs-rv-stars{
  flex:0 0 auto;
  color:#102b63 !important;
  font-size:20px !important;
  line-height:1;
  letter-spacing:3px;
  white-space:nowrap;
  margin:0 !important;
}

.gs-review-card-divider{
  width:100%;
  height:1px;
  background:#d9dde5;
}

.gs-review-card-body{
  padding:26px 30px 28px;
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}

.gs-rv-text{
  color:#102b63 !important;
  font-size:22px !important;
  line-height:1.65 !important;
  font-weight:400 !important;
  font-family:"Lato", sans-serif !important;
  margin:0 0 28px !important;
}

.gs-rv-recommend{
  display:flex;
  align-items:center;
  gap:10px;
  margin-top:auto;
  margin-bottom:18px;
  color:#102b63;
  font-size:18px;
  line-height:1.4;
  font-family:"Lato", sans-serif !important;
}

.gs-rv-check{
  font-size:18px;
  line-height:1;
  font-weight:700;
}

.gs-rv-product-line{
  color:#102b63;
  font-size:18px;
  line-height:1.45;
  font-family:"Lato", sans-serif !important;
}

@media screen and (min-width: 1200px){
  .gs-reviews-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media screen and (max-width: 989px){
  .gs-reviews-section{
    padding:56px 0 !important;
  }

  .gs-reviews-grid{
    grid-template-columns:1fr !important;
    gap:22px !important;
  }

  .gs-review-card{
    min-height:auto;
  }

  .gs-review-card-head{
    padding:22px 22px 18px;
  }

  .gs-review-card-body{
    padding:20px 22px 22px;
  }

  .gs-rv-name{
    font-size:22px !important;
  }

  .gs-rv-headline{
    font-size:18px;
    max-width:100%;
  }

  .gs-rv-stars{
    font-size:18px !important;
    letter-spacing:2px;
  }

  .gs-rv-text{
    font-size:18px !important;
    line-height:1.6 !important;
  }

  .gs-rv-recommend,
  .gs-rv-product-line{
    font-size:16px;
  }
}

@media screen and (max-width: 749px){
  .gs-reviews-wrap{
    padding:0 16px;
  }

  .gs-reviews-title{
    font-size:24px;
  }

  .gs-reviews-header{
    margin-bottom:22px !important;
  }

  .gs-review-card{
    border-radius:20px !important;
  }

  .gs-review-card-head{
    padding:18px 18px 16px;
    gap:12px;
  }

  .gs-review-card-body{
    padding:18px 18px 20px;
  }

  .gs-rv-name{
    font-size:20px !important;
  }

  .gs-rv-headline{
    font-size:16px;
  }

  .gs-rv-stars{
    font-size:16px !important;
    letter-spacing:1.5px;
  }

  .gs-rv-text{
    font-size:16px !important;
    line-height:1.65 !important;
    margin-bottom:22px !important;
  }

  .gs-rv-recommend,
  .gs-rv-product-line{
    font-size:15px;
  }
}




.gs-review-card{
  min-height:300px !important;
}

.gs-review-card-head{
  padding:6px !important;
}

.gs-review-card-body{
  padding:6px !important;
}

.gs-rv-name{
  font-size:18px !important;
}

.gs-rv-headline{
  font-size:15px !important;
}

.gs-rv-stars{
  font-size:16px !important;
  letter-spacing:2px !important;
}

.gs-rv-text{
  font-size:16px !important;
  line-height:1.6 !important;
  margin-bottom:18px !important;
}

.gs-rv-recommend,
.gs-rv-product-line{
  font-size:15px !important;
}





.gs-marquee-strip{
  border:0.5px solid #1a1a1a !important;
  overflow:hidden !important; /* important for radius */
}











@media (max-width: 768px){
  .gs-qty-atc-row{
    display:flex;
    flex-direction:row !important;
    align-items:center;
    gap:10px;
  }

  .gs-qty-control{
    flex:0 0 auto;
  }

  .gs-qty-btn{
    width:40px;
    height:46px;
  }

  .gs-qty-num{
    width:30px;
  }

  .gs-atc-btn{
    flex:1 1 auto;
    width:auto !important;
    min-width:0;
    padding:14px 16px;
  }
}














/* =========================
   MOBILE ONLY — MOXIE STYLE TABS
   ========================= */
.gs-mobile-accordion{
  display:none;
}

@media screen and (max-width: 768px){
  /* hide current desktop-style tabs only on mobile */
  .gs-tabs-section > .gs-tabs-nav,
  .gs-tabs-section > .gs-tab-content{
    display:none !important;
  }

  .gs-mobile-accordion{
    display:block;
    width:100%;
    margin:0px 0px 50px 0px;
    padding:0 10px;
    box-sizing:border-box;
  }

  .gs-mobile-acc-item{
    border:1px solid #1a1a1a;
    margin:0 0 14px;
   background: #7AA9FF;
   color:#DCFDFF;
    border-radius: 10px;
  }

  .gs-mobile-acc-trigger{
    width:100%;
    background:transparent;
    border:none;
    box-shadow:none;
    padding:16px 18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    text-align:left;
    cursor:pointer;
    font-family:var(--gs-heading);
    font-size:16px;
    line-height:1.1;
    color:#fff;
    text-transform:uppercase;
    letter-spacing:0;
  }

 .gs-mobile-acc-icon{
  flex: 0 0 auto;
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 12px;
  position: relative;
  top: -1px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: transparent;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0;
  box-shadow: none;
  transform: rotate(45deg);
  transition: transform .2s ease, top .2s ease;
}

.gs-mobile-acc-icon::before,
.gs-mobile-acc-icon::after{
  content: none !important;
  display: none !important;
}

.gs-mobile-acc-item.is-open .gs-mobile-acc-icon{
  transform: rotate(225deg);
  top: 1px;
}
  .gs-mobile-acc-panel{
    display:none;
    border-top:1px solid #1A1A1A;
    background:#dcfdff; /* keeps your existing content feel */
  }

  .gs-mobile-acc-item.is-open .gs-mobile-acc-panel{
    display:block;
  }

  /* .gs-mobile-acc-item.is-open .gs-mobile-acc-icon{
    transform:rotate(180deg);
  } */


  /* keep your existing tab content styles inside accordion */
  .gs-mobile-acc-panel > .gs-tab-content{
    display:block !important;
    background:transparent !important;
  }

  .gs-mobile-acc-panel .gs-tab-inner{
    padding:16px;
    max-width:none;
    margin:0;
  }

  .gs-mobile-acc-panel .gs-tab-split{
    grid-template-columns:1fr;
  }

  .gs-mobile-acc-panel .gs-tab-tatcha{
    padding:18px 0 0;
  }

  .gs-mobile-acc-panel .gs-tab-ingredients{
    grid-template-columns:1fr 1fr;
    gap:20px;
  }

  .gs-mobile-acc-panel .gs-tab-ingredient-img{
    width:130px;
    height:130px;
    margin:0 auto;
  }
}







@media screen and (max-width: 768px){

  .gs-mobile-acc-panel{
    overflow:hidden;
  }

  .gs-mobile-acc-panel .gs-tab-content,
  .gs-mobile-acc-panel .gs-tab-inner,
  .gs-mobile-acc-panel .gs-tab-ingredients,
  .gs-mobile-acc-panel .gs-tab-split,
  .gs-mobile-acc-panel *{
    box-sizing:border-box;
  }

  .gs-mobile-acc-panel .gs-tab-inner{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  .gs-mobile-acc-panel .gs-tab-ingredients{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:20px 14px !important;
    width:100%;
    max-width:100%;
    align-items:start;
  }

  .gs-mobile-acc-panel .gs-tab-ingredient{
    width:100%;
    min-width:0;
    text-align:center;
  }

  .gs-mobile-acc-panel .gs-tab-ingredient-img{
    width:100%;
    max-width:160px;
    aspect-ratio:1 / 1;
    height:auto;
    margin:0 auto 12px;
  }

  .gs-mobile-acc-panel .gs-tab-ingredient-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
  }

  .gs-mobile-acc-panel .gs-tab-ingredient h4,
  .gs-mobile-acc-panel .gs-tab-ingredient p{
    width:100%;
    max-width:100%;
    overflow-wrap:break-word;
    word-break:break-word;
  }
}

.gs-results-row{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
}

.gs-result-stat-card{
  background:var(--gs-bg-cream); /* same purple/light blue background style */
}

.gs-result-list{
  margin:14px 0 0 0;
  padding-left:18px;
  list-style-position:outside;
}

.gs-result-list li{
  margin:0 0 10px;
  padding:0;
  color:#1A1A1A;
  font-family:var(--gs-body);
  font-size:15px;
  line-height:1.6;
}

.gs-result-list li::marker{
  color:#1A1A1A;
}

@media screen and (max-width: 989px){
  .gs-results-row{
    grid-template-columns:1fr;
  }
}



.gs-results-row .gs-result-stat-card{
  background:#C7A8F2 !important;
  border-radius:24px;
}

.gs-results-row .gs-result-stat-card:nth-child(2){
  background:#C7A8F2 !important;
}



.gs-results-row .gs-result-stat-card{
  background:#7AA9FF !important;
  border-radius:24px;
}

.gs-results-row .gs-result-stat-card:nth-child(2){
  background:#C7A8F2 !important;
}




@media screen and (min-width: 769px) {
  html, body {
    overflow-x: clip !important;
  }

  .gs-product-hero {
    position: relative !important;
    align-items: start !important;
  }

  .gs-gallery {
    position: relative !important;
    top: auto !important;
  }

  .gs-product-info {
    position: sticky !important;
    top: 100px !important;
    align-self: start !important;
  }
}




.gs-gallery-main img,
.gs-gallery-main video {
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}


@media (max-width: 768px) {
  .gs-size-stock-line {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
  }
}


.gs-mobile-acc-item {
  overflow: hidden;
}



.gs-new-badge {
  z-index: 1;
}



.gs-tab-image img {
  max-height: 550px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
}