/** Shopify CDN: Minification failed

Line 695:1 Expected "}" to go with "{"

**/
/* ============================================
   BIOBASKT — HIGH-CONVERTING THEME v2.0
   Mobile-first, conversion-optimized
   ============================================ */
:root {
  --primary:#1B4332;--primary-light:#2D6A4F;--primary-dark:#0F2419;
  --cta:#E8481A;--cta-hover:#C93C12;--cta-light:#FFF0EB;
  --gold:#C8A96E;--gold-light:#EAD9B5;
  --white:#FFFFFF;--bg:#F8F7F2;--bg2:#F0EEE6;
  --text:#111111;--text2:#444444;--text3:#888888;
  --border:#E2E0D8;--border2:#D0CEC6;
  --success:#16A34A;--warning:#D97706;--danger:#DC2626;
  --radius:8px;--radius-lg:16px;--radius-xl:24px;
  --shadow:0 2px 12px rgba(0,0,0,0.08);--shadow-lg:0 8px 32px rgba(0,0,0,0.12);
  --fs-serif:'Playfair Display',Georgia,serif;
  --fs-sans:'Montserrat','Inter',system-ui,sans-serif;
  --transition:all 0.25s ease;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}
body{font-family:var(--fs-sans);font-size:16px;line-height:1.6;color:var(--text);background:var(--white);overflow-x:hidden;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;text-decoration:none;}
ul{list-style:none;}
button{cursor:pointer;font-family:inherit;}
input,select,textarea{font-family:inherit;}

/* UTILITY */
.container{max-width:1200px;margin:0 auto;padding:0 20px;}
.container-sm{max-width:760px;margin:0 auto;padding:0 20px;}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);}
.text-center{text-align:center;}
.flex{display:flex;} .flex-col{flex-direction:column;} .items-center{align-items:center;} .justify-between{justify-content:space-between;} .gap-sm{gap:8px;} .gap-md{gap:16px;} .gap-lg{gap:24px;}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.hidden{display:none!important;}

/* BUTTONS */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;border-radius:var(--radius);font-weight:700;font-size:15px;letter-spacing:0.02em;text-transform:uppercase;transition:var(--transition);border:2px solid transparent;line-height:1.2;}
.btn-cta{background:var(--cta);color:var(--white);border-color:var(--cta);box-shadow:0 4px 14px rgba(232,72,26,0.35);}
.btn-cta:hover{background:var(--cta-hover);border-color:var(--cta-hover);transform:translateY(-1px);box-shadow:0 6px 20px rgba(232,72,26,0.45);}
.btn-primary{background:var(--primary);color:var(--white);border-color:var(--primary);}
.btn-primary:hover{background:var(--primary-light);border-color:var(--primary-light);}
.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary);}
.btn-outline:hover{background:var(--primary);color:var(--white);}
.btn-white{background:var(--white);color:var(--primary);border-color:var(--white);}
.btn-white:hover{background:var(--bg);border-color:var(--bg);}
.btn-lg{padding:18px 40px;font-size:17px;}
.btn-sm{padding:10px 20px;font-size:13px;}
.btn-full{width:100%;display:flex;}
.btn-icon{font-size:20px;}

/* ANNOUNCEMENT BAR */
.ann-bar{background:var(--primary);color:#fff;text-align:center;padding:10px 20px;font-size:13px;font-weight:600;letter-spacing:0.05em;position:relative;z-index:200;}
.ann-bar a{color:var(--gold-light);text-decoration:underline;}
.ann-bar .ann-text{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;}
.ann-fire{font-size:16px;}

/* HEADER */
.site-header{background:var(--white);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:150;box-shadow:var(--shadow);}
.header-wrap{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:14px 20px;max-width:1200px;margin:0 auto;gap:16px;}
.header-nav{display:flex;gap:24px;align-items:center;}
.header-nav a{font-size:13px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--text2);transition:var(--transition);}
.header-nav a:hover{color:var(--primary);}
.site-logo{text-align:center;}
.logo-text{font-family:var(--fs-serif);font-size:26px;font-weight:700;letter-spacing:0.15em;color:var(--primary);white-space:nowrap;}
.logo-text span{color:var(--cta);}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;}
.header-actions a{font-size:13px;font-weight:600;letter-spacing:0.05em;color:var(--text2);transition:var(--transition);}
.header-actions a:hover{color:var(--primary);}
.cart-bubble{display:inline-flex;align-items:center;gap:6px;background:var(--cta);color:#fff;border-radius:20px;padding:7px 16px;font-size:13px;font-weight:700;transition:var(--transition);}
.cart-bubble:hover{background:var(--cta-hover);}
.menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;padding:4px;cursor:pointer;}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px;transition:var(--transition);}
.mobile-nav{display:none;background:var(--white);border-bottom:1px solid var(--border);padding:16px 20px;}
.mobile-nav.open{display:block;}
.mobile-nav a{display:block;padding:12px 0;font-size:15px;font-weight:600;color:var(--text);border-bottom:1px solid var(--border);}

/* ===================== HOMEPAGE ===================== */

/* HERO */
.hero{background:linear-gradient(135deg,var(--primary-dark) 0%,var(--primary) 60%,#2D6A4F 100%);color:#fff;padding:60px 0 40px;position:relative;overflow:hidden;min-height:580px;display:flex;align-items:center;}
.hero::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
.hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;position:relative;z-index:1;}
.hero-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(232,72,26,0.9);color:#fff;border-radius:20px;padding:6px 16px;font-size:12px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;margin-bottom:20px;}
.hero h1{font-family:var(--fs-serif);font-size:clamp(2rem,4.5vw,3.2rem);font-weight:700;line-height:1.15;margin-bottom:16px;color:#fff;}
.hero h1 strong{color:var(--gold-light);}
.hero-sub{font-size:17px;font-weight:400;color:rgba(255,255,255,0.85);line-height:1.7;margin-bottom:28px;max-width:480px;}
.hero-cta-stack{display:flex;flex-direction:column;gap:12px;max-width:340px;}
.hero-urgency{display:flex;align-items:center;gap:8px;font-size:13px;color:rgba(255,255,255,0.8);margin-top:16px;}
.urgency-dot{width:8px;height:8px;border-radius:50%;background:#22C55E;animation:pulse 1.5s infinite;}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:0.6;transform:scale(1.3);}}
.hero-img-wrap{position:relative;}
.hero-img-wrap img{border-radius:var(--radius-lg);box-shadow:0 20px 60px rgba(0,0,0,0.3);width:100%;}
.hero-img-badge{position:absolute;top:20px;right:20px;background:#fff;color:var(--primary);border-radius:12px;padding:10px 16px;font-weight:700;font-size:14px;box-shadow:var(--shadow-lg);}
.hero-img-badge span{color:var(--cta);font-size:20px;display:block;text-align:center;}
.hero-social-proof{display:flex;align-items:center;gap:12px;margin-top:20px;}
.hero-avatars{display:flex;}
.hero-avatars img,.hero-avatar{width:34px;height:34px;border-radius:50%;border:2px solid #fff;margin-left:-8px;object-fit:cover;background:var(--gold);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#fff;}
.hero-avatars img:first-child,.hero-avatar:first-child{margin-left:0;}
.hero-sp-text{font-size:13px;color:rgba(255,255,255,0.85);}
.hero-sp-text strong{color:#fff;}
.hero-stars{color:#FFD700;font-size:14px;letter-spacing:2px;}

/* TRUST BAR */
.trust-bar{background:var(--white);border-bottom:3px solid var(--primary);padding:0;}
.trust-bar-inner{display:grid;grid-template-columns:repeat(4,1fr);max-width:1200px;margin:0 auto;}
.trust-item{display:flex;align-items:center;gap:12px;padding:18px 20px;border-right:1px solid var(--border);transition:var(--transition);}
.trust-item:last-child{border-right:none;}
.trust-item:hover{background:var(--bg);}
.trust-icon{font-size:26px;flex-shrink:0;}
.trust-item strong{display:block;font-size:13px;font-weight:700;color:var(--text);line-height:1.2;}
.trust-item span{font-size:11px;color:var(--text3);font-weight:400;}

/* FEATURED PRODUCTS */
.section{padding:60px 0;}
.section-dark{background:var(--bg);}
.section-primary{background:var(--primary);color:#fff;}
.section-tag{display:inline-block;background:var(--cta-light);color:var(--cta);font-size:12px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;padding:5px 14px;border-radius:20px;margin-bottom:12px;}
.section-tag.green{background:#DCFCE7;color:var(--success);}
.section-title{font-family:var(--fs-serif);font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:700;color:var(--text);line-height:1.25;margin-bottom:8px;}
.section-title em{font-style:italic;color:var(--primary);}
.section-sub{font-size:16px;color:var(--text2);line-height:1.7;max-width:560px;}
.section-header{margin-bottom:40px;}
.section-header.centered{text-align:center;}
.section-header.centered .section-sub{margin:0 auto;}

/* PRODUCT CARD */
.product-card{background:var(--white);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);border:1px solid var(--border);}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg);}
.pc-img-wrap{position:relative;aspect-ratio:1;overflow:hidden;background:var(--bg);}
.pc-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;}
.product-card:hover .pc-img-wrap img{transform:scale(1.06);}
.pc-badges{position:absolute;top:12px;left:12px;display:flex;flex-direction:column;gap:6px;}
.badge{display:inline-block;padding:4px 10px;border-radius:6px;font-size:11px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;}
.badge-sale{background:var(--cta);color:#fff;}
.badge-new{background:var(--primary);color:#fff;}
.badge-hot{background:#F59E0B;color:#fff;}
.badge-best{background:var(--success);color:#fff;}
.pc-wish{position:absolute;top:12px;right:12px;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,0.95);border:none;font-size:18px;display:flex;align-items:center;justify-content:center;transition:var(--transition);opacity:0;}
.product-card:hover .pc-wish{opacity:1;}
.pc-wish:hover{background:var(--cta);color:#fff;}
.pc-body{padding:16px;}
.pc-category{font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;color:var(--primary);margin-bottom:6px;}
.pc-title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:8px;line-height:1.35;}
.pc-stars{display:flex;align-items:center;gap:4px;margin-bottom:8px;}
.pc-stars .stars{color:#F59E0B;font-size:13px;}
.pc-stars span{font-size:12px;color:var(--text3);}
.pc-price{display:flex;align-items:baseline;gap:8px;margin-bottom:12px;}
.pc-price .current{font-size:20px;font-weight:800;color:var(--cta);}
.pc-price .original{font-size:14px;color:var(--text3);text-decoration:line-through;}
.pc-price .save{font-size:12px;font-weight:700;color:var(--success);background:#DCFCE7;padding:2px 8px;border-radius:4px;}
.pc-benefit{font-size:13px;color:var(--text2);line-height:1.5;margin-bottom:14px;}
.pc-footer{display:flex;flex-direction:column;gap:8px;}
.stock-bar{font-size:12px;color:var(--warning);font-weight:600;display:flex;align-items:center;gap:6px;}
.stock-bar::before{content:'';width:8px;height:8px;border-radius:50%;background:var(--warning);flex-shrink:0;animation:pulse 1.5s infinite;}

/* WHY CHOOSE US */
.why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;}
.why-card{background:var(--white);border-radius:var(--radius-lg);padding:28px;border:1px solid var(--border);transition:var(--transition);display:flex;gap:20px;align-items:flex-start;}
.why-card:hover{border-color:var(--primary);box-shadow:var(--shadow);}
.why-icon{width:56px;height:56px;border-radius:var(--radius);background:var(--bg);display:flex;align-items:center;justify-content:center;font-size:28px;flex-shrink:0;}
.why-card.accent .why-icon{background:var(--primary);color:#fff;}
.why-card h3{font-size:17px;font-weight:700;color:var(--text);margin-bottom:6px;}
.why-card p{font-size:14px;color:var(--text2);line-height:1.6;}

/* REVIEWS */
.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.review-card{background:var(--white);border-radius:var(--radius-lg);padding:24px;border:1px solid var(--border);box-shadow:var(--shadow);}
.review-header{display:flex;align-items:center;gap:12px;margin-bottom:14px;}
.reviewer-avatar{width:46px;height:46px;border-radius:50%;object-fit:cover;background:var(--primary);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:16px;flex-shrink:0;}
.reviewer-info .name{font-size:15px;font-weight:700;color:var(--text);}
.reviewer-info .verified{font-size:11px;color:var(--success);font-weight:600;display:flex;align-items:center;gap:4px;}
.review-stars{color:#F59E0B;font-size:15px;margin-bottom:10px;}
.review-title{font-size:15px;font-weight:700;color:var(--text);margin-bottom:8px;}
.review-text{font-size:14px;color:var(--text2);line-height:1.65;}
.review-img{width:100%;border-radius:var(--radius);margin-top:14px;object-fit:cover;max-height:180px;}
.review-date{font-size:12px;color:var(--text3);margin-top:12px;}
.reviews-summary{background:var(--primary);color:#fff;border-radius:var(--radius-xl);padding:32px;display:flex;gap:32px;align-items:center;margin-bottom:36px;flex-wrap:wrap;}
.rs-score{font-family:var(--fs-serif);font-size:72px;font-weight:700;color:var(--gold-light);line-height:1;}
.rs-stars{color:#FFD700;font-size:24px;letter-spacing:4px;margin-bottom:4px;}
.rs-count{font-size:14px;color:rgba(255,255,255,0.7);}
.rs-bars{flex:1;min-width:200px;}
.rs-bar-row{display:flex;align-items:center;gap:10px;margin-bottom:6px;}
.rs-bar-row span{font-size:12px;font-weight:600;color:rgba(255,255,255,0.7);width:40px;}
.rs-bar-bg{flex:1;height:8px;background:rgba(255,255,255,0.15);border-radius:4px;overflow:hidden;}
.rs-bar-fill{height:100%;background:#FFD700;border-radius:4px;}
.rs-perks{display:flex;flex-direction:column;gap:8px;}
.rs-perk{display:flex;align-items:center;gap:8px;font-size:14px;color:rgba(255,255,255,0.85);}
.rs-perk::before{content:'✓';color:#22C55E;font-weight:700;}

/* URGENCY / COUNTDOWN */
.urgency-section{background:linear-gradient(135deg,var(--cta) 0%,#C93C12 100%);color:#fff;padding:48px 0;}
.urgency-inner{display:grid;grid-template-columns:1fr auto;gap:40px;align-items:center;}
.urgency-label{font-size:13px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:rgba(255,255,255,0.8);margin-bottom:8px;}
.urgency-title{font-family:var(--fs-serif);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;margin-bottom:8px;}
.urgency-sub{font-size:15px;color:rgba(255,255,255,0.85);}
.countdown{display:flex;gap:12px;align-items:center;}
.cd-block{background:rgba(0,0,0,0.3);border-radius:var(--radius);padding:14px 18px;text-align:center;min-width:72px;}
.cd-num{font-size:36px;font-weight:800;line-height:1;display:block;}
.cd-label{font-size:11px;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:rgba(255,255,255,0.7);margin-top:4px;}
.cd-sep{font-size:32px;font-weight:700;color:rgba(255,255,255,0.5);}

/* NEWSLETTER */
.newsletter-section{background:var(--primary);padding:60px 0;text-align:center;}
.newsletter-section h2{font-family:var(--fs-serif);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;color:#fff;margin-bottom:10px;}
.newsletter-section p{font-size:16px;color:rgba(255,255,255,0.75);margin-bottom:28px;}
.nl-form{display:flex;max-width:460px;margin:0 auto;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg);}
.nl-form input{flex:1;padding:16px 20px;font-size:15px;border:none;outline:none;background:#fff;color:var(--text);}
.nl-form button{padding:16px 28px;background:var(--cta);color:#fff;border:none;font-weight:700;font-size:14px;letter-spacing:0.06em;text-transform:uppercase;transition:var(--transition);}
.nl-form button:hover{background:var(--cta-hover);}
.nl-note{font-size:12px;color:rgba(255,255,255,0.5);margin-top:12px;}

/* FOOTER */
.site-footer{background:#0A0A0A;color:rgba(255,255,255,0.7);padding:60px 0 0;}
.footer-grid{display:grid;grid-template-columns:1.8fr 1fr 1fr 1fr;gap:40px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,0.08);}
.footer-brand .logo-text{font-size:22px;margin-bottom:14px;}
.footer-brand p{font-size:14px;line-height:1.8;margin-bottom:20px;}
.footer-social{display:flex;gap:10px;}
.social-btn{width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,0.2);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:var(--transition);}
.social-btn:hover{background:var(--cta);border-color:var(--cta);color:#fff;}
.footer-col h4{font-size:13px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:#fff;margin-bottom:16px;}
.footer-col ul{display:flex;flex-direction:column;gap:10px;}
.footer-col ul a{font-size:14px;color:rgba(255,255,255,0.6);transition:var(--transition);}
.footer-col ul a:hover{color:var(--gold-light);}
.footer-contact{margin-top:12px;}
.footer-contact a{display:flex;align-items:center;gap:8px;font-size:14px;color:rgba(255,255,255,0.6);margin-bottom:8px;transition:var(--transition);}
.footer-contact a:hover{color:var(--gold-light);}
.footer-bottom{padding:20px 0;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;}
.footer-copy{font-size:13px;color:rgba(255,255,255,0.35);}
.payment-row{display:flex;gap:6px;align-items:center;flex-wrap:wrap;}
.pay-badge{background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.12);border-radius:5px;padding:5px 10px;font-size:11px;font-weight:700;color:rgba(255,255,255,0.5);text-transform:uppercase;}

/* ===================== PRODUCT PAGE ===================== */
.product-page{padding:40px 0 80px;}
.breadcrumb{padding:16px 0;border-bottom:1px solid var(--border);margin-bottom:0;background:var(--bg);}
.breadcrumb-inner{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--text3);}
.breadcrumb-inner a{color:var(--text2);transition:var(--transition);}
.breadcrumb-inner a:hover{color:var(--primary);}
.breadcrumb-inner .sep{color:var(--border2);}
.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start;}
/* Gallery */
.gallery-wrap{position:sticky;top:80px;}
.gallery-main{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-lg);background:var(--bg);position:relative;margin-bottom:12px;}
.gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease;cursor:zoom-in;}
.gallery-main:hover img{transform:scale(1.04);}
.gallery-badge{position:absolute;top:16px;left:16px;z-index:2;}
.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}
.g-thumb{aspect-ratio:1;border-radius:var(--radius);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:var(--transition);background:var(--bg);}
.g-thumb.active,.g-thumb:hover{border-color:var(--primary);}
.g-thumb img{width:100%;height:100%;object-fit:cover;}
/* Product Info */
.product-info{padding-top:8px;}
.product-info .category{font-size:12px;font-weight:700;letter-spacing:0.12em;text-transform:uppercase;color:var(--primary);margin-bottom:10px;}
.product-info h1{font-family:var(--fs-serif);font-size:clamp(1.5rem,2.5vw,2rem);font-weight:700;color:var(--text);line-height:1.25;margin-bottom:12px;}
.product-rating-row{display:flex;align-items:center;gap:12px;margin-bottom:16px;flex-wrap:wrap;}
.rating-stars{color:#F59E0B;font-size:16px;}
.rating-text{font-size:14px;color:var(--text2);}
.rating-text a{color:var(--primary);font-weight:600;}
.price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:8px;}
.price-current{font-size:32px;font-weight:800;color:var(--cta);}
.price-original{font-size:20px;color:var(--text3);text-decoration:line-through;}
.price-save-badge{background:var(--cta);color:#fff;font-size:13px;font-weight:700;padding:4px 12px;border-radius:20px;}
.price-note{font-size:13px;color:var(--text3);margin-bottom:20px;}
.variant-section{margin-bottom:20px;}
.variant-label{font-size:13px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--text);margin-bottom:10px;display:flex;justify-content:space-between;}
.variant-label a{color:var(--primary);font-weight:600;text-transform:none;letter-spacing:0;}
.size-grid{display:flex;gap:8px;flex-wrap:wrap;}
.size-btn{min-width:52px;height:52px;border-radius:var(--radius);border:2px solid var(--border2);background:var(--white);font-size:14px;font-weight:600;color:var(--text);transition:var(--transition);display:flex;align-items:center;justify-content:center;padding:0 12px;}
.size-btn:hover{border-color:var(--primary);color:var(--primary);}
.size-btn.active{border-color:var(--primary);background:var(--primary);color:#fff;}
.size-btn.unavailable{opacity:0.35;cursor:not-allowed;text-decoration:line-through;}
.color-grid{display:flex;gap:8px;flex-wrap:wrap;}
.color-dot{width:38px;height:38px;border-radius:50%;border:3px solid transparent;cursor:pointer;transition:var(--transition);}
.color-dot.active{border-color:var(--primary);transform:scale(1.15);}
.qty-row{display:flex;align-items:center;gap:16px;margin-bottom:20px;}
.qty-wrap{display:flex;align-items:center;border:2px solid var(--border2);border-radius:var(--radius);overflow:hidden;}
.qty-btn{width:44px;height:52px;background:var(--bg);border:none;font-size:22px;font-weight:300;color:var(--text);display:flex;align-items:center;justify-content:center;transition:var(--transition);}
.qty-btn:hover{background:var(--primary);color:#fff;}
.qty-input{width:56px;height:52px;border:none;border-left:2px solid var(--border2);border-right:2px solid var(--border2);text-align:center;font-size:17px;font-weight:700;color:var(--text);background:var(--white);outline:none;}
.qty-note{font-size:13px;color:var(--warning);font-weight:600;display:flex;align-items:center;gap:6px;}
.cta-buttons{display:flex;flex-direction:column;gap:12px;margin-bottom:20px;}
.btn-buy-now{background:var(--cta);color:#fff;border:2px solid var(--cta);box-shadow:0 4px 16px rgba(232,72,26,0.4);}
.btn-buy-now:hover{background:var(--cta-hover);border-color:var(--cta-hover);transform:translateY(-1px);}
.btn-add-cart{background:var(--primary);color:#fff;border:2px solid var(--primary);}
.btn-add-cart:hover{background:var(--primary-light);}
.trust-badges{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:20px;}
.trust-badge{display:flex;flex-direction:column;align-items:center;gap:4px;background:var(--bg);border-radius:var(--radius);padding:12px 8px;text-align:center;}
.trust-badge .tb-icon{font-size:22px;}
.trust-badge span{font-size:11px;font-weight:600;color:var(--text2);line-height:1.3;}
.guarantee-box{border:2px solid var(--success);border-radius:var(--radius-lg);padding:16px;display:flex;align-items:center;gap:14px;background:#F0FDF4;margin-bottom:24px;}
.guarantee-icon{font-size:32px;flex-shrink:0;}
.guarantee-box strong{display:block;font-size:15px;font-weight:700;color:var(--success);}
.guarantee-box p{font-size:13px;color:var(--text2);line-height:1.5;}

/* PRODUCT TABS */
.product-tabs{margin-top:60px;}
.tab-nav{display:flex;border-bottom:2px solid var(--border);gap:0;overflow-x:auto;}
.tab-btn{padding:14px 28px;font-size:14px;font-weight:700;letter-spacing:0.06em;text-transform:uppercase;color:var(--text3);border:none;background:none;border-bottom:3px solid transparent;margin-bottom:-2px;white-space:nowrap;transition:var(--transition);}
.tab-btn.active{color:var(--primary);border-bottom-color:var(--primary);}
.tab-content{display:none;padding:32px 0;}
.tab-content.active{display:block;}
.benefits-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;}
.benefit-item{display:flex;align-items:flex-start;gap:12px;background:var(--bg);border-radius:var(--radius);padding:16px;}
.benefit-icon{font-size:24px;flex-shrink:0;}
.benefit-item h4{font-size:14px;font-weight:700;color:var(--text);margin-bottom:4px;}
.benefit-item p{font-size:13px;color:var(--text2);line-height:1.5;}
.howto-steps{display:flex;flex-direction:column;gap:20px;}
.step{display:flex;gap:20px;align-items:flex-start;}
.step-num{width:40px;height:40px;border-radius:50%;background:var(--primary);color:#fff;font-weight:700;font-size:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;}
.step h4{font-size:16px;font-weight:700;color:var(--text);margin-bottom:6px;}
.step p{font-size:14px;color:var(--text2);line-height:1.6;}
.faq-list{display:flex;flex-direction:column;gap:0;}
.faq-item{border-bottom:1px solid var(--border);}
.faq-trigger{width:100%;text-align:left;padding:18px 0;display:flex;justify-content:space-between;align-items:center;background:none;border:none;font-size:16px;font-weight:700;color:var(--text);cursor:pointer;gap:16px;}
.faq-icon{font-size:22px;color:var(--primary);flex-shrink:0;transition:transform 0.3s ease;}
.faq-item.open .faq-icon{transform:rotate(45deg);}
.faq-body{max-height:0;overflow:hidden;transition:max-height 0.4s ease;}
.faq-item.open .faq-body{max-height:300px;}
.faq-body-inner{padding:0 0 18px;font-size:15px;color:var(--text2);line-height:1.7;}
.product-reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;}

/* STICKY MOBILE CTA */
.sticky-cta{display:none;position:fixed;bottom:0;left:0;right:0;padding:12px 16px;background:#fff;border-top:2px solid var(--border);z-index:120;box-shadow:0 -4px 20px rgba(0,0,0,0.12);}
.sticky-cta-inner{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:480px;margin:0 auto;}

/* WHATSAPP FLOAT */
.wa-float{position:fixed;bottom:80px;right:20px;z-index:130;width:56px;height:56px;border-radius:50%;background:#25D366;box-shadow:0 4px 20px rgba(37,211,102,0.5);display:flex;align-items:center;justify-content:center;transition:var(--transition);text-decoration:none;}
.wa-float:hover{transform:scale(1.1);box-shadow:0 6px 24px rgba(37,211,102,0.6);}
.wa-float svg{width:30px;height:30px;fill:#fff;}
.wa-tooltip{position:absolute;right:68px;background:#333;color:#fff;font-size:13px;font-weight:600;padding:6px 12px;border-radius:6px;white-space:nowrap;opacity:0;transition:var(--transition);pointer-events:none;}
.wa-float:hover .wa-tooltip{opacity:1;}

/* CART */
.cart-page{padding:48px 0 80px;}
.cart-grid{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start;}
.cart-title{font-family:var(--fs-serif);font-size:2rem;font-weight:700;color:var(--text);margin-bottom:28px;}
.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:16px;padding:20px 0;border-bottom:1px solid var(--border);align-items:center;}
.cart-item img{width:90px;height:90px;border-radius:var(--radius);object-fit:cover;background:var(--bg);}
.ci-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:6px;}
.ci-variant{font-size:13px;color:var(--text3);}
.ci-price{font-size:18px;font-weight:800;color:var(--cta);text-align:right;}
.cart-summary-box{background:var(--bg);border-radius:var(--radius-lg);padding:28px;border:1px solid var(--border);position:sticky;top:100px;}
.cs-title{font-size:18px;font-weight:700;color:var(--text);margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border);}
.cs-row{display:flex;justify-content:space-between;font-size:15px;color:var(--text2);margin-bottom:12px;}
.cs-row.total{font-size:20px;font-weight:800;color:var(--text);border-top:1px solid var(--border);padding-top:16px;margin-top:4px;}
.cs-note{font-size:12px;color:var(--text3);text-align:center;margin-top:10px;}

/* COLLECTION PAGE */
.collection-hero{background:linear-gradient(135deg,var(--primary-dark),var(--primary));padding:48px 0;color:#fff;margin-bottom:0;}
.ch-title{font-family:var(--fs-serif);font-size:clamp(1.8rem,4vw,3rem);font-weight:700;color:#fff;margin-bottom:8px;}
.ch-desc{font-size:16px;color:rgba(255,255,255,0.8);max-width:500px;}
.collection-filters{background:var(--white);border-bottom:1px solid var(--border);padding:14px 0;position:sticky;top:67px;z-index:100;}
.cf-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;}
.filter-pills{display:flex;gap:8px;flex-wrap:wrap;}
.fp{padding:7px 16px;border-radius:20px;border:1px solid var(--border);font-size:13px;font-weight:600;color:var(--text2);background:var(--white);cursor:pointer;transition:var(--transition);}
.fp.active,.fp:hover{background:var(--primary);border-color:var(--primary);color:#fff;}
.sort-select{padding:8px 14px;border:1px solid var(--border);border-radius:var(--radius);font-size:13px;font-weight:600;color:var(--text);background:var(--white);outline:none;cursor:pointer;}
.collection-body{padding:40px 0 60px;}

/* TOAST */
.toast{position:fixed;bottom:100px;left:50%;transform:translateX(-50%) translateY(20px);background:var(--primary);color:#fff;padding:14px 24px;border-radius:var(--radius);font-size:14px;font-weight:600;z-index:999;opacity:0;transition:all 0.35s ease;pointer-events:none;white-space:nowrap;box-shadow:var(--shadow-lg);}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0);}

/* RESPONSIVE */
@media(max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr;gap:32px;}
  .grid-4{grid-template-columns:repeat(3,1fr);}
  .why-grid{grid-template-columns:1fr;}
  .reviews-grid{grid-template-columns:repeat(2,1fr);}
  .benefits-list{grid-template-columns:1fr;}
}
@media(max-width:768px){
  .hero-inner{grid-template-columns:1fr;}
  .hero-img-wrap{display:none;}
  .hero{min-height:auto;padding:40px 0 32px;}
  .trust-bar-inner{grid-template-columns:repeat(2,1fr);}
  .trust-item{padding:14px 16px;}
  .trust-item:nth-child(2){border-right:none;}
  .trust-item:nth-child(3){border-bottom:none;}
  .grid-3,.grid-4{grid-template-columns:repeat(2,1fr);}
  .grid-2{grid-template-columns:1fr;}
  .reviews-grid{grid-template-columns:1fr;}
  .why-grid{grid-template-columns:1fr;}
  .urgency-inner{grid-template-columns:1fr;text-align:center;}
  .countdown{justify-content:center;}
  .footer-grid{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;align-items:flex-start;}
  .header-nav{display:none;}
  .header-wrap{grid-template-columns:auto 1fr auto;}
  .menu-toggle{display:flex;}
  .cart-bubble .cart-text{display:none;}
  .product-grid{grid-template-columns:1fr;}
  .gallery-wrap{position:static;}
  .sticky-cta{display:block;}
  .product-reviews-grid{grid-template-columns:1fr;}
  .trust-badges{grid-template-columns:repeat(3,1fr);}
  .cart-grid{grid-template-columns:1fr;}
  .cart-summary-box{position:static;}
  .benefits-list{grid-template-columns:1fr;}
  .section{padding:40px 0;}
  .collection-filters{top:61px;}
}
@media(max-width:480px){
  .grid-3,.grid-4{grid-template-columns:1fr;}
  .hero h1{font-size:1.7rem;}
  .hero-cta-stack{max-width:100%;}
  .sticky-cta-inner{grid-template-columns:1fr 1fr;}
  .product-info h1{font-size:1.5rem;}
  .countdown{gap:8px;}
  .cd-block{min-width:60px;padding:12px 14px;}
  .cd-num{font-size:28px;}
  .rs-score{font-size:52px;}
  .reviews-summary{flex-direction:column;gap:20px;}
}
/* FIX: Mobile hero image show */
@media(max-width:768px){
  .hero-img-wrap { display:block !important; margin-top:20px; max-height:260px; overflow:hidden; }
  .hero-img-wrap img { border-radius:12px; max-height:260px; object-fit:cover; width:100%; }
  .grid-4 { grid-template-columns:repeat(2,1fr) !important; gap:12px; }
}
@media(max-width:400px){
  .grid-4 { grid-template-columns:1fr !important; }
}
 
/* Toast types */
.toast-success { background:var(--success) !important; }
.toast-error   { background:var(--danger)  !important; }
 
/* Spinner */
@keyframes spin { to { transform:rotate(360deg); } }
 
/* Cart overlay */
#cartOverlay { position:fixed; inset:0; background:rgba(0,0,0,0.5); z-index:500; opacity:0; visibility:hidden; transition:opacity 0.3s,visibility 0.3s; }
#cartOverlay.visible { opacity:1; visibility:visible; }
 
/* Cart drawer */
#cartDrawer { position:fixed; top:0; right:0; width:420px; max-width:100vw; height:100vh; background:#fff; z-index:510; display:flex; flex-direction:column; transform:translateX(100%); transition:transform 0.4s cubic-bezier(.4,0,.2,1); box-shadow:-8px 0 40px rgba(0,0,0,0.15); }
#cartDrawer.open { transform:translateX(0); }
.cd-header { display:flex; align-items:center; justify-content:space-between; padding:20px 24px; border-bottom:1px solid #e2e0d8; flex-shrink:0; }
.cd-title { font-size:20px; font-weight:700; color:#111; }
.cd-close { width:36px; height:36px; border:none; background:#f8f7f2; border-radius:50%; font-size:18px; cursor:pointer; }
.cd-close:hover { background:#DC2626; color:#fff; }
#cartDrawerBody { flex:1; overflow-y:auto; }
#cartDrawerFooter { flex-shrink:0; }
.cd-freeship-bar { padding:12px 24px; background:#F0FDF4; border-bottom:1px solid #D1FAE5; }
.cd-ship-progress { height:6px; background:#D1FAE5; border-radius:3px; overflow:hidden; }
.cd-ship-fill { height:100%; background:#16A34A; border-radius:3px; transition:width 0.5s ease; }
.cd-items-list { padding:0 24px; }
.cd-item { display:grid; grid-template-columns:80px 1fr; gap:14px; padding:16px 0; border-bottom:1px solid #e2e0d8; transition:opacity 0.3s,transform 0.3s; }
.cd-item-img-wrap { width:80px; height:80px; border-radius:8px; overflow:hidden; background:#f8f7f2; }
.cd-item-img-wrap img { width:100%; height:100%; object-fit:cover; }
.cd-item-title { font-size:14px; font-weight:600; color:#111; display:block; margin-bottom:4px; }
.cd-item-title:hover { color:#1B4332; }
.cd-item-variant { font-size:12px; color:#888; margin-bottom:4px; }
.cd-item-price-row { display:flex; align-items:center; gap:8px; margin-top:6px; }
.cd-item-price { font-size:15px; font-weight:700; color:#E8481A; }
.cd-item-qty-wrap { display:flex; align-items:center; border:1px solid #e2e0d8; border-radius:6px; overflow:hidden; margin-left:auto; }
.cd-qty-btn { width:28px; height:28px; background:#f8f7f2; border:none; font-size:16px; cursor:pointer; }
.cd-qty-btn:hover { background:#1B4332; color:#fff; }
.cd-qty-num { width:30px; text-align:center; font-size:14px; font-weight:700; }
.cd-remove { width:28px; height:28px; background:none; border:none; font-size:13px; cursor:pointer; color:#888; }
.cd-remove:hover { color:#DC2626; }
.cd-empty { display:flex; flex-direction:column; align-items:center; justify-content:center; padding:60px 24px; text-align:center; }
.cd-empty-icon { font-size:48px; margin-bottom:12px; }
.cd-empty-title { font-size:18px; font-weight:700; color:#111; margin-bottom:8px; }
 
/* Live popup */
#livePopup { position:fixed; bottom:84px; left:16px; z-index:400; display:none; align-items:center; gap:12px; background:#fff; border-radius:14px; padding:14px 16px; box-shadow:0 8px 32px rgba(0,0,0,0.15); border:1px solid #e2e0d8; max-width:300px; }
.lp-avatar { width:40px; height:40px; border-radius:50%; background:linear-gradient(135deg,#1B4332,#2D6A4F); display:flex; align-items:center; justify-content:center; font-size:18px; flex-shrink:0; }
.lp-content { flex:1; min-width:0; }
.lp-live-row { display:flex; align-items:center; gap:5px; font-size:11px; font-weight:600; color:#E8481A; margin-bottom:3px; }
.lp-live-dot { width:7px; height:7px; border-radius:50%; background:#E8481A; animation:pulse 1.2s infinite; }
.lp-action-line { font-size:13px; color:#111; line-height:1.4; }
.lp-time { font-size:11px; color:#888; margin-top:2px; }
.lp-close-btn { border:none; background:none; font-size:16px; color:#888; cursor:pointer; flex-shrink:0; }
 
/* Cart count badge */
.cart-count-badge { display:none; min-width:18px; height:18px; border-radius:9px; background:#E8481A; color:#fff; font-size:11px; font-weight:700; align-items:center; justify-content:center; padding:0 4px; }
 /* ── MOBILE CART DRAWER FIX ───────────────────────────── */
@media(max-width:768px){
  #cartDrawer{
    width:100vw;
    height:85vh;
    top:auto;
    bottom:0;
    right:0;
    border-radius:20px 20px 0 0;
    transform:translateY(100%);
  }
  #cartDrawer.open{
    transform:translateY(0);
  }
  .cd-header{padding:16px 20px;}
  .cd-items-list{padding:0 16px;}
  #cartDrawerFooter{padding:16px 20px;}
  .cd-item{grid-template-columns:68px 1fr;gap:10px;padding:12px 0;}
  .cd-item-img-wrap{width:68px;height:68px;}
  .cd-item-price-row{flex-wrap:nowrap;gap:6px;}
  .cd-item-qty-wrap{margin-left:auto;}
  .cd-qty-btn{width:32px;height:32px;font-size:18px;}
  .cd-qty-num{width:28px;font-size:14px;}
  .cd-checkout-btn{padding:16px!important;font-size:15px!important;}
}

/* ── MOBILE STICKY CART QUANTITY FIX ─────────────────── */
@media(max-width:768px){
  .qty-wrap{border:2px solid #1B4332;border-radius:8px;}
  .qty-btn{width:48px;height:52px;font-size:24px;}
  .qty-input{font-size:18px;width:60px;}
/* Toast */
.toast-success { background: #16A34A !important; }
.toast-error   { background: #DC2626 !important; }
 
/* ── HERO MOBILE STACK FIX ────────────────────── */
@media(max-width: 768px) {
  .hero-inner {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
    position: relative !important;
  }
  .hero-img-wrap {
    order: 1 !important;
    position: relative !important;
    z-index: 1 !important;
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .hero-img-wrap img {
    width: 100% !important;
    height: auto !important;
    max-height: 320px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
  }
  .hero-copy {
    order: 2 !important;
    position: relative !important;
    z-index: 2 !important;
  }
  .hero-title,
  .hero-sub,
  .hero-badge {
    display: none !important;
  }
  .hero-cta-row {
    order: 2 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .hero-cta-row .btn {
    width: 100% !important;
    justify-content: center !important;
    font-size: 15px !important;
    padding: 16px !important;
  }
}
 
/* Cart overlay */
#cartOverlay {
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 500;
  opacity: 0; visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
#cartOverlay.visible { opacity: 1; visibility: visible; }
 
/* Cart drawer — DESKTOP (slides from right) */
#cartDrawer {
  position: fixed;
  top: 0; right: 0;
  width: 420px; max-width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 510;
  display: flex; flex-direction: column;
  transform: translateX(105%);
  transition: transform 0.38s cubic-bezier(.4,0,.2,1);
  box-shadow: -6px 0 32px rgba(0,0,0,0.12);
}
#cartDrawer.open { transform: translateX(0); }
 
/* Cart drawer — MOBILE (slides up from bottom) */
@media(max-width: 768px) {
  #cartDrawer {
    top: 0; right: 0; bottom: 0;
    width: 92vw;
    height: 100vh;
    border-radius: 0;
    transform: translateX(105%);
    box-shadow: -4px 0 24px rgba(0,0,0,0.18);
  }
  #cartDrawer.open { transform: translateX(0); }
  #cartDrawerBody { display: flex; flex-direction: column; }
  .cd-items-list { flex: 1; }
}
 
/* Drawer header */
.cd-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px;
  border-bottom: 1px solid #e2e0d8;
  flex-shrink: 0;
}
.cd-title { font-size: 18px; font-weight: 700; color: #111; }
.cd-close {
  width: 34px; height: 34px; border: none;
  background: #f0eee6; border-radius: 50%;
  font-size: 16px; cursor: pointer; color: #444;
  display: flex; align-items: center; justify-content: center;
}
.cd-close:hover { background: #DC2626; color: #fff; }
 
/* Drawer body */
#cartDrawerBody { flex: 1; overflow-y: auto; -webkit-overflow-scrolling: touch; }
#cartDrawerFooter { flex-shrink: 0; }
 
/* Free shipping bar */
.cd-freeship-bar {
  padding: 12px 20px;
  background: #F0FDF4;
  border-bottom: 1px solid #D1FAE5;
}
.cd-ship-progress { height: 6px; background: #D1FAE5; border-radius: 3px; overflow: hidden; }
.cd-ship-fill { height: 100%; background: #16A34A; border-radius: 3px; transition: width 0.5s; }
 
/* Cart items */
.cd-items-list { padding: 0 20px; }
.cd-item {
  display: grid; grid-template-columns: 72px 1fr;
  gap: 12px; padding: 14px 0;
  border-bottom: 1px solid #e2e0d8;
  transition: opacity 0.25s;
}
.cd-item-img-wrap {
  width: 72px; height: 72px;
  border-radius: 8px; overflow: hidden;
  background: #f8f7f2; flex-shrink: 0;
}
.cd-item-img-wrap img { width: 100%; height: 100%; object-fit: cover; }
.cd-item-title { font-size: 13px; font-weight: 600; color: #111; display: block; margin-bottom: 3px; line-height: 1.35; }
.cd-item-title:hover { color: #1B4332; }
.cd-item-variant { font-size: 11px; color: #888; margin-bottom: 4px; }
.cd-item-price-row { display: flex; align-items: center; gap: 8px; margin-top: 6px; flex-wrap: nowrap; }
.cd-item-price { font-size: 14px; font-weight: 700; color: #E8481A; flex-shrink: 0; }
 
/* Qty controls — bigger tap targets */
.cd-item-qty-wrap {
  display: flex; align-items: center;
  border: 1.5px solid #d0cec6; border-radius: 8px;
  overflow: hidden; margin-left: auto; flex-shrink: 0;
}
.cd-qty-btn {
  width: 34px; height: 34px;
  background: #f8f7f2; border: none;
  font-size: 20px; font-weight: 300;
  cursor: pointer; color: #111;
  display: flex; align-items: center; justify-content: center;
  -webkit-tap-highlight-color: transparent;
}
.cd-qty-btn:active { background: #1B4332; color: #fff; }
.cd-qty-num { width: 32px; text-align: center; font-size: 14px; font-weight: 700; color: #111; }
.cd-remove {
  width: 28px; height: 28px;
  background: none; border: none;
  font-size: 14px; cursor: pointer; color: #bbb;
  flex-shrink: 0;
  -webkit-tap-highlight-color: transparent;
}
.cd-remove:active { color: #DC2626; }
 
/* Empty state */
.cd-empty {
  display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 60px 24px; text-align: center;
}
 
/* Mobile qty on product page */
@media(max-width: 768px) {
  .qty-btn { width: 48px !important; height: 52px !important; font-size: 24px !important; }
  .qty-input { font-size: 18px !important; width: 60px !important; }
  .sticky-cta { display: block; }
}