/** Shopify CDN: Minification failed

Line 292:57 Expected ":"

**/
/* ====== CSS VARIABLES ====== */
:root {
  --c-bg: #fdfaf8;
  --c-bg-alt: #f8efe9;
  --c-bg-dark: #2c1a0e;
  --c-primary: #2c1a0e;
  --c-accent: #c8906b;
  --c-accent-dark: #a97050;
  --c-accent-light: #f0ddd3;
  --c-gold: #d4a55e;
  --c-text: #2c1a0e;
  --c-text-muted: #7a6258;
  --c-border: #e8ddd8;
  --c-white: #ffffff;
  --c-success: #3d9970;
  --c-error: #c0392b;
  --c-star: #f4a01a;
  --font-heading: 'Playfair Display', Georgia, serif;
  --font-body: 'Inter', system-ui, sans-serif;
  --r-sm: 8px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-pill: 100px;
  --sh-sm: 0 2px 12px rgba(44,26,14,.08);
  --sh-md: 0 6px 28px rgba(44,26,14,.13);
  --sh-lg: 0 12px 48px rgba(44,26,14,.18);
  --tr: .22s ease;
  --max: 1200px;
}

/* ====== RESET & BASE ====== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--c-bg); color: var(--c-text); font-family: var(--font-body); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 9999; background: var(--c-accent); color: #fff; padding: .5rem 1rem; border-radius: var(--r-sm); }

/* ====== TYPOGRAPHY ====== */
h1,h2,h3,h4,h5 { font-family: var(--font-heading); line-height: 1.2; color: var(--c-primary); }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); font-weight: 700; }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); font-weight: 600; }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.6rem); font-weight: 600; }
h4 { font-size: 1.1rem; font-weight: 600; }
p { color: var(--c-text-muted); line-height: 1.7; }
.eyebrow { font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--c-accent); margin-bottom: .75rem; display: block; }
.section-title { margin-bottom: 1rem; }
.section-sub { font-size: 1.05rem; max-width: 560px; }

/* ====== LAYOUT ====== */
.container { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; }
.section { padding: 5rem 0; }
.section-sm { padding: 3rem 0; }
.section-alt { background: var(--c-bg-alt); }
.section-dark { background: var(--c-bg-dark); color: var(--c-white); }
.section-dark h1,.section-dark h2,.section-dark h3 { color: var(--c-white); }
.section-dark p { color: rgba(255,255,255,.75); }
.text-center { text-align: center; }
.text-center .section-sub { margin: 0 auto; }
.grid { display: grid; gap: 1.5rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.flex { display: flex; }
.flex-center { align-items: center; justify-content: center; }
.gap-1 { gap: .5rem; }
.gap-2 { gap: 1rem; }

/* ====== BUTTONS ====== */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: .9rem 2.2rem; border-radius: var(--r-pill); font-weight: 600; font-size: .95rem; letter-spacing: .02em; transition: all var(--tr); white-space: nowrap; cursor: pointer; border: 2px solid transparent; }
.btn-primary { background: var(--c-accent); color: var(--c-white); border-color: var(--c-accent); box-shadow: 0 4px 20px rgba(200,144,107,.4); }
.btn-primary:hover { background: var(--c-accent-dark); border-color: var(--c-accent-dark); transform: translateY(-1px); box-shadow: 0 6px 28px rgba(200,144,107,.5); }
.btn-primary:active { transform: translateY(0); }
.btn-dark { background: var(--c-primary); color: var(--c-white); border-color: var(--c-primary); }
.btn-dark:hover { background: #3d2510; border-color: #3d2510; transform: translateY(-1px); box-shadow: var(--sh-md); }
.btn-outline { background: transparent; color: var(--c-primary); border-color: var(--c-primary); }
.btn-outline:hover { background: var(--c-primary); color: var(--c-white); }
.btn-outline-white { background: transparent; color: var(--c-white); border-color: var(--c-white); }
.btn-outline-white:hover { background: var(--c-white); color: var(--c-primary); }
.btn-lg { padding: 1.1rem 2.8rem; font-size: 1.05rem; }
.btn-sm { padding: .6rem 1.5rem; font-size: .875rem; }
.btn-full { width: 100%; }
.btn-icon { width: 44px; height: 44px; padding: 0; border-radius: 50%; }
.btn-loading { pointer-events: none; opacity: .7; }

/* ====== ANNOUNCEMENT BAR ====== */
.announcement-bar { background: var(--c-bg-dark); color: var(--c-white); text-align: center; padding: .6rem 1rem; font-size: .8rem; font-weight: 500; letter-spacing: .03em; position: relative; z-index: 100; }
.announcement-bar a { color: var(--c-gold); text-decoration: underline; }
.announcement-bar strong { color: var(--c-gold); }
.announcement-bar .countdown { display: inline-flex; gap: .25rem; align-items: center; font-weight: 700; color: var(--c-gold); }

/* ====== HEADER ====== */
.site-header { background: var(--c-white); border-bottom: 1px solid var(--c-border); position: sticky; top: 0; z-index: 200; transition: box-shadow var(--tr); }
.site-header.scrolled { box-shadow: var(--sh-sm); }
.header-inner { display: flex; align-items: center; justify-content: space-between; padding: 1rem 1.5rem; max-width: var(--max); margin: 0 auto; gap: 1rem; }
.header-logo { font-family: var(--font-heading); font-size: 1.6rem; font-weight: 700; color: var(--c-primary); flex-shrink: 0; }
.header-logo img { height: 40px; width: auto; }
.header-nav { display: flex; align-items: center; gap: 2rem; }
.header-nav a { font-size: .9rem; font-weight: 500; color: var(--c-text-muted); transition: color var(--tr); }
.header-nav a:hover { color: var(--c-accent); }
.header-actions { display: flex; align-items: center; gap: .75rem; }
.cart-btn { position: relative; background: none; border: none; padding: .5rem; cursor: pointer; color: var(--c-primary); }
.cart-btn svg { width: 22px; height: 22px; }
.cart-count { position: absolute; top: 0; right: 0; background: var(--c-accent); color: #fff; font-size: .65rem; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; transform: translate(2px,-2px); }
.cart-count.hidden { display: none; }
.menu-btn { display: none; background: none; border: none; padding: .5rem; color: var(--c-primary); }
.menu-btn svg { width: 24px; height: 24px; }

/* Mobile menu */
.mobile-menu { display: none; position: fixed; inset: 0; background: var(--c-white); z-index: 300; flex-direction: column; padding: 2rem 1.5rem; transform: translateX(-100%); transition: transform .3s ease; }
.mobile-menu.open { transform: translateX(0); }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 2rem; }
.mobile-menu nav { display: flex; flex-direction: column; gap: 1.5rem; }
.mobile-menu nav a { font-size: 1.3rem; font-family: var(--font-heading); color: var(--c-primary); }

/* ====== HERO ====== */
.hero { position: relative; min-height: 88vh; display: flex; align-items: center; overflow: hidden; background: var(--c-bg-alt); }
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; opacity: .35; }
.hero-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to right, var(--c-bg-alt) 55%, transparent); }
.hero-inner { position: relative; z-index: 1; max-width: var(--max); margin: 0 auto; padding: 4rem 1.5rem; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 3rem; }
.hero-content { max-width: 560px; }
.hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: var(--c-white); border: 1px solid var(--c-border); border-radius: var(--r-pill); padding: .4rem 1rem; font-size: .8rem; font-weight: 600; color: var(--c-accent); margin-bottom: 1.5rem; box-shadow: var(--sh-sm); }
.hero-badge::before { content: '🌟'; font-size: 1rem; }
.hero h1 { margin-bottom: 1.2rem; }
.hero h1 em { font-style: italic; color: var(--c-accent); }
.hero-sub { font-size: 1.1rem; color: var(--c-text-muted); margin-bottom: 2rem; }
.hero-stars { display: flex; align-items: center; gap: .5rem; margin-bottom: 2rem; }
.stars { color: var(--c-star); font-size: 1.1rem; letter-spacing: .05em; }
.hero-stars span { font-size: .85rem; color: var(--c-text-muted); }
.hero-stars strong { color: var(--c-primary); }
.hero-cta-group { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; margin-bottom: 2rem; }
.hero-sale-badge { background: #fef3f0; border: 1px solid #fbd5c8; border-radius: var(--r-pill); padding: .4rem 1.1rem; font-size: .82rem; font-weight: 600; color: #c0392b; }
.hero-trust { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.hero-trust-item { display: flex; align-items: center; gap: .4rem; font-size: .8rem; color: var(--c-text-muted); font-weight: 500; }
.hero-trust-item svg { width: 14px; height: 14px; color: var(--c-success); flex-shrink: 0; }
.hero-image { position: relative; display: flex; justify-content: center; }
.hero-image img { max-height: 520px; object-fit: contain; filter: drop-shadow(0 20px 60px rgba(200,144,107,.3)); animation: floatImg 4s ease-in-out infinite; }
.hero-image-badge { position: absolute; background: var(--c-white); border-radius: var(--r-md); padding: .75rem 1rem; box-shadow: var(--sh-md); font-size: .8rem; font-weight: 600; }
.hero-image-badge.badge-1 { bottom: 15%; left: -10px; }
.hero-image-badge.badge-2 { top: 15%; right: 0; }
.hero-image-badge .badge-num { font-size: 1.4rem; font-family: var(--font-heading); color: var(--c-accent); display: block; line-height: 1; }
@keyframes floatImg { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }

/* ====== TRUST STRIP ====== */
.trust-strip { background: var(--c-primary); padding: 1.5rem 0; }
.trust-strip-inner { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; display: flex; align-items: center; justify-content: center; gap: 3rem; flex-wrap: wrap; }
.trust-strip-item { display: flex; align-items: center; gap: .7rem; color: var(--c-white); font-size: .88rem; font-weight: 500; }
.trust-strip-item svg { width: 22px; height: 22px; color: var(--c-gold); flex-shrink: 0; }
.trust-strip-divider { width: 1px; height: 28px; background: rgba(255,255,255,.15); }

/* ====== SOCIAL PROOF BAR ====== */
.social-proof { background: var(--c-accent-light); padding: 2rem 0; text-align: center; }
.social-proof-inner { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; display: flex; justify-content: center; align-items: center; gap: 3rem; flex-wrap: wrap; }
.sp-stat { text-align: center; }
.sp-num { font-size: 2rem; font-family: var(--font-heading); font-weight: 700; color: var(--c-primary); }
.sp-label { font-size: .8rem; color: var(--c-text-muted); font-weight: 500; text-transform: uppercase; letter-spacing: .1em; }

/* ====== BENEFITS ====== */
.benefit-card { background: var(--c-white); border-radius: var(--r-lg); padding: 2rem; box-shadow: var(--sh-sm); border: 1px solid var(--c-border); transition: transform var(--tr), box-shadow var(--tr); }
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.benefit-icon { width: 56px; height: 56px; background: var(--c-accent-light); border-radius: var(--r-md); display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; font-size: 1.6rem; }
.benefit-card h4 { margin-bottom: .5rem; font-size: 1rem; }
.benefit-card p { font-size: .875rem; }

/* ====== PRODUCT SHOWCASE ====== */
.product-showcase { }
.product-showcase-inner { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.product-showcase-img { position: relative; }
.product-showcase-img img { border-radius: var(--r-lg); box-shadow: var(--sh-lg); width: 100%; }
.discount-badge { position: absolute; top: 1.5rem; left: 1.5rem; background: #c0392b; color: var(--c-white); border-radius: var(--r-pill); padding: .4rem 1rem; font-size: .85rem; font-weight: 700; }
.product-showcase-info .eyebrow { margin-bottom: .5rem; }
.product-showcase-info h2 { margin-bottom: 1rem; }
.product-showcase-info > p { margin-bottom: 1.5rem; }
.price-group { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.5rem; }
.price-sale { font-size: 2rem; font-family: var(--font-heading); font-weight: 700; color: var(--c-primary); }
.price-original { font-size: 1.2rem; text-decoration: line-through; color: var(--c-text-muted); }
.price-savings { background: #fef3f0; color: #c0392b; border-radius: var(--r-pill); padding: .25rem .75rem; font-size: .8rem; font-weight: 700; }
.features-list { display: flex; flex-direction: column; gap: .75rem; margin-bottom: 2rem; }
.feature-item { display: flex; align-items: flex-start; gap: .75rem; font-size: .92rem; color: var(--c-text-muted); }
.feature-item svg { width: 18px; height: 18px; color: var(--c-success); flex-shrink: 0; margin-top: .15rem; }
.stock-bar { margin-bottom: 1.5rem; }
.stock-label { font-size: .8rem; font-weight: 600; color: #c0392b; margin-bottom: .4rem; display: flex; justify-content: space-between; }
.stock-progress { height: 6px; background: #f0e8e8; border-radius: 99px; overflow: hidden; }
.stock-fill { height: 100%; background: #c0392b; border-radius: 99px; }

/* ====== HOW IT WORKS ====== */
.steps-grid { max-width: 900px; margin: 0 auto; }
.step { display: flex; gap: 1.5rem; align-items: flex-start; }
.step-num { width: 52px; height: 52px; border-radius: 50%; background: var(--c-accent); color: var(--c-white); font-family: var(--font-heading); font-size: 1.3rem; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.step-content h4 { margin-bottom: .4rem; }
.step-connector { width: 52px; display: flex; justify-content: center; }
.step-connector::before { content: ''; display: block; width: 2px; height: 40px; background: var(--c-border); margin: .3rem 0; }

/* ====== TESTIMONIALS ====== */
.testimonial-card { background: var(--c-white); border-radius: var(--r-lg); padding: 2rem; box-shadow: var(--sh-sm); border: 1px solid var(--c-border); display: flex; flex-direction: column; gap: 1.2rem; }
.testimonial-stars { color: var(--c-star); font-size: .95rem; letter-spacing: .08em; }
.testimonial-text { font-size: .95rem; color: var(--c-text); line-height: 1.7; font-style: italic; flex: 1; }
.testimonial-author { display: flex; align-items: center; gap: .8rem; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; background: var(--c-accent-light); display: flex; align-items: center; justify-content: center; font-size: 1.2rem; overflow: hidden; }
.testimonial-name { font-weight: 600; font-size: .88rem; color: var(--c-primary); }
.testimonial-meta { font-size: .78rem; color: var(--c-text-muted); }
.verified-badge { display: inline-flex; align-items: center; gap: .25rem; font-size: .7rem; color: var(--c-success); font-weight: 600; margin-top: .2rem; }

/* ====== FAQ ====== */
.faq-list { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 0; }
.faq-item { border-bottom: 1px solid var(--c-border); }
.faq-item:first-child { border-top: 1px solid var(--c-border); }
.faq-question { width: 100%; text-align: left; padding: 1.3rem 0; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-size: 1rem; font-weight: 600; color: var(--c-primary); background: none; cursor: pointer; }
.faq-icon { width: 20px; height: 20px; border: 2px solid var(--c-accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--c-accent); transition: transform var(--tr); font-size: .9rem; line-height: 1; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .35s ease; }
.faq-answer-inner { padding-bottom: 1.3rem; }
.faq-answer-inner p { font-size: .92rem; }

/* ====== NEWSLETTER / CTA ====== */
.newsletter-form { display: flex; gap: .75rem; max-width: 480px; }
.newsletter-form input { flex: 1; padding: .9rem 1.2rem; border: 2px solid var(--c-border); border-radius: var(--r-pill); font-size: .95rem; outline: none; transition: border-color var(--tr); background: var(--c-white); }
.newsletter-form input:focus { border-color: var(--c-accent); }
.cta-section { background: linear-gradient(135deg, var(--c-accent) 0%, #a97050 100%); text-align: center; padding: 5rem 1.5rem; }
.cta-section h2, .cta-section p { color: var(--c-white); }
.cta-section p { opacity: .9; }

/* ====== FOOTER ====== */
.site-footer { background: var(--c-primary); color: var(--c-white); padding: 4rem 0 0; }
.footer-inner { max-width: var(--max); margin: 0 auto; padding: 0 1.5rem; display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand .header-logo { color: var(--c-white); display: block; margin-bottom: 1rem; }
.footer-brand p { font-size: .88rem; color: rgba(255,255,255,.65); line-height: 1.7; }
.footer-col h5 { font-size: .82rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--c-gold); margin-bottom: 1.2rem; }
.footer-col ul li { margin-bottom: .6rem; }
.footer-col ul li a { font-size: .88rem; color: rgba(255,255,255,.65); transition: color var(--tr); }
.footer-col ul li a:hover { color: var(--c-white); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1.5rem; text-align: center; max-width: var(--max); margin: 0 auto; font-size: .8rem; color: rgba(255,255,255,.45); }
.footer-payment-icons { display: flex; gap: .5rem; justify-content: center; margin-top: .75rem; flex-wrap: wrap; }
.payment-icon { background: rgba(255,255,255,.12); border-radius: 4px; padding: .25rem .5rem; font-size: .7rem; color: rgba(255,255,255,.8); font-weight: 600; letter-spacing: .03em; }

/* ====== PRODUCT PAGE ====== */
.product-page { max-width: var(--max); margin: 0 auto; padding: 3rem 1.5rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: flex-start; }
.product-gallery { position: sticky; top: 90px; }
.gallery-main { border-radius: var(--r-lg); overflow: hidden; background: var(--c-bg-alt); margin-bottom: 1rem; aspect-ratio: 1; position: relative; }
.gallery-main img { width: 100%; height: 100%; object-fit: contain; padding: 1.5rem; transition: opacity var(--tr); }
.gallery-thumbs { display: grid; grid-template-columns: repeat(4, 1fr); gap: .75rem; }
.gallery-thumb { border-radius: var(--r-sm); overflow: hidden; border: 2px solid transparent; cursor: pointer; aspect-ratio: 1; background: var(--c-bg-alt); transition: border-color var(--tr); }
.gallery-thumb.active, .gallery-thumb:hover { border-color: var(--c-accent); }
.gallery-thumb img { width: 100%; height: 100%; object-fit: contain; padding: .4rem; }
.product-info .breadcrumb { display: flex; gap: .5rem; font-size: .78rem; color: var(--c-text-muted); margin-bottom: 1.5rem; }
.product-info .breadcrumb a:hover { color: var(--c-accent); }
.product-info h1 { font-size: clamp(1.6rem, 3vw, 2.2rem); margin-bottom: .75rem; }
.product-rating-row { display: flex; align-items: center; gap: .75rem; margin-bottom: 1.5rem; flex-wrap: wrap; }
.product-rating-row .stars { font-size: 1rem; }
.rating-count { font-size: .85rem; color: var(--c-text-muted); text-decoration: underline; cursor: pointer; }
.sold-count { font-size: .82rem; color: var(--c-text-muted); }
.sold-count strong { color: var(--c-accent); }
.product-price { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1.5rem; }
.product-price .price-sale { font-size: 2.2rem; }
.savings-callout { background: #fef3f0; border: 1px solid #fbd5c8; border-radius: var(--r-sm); padding: .75rem 1rem; margin-bottom: 1.5rem; font-size: .85rem; font-weight: 600; color: #c0392b; display: flex; align-items: center; gap: .5rem; }
.qty-selector { display: flex; align-items: center; gap: 0; border: 2px solid var(--c-border); border-radius: var(--r-pill); overflow: hidden; width: fit-content; margin-bottom: 1rem; }
.qty-selector button { width: 42px; height: 42px; background: none; border: none; font-size: 1.2rem; color: var(--c-primary); cursor: pointer; transition: background var(--tr); }
.qty-selector button:hover { background: var(--c-bg-alt); }
.qty-selector input { width: 52px; text-align: center; border: none; border-left: 1px solid var(--c-border); border-right: 1px solid var(--c-border); height: 42px; font-size: .95rem; font-weight: 600; background: none; outline: none; }
.add-to-cart-wrap { display: flex; flex-direction: column; gap: .75rem; margin-bottom: 1.5rem; }
.atc-btn { padding: 1.1rem; font-size: 1.1rem; font-weight: 700; letter-spacing: .03em; border-radius: var(--r-pill); }
.buy-btn { background: var(--c-primary); color: var(--c-white); border: 2px solid var(--c-primary); padding: 1rem; border-radius: var(--r-pill); font-size: .95rem; font-weight: 600; transition: all var(--tr); }
.buy-btn:hover { background: #3d2510; }
.product-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 1.25rem; background: var(--c-bg-alt); border-radius: var(--r-md); margin-bottom: 1.5rem; text-align: center; }
.product-trust-item { font-size: .75rem; color: var(--c-text-muted); font-weight: 500; }
.product-trust-item svg { width: 22px; height: 22px; color: var(--c-accent); margin: 0 auto .4rem; display: block; }
.product-accordions { border-top: 1px solid var(--c-border); }
.accordion { border-bottom: 1px solid var(--c-border); }
.accordion-trigger { width: 100%; text-align: left; padding: 1.1rem 0; display: flex; justify-content: space-between; align-items: center; font-weight: 600; font-size: .92rem; background: none; cursor: pointer; color: var(--c-primary); }
.accordion-body { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.accordion-body-inner { padding-bottom: 1rem; font-size: .9rem; color: var(--c-text-muted); line-height: 1.7; }
.accordion.open .accordion-body { max-height: 400px; }

/* Reviews */
.reviews-section { max-width: var(--max); margin: 0 auto; padding: 4rem 1.5rem; }
.reviews-summary { display: flex; gap: 3rem; align-items: flex-start; margin-bottom: 3rem; flex-wrap: wrap; }
.reviews-score { text-align: center; }
.reviews-score .score-num { font-size: 5rem; font-family: var(--font-heading); font-weight: 700; color: var(--c-primary); line-height: 1; }
.score-stars { color: var(--c-star); font-size: 1.3rem; letter-spacing: .1em; display: block; margin: .3rem 0; }
.score-count { font-size: .85rem; color: var(--c-text-muted); }
.rating-bars { flex: 1; min-width: 200px; display: flex; flex-direction: column; gap: .5rem; }
.rating-bar-row { display: flex; align-items: center; gap .75rem; font-size: .82rem; }
.rating-bar-row span:first-child { width: 45px; color: var(--c-text-muted); }
.rating-bar-row span:last-child { width: 30px; color: var(--c-text-muted); text-align: right; }
.rating-bar-track { flex: 1; height: 8px; background: #f0e8e8; border-radius: 99px; overflow: hidden; margin: 0 .5rem; }
.rating-bar-fill { height: 100%; background: var(--c-star); border-radius: 99px; }
.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }

/* ====== COLLECTION PAGE ====== */
.collection-page { max-width: var(--max); margin: 0 auto; padding: 3rem 1.5rem; }
.collection-header { margin-bottom: 2.5rem; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.product-card { background: var(--c-white); border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--c-border); transition: transform var(--tr), box-shadow var(--tr); }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--sh-md); }
.product-card-img { aspect-ratio: 1; background: var(--c-bg-alt); overflow: hidden; position: relative; }
.product-card-img img { width: 100%; height: 100%; object-fit: contain; padding: 1rem; transition: transform .4s ease; }
.product-card:hover .product-card-img img { transform: scale(1.05); }
.product-card-badge { position: absolute; top: .75rem; left: .75rem; background: #c0392b; color: var(--c-white); border-radius: var(--r-pill); padding: .2rem .7rem; font-size: .75rem; font-weight: 700; }
.product-card-body { padding: 1.2rem; }
.product-card-title { font-weight: 600; font-size: .95rem; color: var(--c-primary); margin-bottom: .5rem; }
.product-card-stars { color: var(--c-star); font-size: .8rem; margin-bottom: .75rem; }
.product-card-price { display: flex; align-items: baseline; gap: .5rem; }
.product-card-price .sale { font-size: 1.1rem; font-weight: 700; color: var(--c-primary); }
.product-card-price .original { font-size: .85rem; text-decoration: line-through; color: var(--c-text-muted); }
.product-card-atc { width: 100%; margin-top: .75rem; padding: .75rem; font-size: .875rem; }

/* ====== CART PAGE ====== */
.cart-page { max-width: 900px; margin: 0 auto; padding: 3rem 1.5rem; }
.cart-page h1 { margin-bottom: 2rem; }
.cart-empty { text-align: center; padding: 4rem 1rem; }
.cart-empty svg { width: 64px; height: 64px; color: var(--c-border); margin: 0 auto 1rem; }
.cart-empty h2 { margin-bottom: 1rem; }
.cart-items { border-top: 1px solid var(--c-border); }
.cart-item { display: grid; grid-template-columns: 80px 1fr auto; gap: 1.5rem; align-items: start; padding: 1.5rem 0; border-bottom: 1px solid var(--c-border); }
.cart-item-img { width: 80px; height: 80px; background: var(--c-bg-alt); border-radius: var(--r-sm); overflow: hidden; }
.cart-item-img img { width: 100%; height: 100%; object-fit: contain; padding: .5rem; }
.cart-item-title { font-weight: 600; color: var(--c-primary); margin-bottom: .25rem; }
.cart-item-variant { font-size: .82rem; color: var(--c-text-muted); margin-bottom: .5rem; }
.cart-item-remove { font-size: .78rem; color: var(--c-text-muted); text-decoration: underline; cursor: pointer; background: none; border: none; }
.cart-summary { border-top: 1px solid var(--c-border); padding-top: 1.5rem; margin-top: 1rem; }
.cart-summary-row { display: flex; justify-content: space-between; margin-bottom: .75rem; font-size: .95rem; }
.cart-summary-row.total { font-size: 1.2rem; font-weight: 700; color: var(--c-primary); border-top: 1px solid var(--c-border); padding-top: .75rem; margin-top: .25rem; }
.cart-checkout-btn { margin-top: 1.5rem; }
.cart-trust { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 1.5rem; justify-content: center; }
.cart-trust-item { display: flex; align-items: center; gap: .4rem; font-size: .78rem; color: var(--c-text-muted); }
.cart-trust-item svg { width: 14px; height: 14px; color: var(--c-success); }

/* ====== ANIMATIONS ====== */
.fade-up { opacity: 0; transform: translateY(30px); transition: opacity .6s ease, transform .6s ease; }
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
.delay-3 { transition-delay: .3s; }
.delay-4 { transition-delay: .4s; }

/* ====== TOAST ====== */
.cart-toast { position: fixed; bottom: 2rem; right: 2rem; z-index: 1000; display: flex; flex-direction: column; gap: .5rem; pointer-events: none; }
.toast { background: var(--c-primary); color: var(--c-white); padding: .9rem 1.4rem; border-radius: var(--r-md); font-size: .9rem; font-weight: 500; box-shadow: var(--sh-lg); transform: translateX(120%); transition: transform .3s ease; pointer-events: auto; display: flex; align-items: center; gap: .75rem; }
.toast.show { transform: translateX(0); }
.toast.success { background: var(--c-success); }

/* ====== RESPONSIVE ====== */
@media (max-width: 1024px) {
  .hero-inner { gap: 2rem; }
  .product-showcase-inner { gap: 3rem; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
  .section { padding: 3.5rem 0; }
  .header-nav { display: none; }
  .menu-btn { display: flex; }
  .mobile-menu { display: flex; }
  .hero { min-height: auto; padding: 3rem 0; }
  .hero-inner { grid-template-columns: 1fr; text-align: center; gap: 2rem; }
  .hero-bg::after { background: linear-gradient(to bottom, var(--c-bg-alt) 40%, transparent); }
  .hero-stars, .hero-cta-group, .hero-trust { justify-content: center; }
  .hero-image { order: -1; }
  .hero-image img { max-height: 300px; }
  .hero-image-badge { display: none; }
  .trust-strip-inner { gap: 1.5rem; }
  .trust-strip-divider { display: none; }
  .social-proof-inner { gap: 2rem; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .grid-2.sm-2 { grid-template-columns: repeat(2, 1fr); }
  .product-showcase-inner { grid-template-columns: 1fr; }
  .product-page { grid-template-columns: 1fr; gap: 2rem; }
  .product-gallery { position: static; }
  .gallery-thumbs { grid-template-columns: repeat(4, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; }
  .products-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; }
  .cart-item { grid-template-columns: 64px 1fr auto; gap: 1rem; }
  .cart-toast { bottom: 1rem; right: 1rem; left: 1rem; }
  .toast { transform: translateY(120%); }
  .toast.show { transform: translateY(0); }
}
@media (max-width: 480px) {
  .products-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
  .hero-cta-group { flex-direction: column; align-items: center; }
  .btn-lg { width: 100%; }
}
