/** Shopify CDN: Minification failed

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

**/
/* ── Tokens ── */
:root {
  --white: #ffffff;
  --off-white: #f8f7f4;
  --light: #f0ede8;
  --mid: #d4cfc8;
  --text: #1a1a18;
  --text-2: #5a5a55;
  --text-3: #9a9a93;
  --accent: #0070f3;
  --accent-light: #e6f0ff;
  --radius: 16px;
  --radius-sm: 8px;
  --font-display: 'Playfair Display', Georgia, serif;
  --font-body: 'DM Sans', system-ui, sans-serif;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--white); color: var(--text); line-height: 1.6; overflow-x: hidden; }
img { display: block; max-width: 100%; }
button { cursor: pointer; font-family: var(--font-body); border: none; background: none; }
a { color: inherit; text-decoration: none; }

/* ── Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&family=DM+Sans:wght@300;400;500&display=swap');

/* ── Announcement ── */
.announcement { background: var(--text); color: var(--white); text-align: center; padding: 10px 20px; font-size: 13px; letter-spacing: 0.05em; }
.ann-link { color: var(--mid); text-decoration: underline; margin-left: 8px; }

/* ── Header ── */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--light); padding: 0 40px; display: flex; align-items: center; justify-content: space-between; height: 64px; }
.logo { font-family: var(--font-display); font-size: 20px; font-weight: 700; letter-spacing: -0.02em; }
.logo span { color: var(--accent); }
.nav { display: flex; gap: 32px; list-style: none; }
.nav a { font-size: 14px; font-weight: 500; color: var(--text-2); transition: color 0.2s; }
.nav a:hover { color: var(--text); }
.header-cta { background: var(--text); color: var(--white); padding: 10px 22px; border-radius: 100px; font-size: 14px; font-weight: 500; transition: background 0.2s, transform 0.15s; }
.header-cta:hover { background: var(--accent); transform: translateY(-1px); }

/* ── Hero ── */
.hero { display: grid; grid-template-columns: 1fr 1fr; min-height: 92vh; align-items: center; padding: 60px 40px 60px 80px; gap: 60px; background: var(--off-white); position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; top: -120px; right: -80px; width: 600px; height: 600px; border-radius: 50%; background: var(--accent-light); opacity: 0.5; z-index: 0; }
.hero-content { position: relative; z-index: 1; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; background: var(--accent-light); color: var(--accent); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; padding: 6px 14px; border-radius: 100px; margin-bottom: 28px; }
.hero-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.hero-h1 { font-family: var(--font-display); font-size: clamp(42px, 5vw, 64px); line-height: 1.1; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 20px; }
.hero-h1 em { color: var(--accent); font-style: italic; }
.hero-p { font-size: 17px; color: var(--text-2); line-height: 1.7; max-width: 440px; margin-bottom: 36px; font-weight: 300; }
.hero-price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 32px; }
.hero-price-now { font-family: var(--font-display); font-size: 40px; font-weight: 700; color: var(--text); }
.hero-price-old { font-size: 20px; color: var(--text-3); text-decoration: line-through; }
.hero-price-badge { background: var(--accent); color: var(--white); font-size: 13px; font-weight: 500; padding: 4px 10px; border-radius: 100px; }
.hero-actions { display: flex; gap: 16px; align-items: center; margin-bottom: 40px; flex-wrap: wrap; }
.btn-primary { background: var(--text); color: var(--white); padding: 16px 36px; border-radius: 100px; font-size: 15px; font-weight: 500; transition: background 0.2s, transform 0.15s; }
.btn-primary:hover { background: var(--accent); transform: translateY(-2px); }
.btn-ghost { color: var(--text); font-size: 14px; font-weight: 500; display: flex; align-items: center; gap: 6px; border-bottom: 1px solid var(--text); padding-bottom: 2px; transition: color 0.2s; }
.btn-ghost:hover { color: var(--accent); border-color: #0070f3; }
.hero-trust { display: flex; gap: 24px; flex-wrap: wrap; }
.ht-item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: var(--text-2); }
.ht-check { width: 16px; height: 16px; border-radius: 50%; background: var(--accent-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ht-check svg { width: 9px; height: 9px; }
.hero-image-wrap { position: relative; z-index: 1; }
.hero-img { width: 100%; border-radius: 24px; aspect-ratio: 4/5; object-fit: cover; }
.hero-img-placeholder { width: 100%; aspect-ratio: 4/5; border-radius: 24px; background: var(--light); display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 12px; color: var(--text-3); font-size: 14px; border: 2px dashed var(--mid); }
.hero-img-placeholder svg { width: 48px; height: 48px; opacity: 0.4; }
.hero-badge-float { position: absolute; bottom: 32px; left: -24px; background: var(--white); border-radius: 14px; padding: 14px 18px; box-shadow: 0 8px 32px rgba(0,0,0,0.1); display: flex; align-items: center; gap: 12px; }
.hbf-num { font-family: var(--font-display); font-size: 28px; font-weight: 700; color: var(--accent); line-height: 1; }
.hbf-lbl { font-size: 12px; color: var(--text-2); line-height: 1.3; }

/* ── Stats strip ── */
.stats-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--light); }
.stat-cell { padding: 32px 24px; text-align: center; border-right: 1px solid var(--light); }
.stat-cell:last-child { border-right: none; }
.sc-n { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--text); line-height: 1; margin-bottom: 6px; }
.sc-n b { color: var(--accent); font-style: italic; }
.sc-l { font-size: 13px; color: var(--text-2); font-weight: 300; }

/* ── Section commons ── */
.sec-wrap { padding: 100px 80px; }
.sec-wrap-alt { padding: 100px 80px; background: var(--off-white); }
.sec-eyebrow { font-size: 12px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 16px; }
.sec-title { font-family: var(--font-display); font-size: clamp(32px, 4vw, 52px); font-weight: 700; line-height: 1.15; letter-spacing: -0.02em; margin-bottom: 16px; }
.sec-title em { color: var(--accent); font-style: italic; }
.sec-sub { font-size: 17px; color: var(--text-2); font-weight: 300; max-width: 520px; line-height: 1.7; margin-bottom: 60px; }

/* ── How it works ── */
.how-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.how-img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 24px; }
.how-img-placeholder { width: 100%; aspect-ratio: 4/5; border-radius: 24px; background: var(--light); display: flex; align-items: center; justify-content: center; color: var(--text-3); font-size: 14px; border: 2px dashed var(--mid); flex-direction: column; gap: 10px; }
.how-steps { display: flex; flex-direction: column; gap: 32px; }
.hstep { display: flex; gap: 20px; align-items: flex-start; }
.hstep-n { width: 44px; height: 44px; border-radius: 12px; background: var(--accent-light); color: var(--accent); font-family: var(--font-display); font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hstep-ti { font-size: 16px; font-weight: 500; margin-bottom: 4px; }
.hstep-de { font-size: 14px; color: var(--text-2); line-height: 1.6; font-weight: 300; }

/* ── Features ── */
.feat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.feat-card { background: var(--white); border: 1px solid var(--light); border-radius: var(--radius); padding: 32px 24px; transition: transform 0.2s, box-shadow 0.2s; }
.feat-card:hover { transform: translateY(-4px); box-shadow: 0 12px 40px rgba(0,0,0,0.07); }
.fc-icon { font-size: 28px; margin-bottom: 16px; display: block; }
.fc-title { font-size: 16px; font-weight: 500; margin-bottom: 8px; }
.fc-desc { font-size: 14px; color: var(--text-2); line-height: 1.6; font-weight: 300; }
.fc-num { font-family: var(--font-display); font-size: 48px; font-weight: 700; color: var(--light); line-height: 1; margin-bottom: 12px; }

/* ── Product section ── */
.product-section { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; padding: 100px 80px; }
.prod-gallery { position: static; }
.prod-main-img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 24px; margin-bottom: 16px; background: var(--off-white); }
.prod-main-placeholder { width: 100%; aspect-ratio: 1; border-radius: 24px; background: var(--off-white); display: flex; align-items: center; justify-content: center; color: var(--text-3); font-size: 14px; border: 2px dashed var(--mid); margin-bottom: 16px; flex-direction: column; gap: 10px; }
.prod-thumbs { display: flex; gap: 12px; }
.pth { width: 80px; height: 80px; border-radius: 12px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color 0.2s; }
.pth.on { border-color: #0070f3; }
.pth img { width: 100%; height: 100%; object-fit: cover; }
.prod-tag { display: inline-block; background: var(--accent); color: var(--white); font-size: 12px; font-weight: 500; padding: 6px 14px; border-radius: 100px; margin-bottom: 20px; letter-spacing: 0.05em; }
.pi-brand { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 8px; font-weight: 500; }
.pi-title { font-family: var(--font-display); font-size: 36px; font-weight: 700; line-height: 1.15; margin-bottom: 16px; letter-spacing: -0.02em; }
.pi-rating { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.pi-stars { color: #f4a416; font-size: 16px; letter-spacing: 2px; }
.pi-rtxt { font-size: 13px; color: var(--text-2); }
.pi-desc { font-size: 15px; color: var(--text-2); line-height: 1.7; margin-bottom: 28px; font-weight: 300; border-top: 1px solid var(--light); padding-top: 20px; }
.opt-label { font-size: 12px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-2); margin-bottom: 10px; }
.opt-colors { display: flex; gap: 10px; margin-bottom: 24px; }
.cl { width: 32px; height: 32px; border-radius: 50%; cursor: pointer; border: 2px solid transparent; outline: 2px solid transparent; transition: outline 0.15s; }
.cl.on { outline: 2px solid var(--accent); outline-offset: 3px; }
.cl-b { background: linear-gradient(135deg, #1a1a18 60%, #0070f3); }
.price-row { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.pr-old { font-size: 18px; color: var(--text-3); text-decoration: line-through; }
.pr-now { font-family: var(--font-display); font-size: 38px; font-weight: 700; }
.pr-save { background: var(--accent); color: var(--white); font-size: 12px; font-weight: 500; padding: 4px 10px; border-radius: 100px; }
.promo-line { font-size: 13px; color: var(--accent); font-weight: 500; margin-bottom: 24px; }
.add-btn { width: 100%; background: var(--text); color: var(--white); padding: 18px; border-radius: 100px; font-size: 16px; font-weight: 500; margin-bottom: 12px; transition: background 0.2s, transform 0.15s; }
.add-btn:hover { background: var(--accent); transform: translateY(-2px); }
.pay-btn { width: 100%; background: var(--off-white); color: var(--text); padding: 16px; border-radius: 100px; font-size: 15px; font-weight: 400; border: 1px solid var(--light); margin-bottom: 28px; transition: background 0.2s; }
.pay-btn:hover { background: var(--light); }
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.tg-i { display: flex; align-items: center; gap: 10px; background: var(--off-white); border-radius: var(--radius-sm); padding: 12px 14px; }
.tg-ico { font-size: 18px; }
.tg-txt { font-size: 13px; color: var(--text-2); font-weight: 400; }

/* ── Reviews ── */
.rev-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 48px; }
.rev-score { text-align: right; }
.rs-big { font-family: var(--font-display); font-size: 56px; font-weight: 700; line-height: 1; color: var(--text); }
.rs-stars { color: #f4a416; font-size: 20px; letter-spacing: 3px; margin: 4px 0; }
.rs-count { font-size: 13px; color: var(--text-3); }
.rev-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.rev-card { background: var(--off-white); border-radius: var(--radius); padding: 28px; border: 1px solid var(--light); }
.rv-stars { color: #f4a416; font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; }
.rv-text { font-size: 15px; line-height: 1.7; color: var(--text); margin-bottom: 20px; font-weight: 300; font-style: italic; }
.rv-author { display: flex; gap: 12px; align-items: center; }
.rv-av { width: 40px; height: 40px; border-radius: 50%; background: var(--accent-light); color: var(--accent); font-size: 13px; font-weight: 500; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-family: var(--font-display); }
.rv-nm { font-size: 14px; font-weight: 500; margin-bottom: 2px; }
.rv-ro { font-size: 12px; color: var(--text-3); }
.rv-veri { font-size: 11px; color: var(--accent); margin-top: 2px; }

/* ── Guarantee ── */
.guarantee { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.gl-items { display: flex; flex-direction: column; gap: 24px; margin-top: 40px; }
.gl-i { display: flex; align-items: center; gap: 20px; }
.gl-num { font-family: var(--font-display); font-size: 36px; font-weight: 700; color: var(--accent); min-width: 56px; }
.gl-tt { font-size: 15px; font-weight: 500; margin-bottom: 2px; }
.gl-dd { font-size: 13px; color: var(--text-2); font-weight: 300; }
.guar-right-img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 24px; background: var(--light); display: flex; align-items: center; justify-content: center; color: var(--text-3); font-size: 14px; border: 2px dashed var(--mid); flex-direction: column; gap: 10px; }

/* ── Final CTA ── */
.final-cta { text-align: center; background: var(--text); color: var(--white); padding: 100px 80px; }
.final-cta .sec-eyebrow { color: rgba(255,255,255,0.5); }
.final-cta .sec-title { color: var(--white); }
.final-cta .sec-title em { color: #a8d5b5; }
.fc-sub { font-size: 17px; color: rgba(255,255,255,0.6); max-width: 500px; margin: 0 auto 32px; font-weight: 300; line-height: 1.7; }
.fc-price { font-family: var(--font-display); font-size: 48px; font-weight: 700; margin-bottom: 8px; }
.fc-price del { font-size: 28px; color: rgba(255,255,255,0.35); margin-right: 12px; }
.fc-extras { font-size: 13px; color: rgba(255,255,255,0.4); margin-bottom: 36px; letter-spacing: 0.05em; }
.fc-btn { background: var(--white); color: var(--text); padding: 18px 48px; border-radius: 100px; font-size: 16px; font-weight: 500; transition: background 0.2s, transform 0.15s; display: inline-block; }
.fc-btn:hover { background: var(--accent-light); transform: translateY(-2px); }
.fc-fine { font-size: 12px; color: rgba(255,255,255,0.3); margin-top: 20px; }

/* ── Footer ── */
.site-footer { background: var(--off-white); border-top: 1px solid var(--light); padding: 48px 80px; display: flex; justify-content: space-between; align-items: center; }
.footer-logo { font-family: var(--font-display); font-size: 18px; font-weight: 700; }
.footer-logo span { color: var(--accent); }
.footer-links { display: flex; gap: 32px; list-style: none; }
.footer-links a { font-size: 13px; color: var(--text-2); transition: color 0.2s; }
.footer-links a:hover { color: var(--text); }
.footer-copy { font-size: 12px; color: var(--text-3); }

/* ── Cart notification ── */
.cart-notif { position: fixed; bottom: 32px; right: 32px; background: var(--white); border: 1px solid var(--light); border-radius: 16px; padding: 16px 20px; display: flex; gap: 14px; align-items: center; box-shadow: 0 8px 32px rgba(0,0,0,0.12); transform: translateY(120px); opacity: 0; transition: transform 0.35s cubic-bezier(.22,1,.36,1), opacity 0.35s; z-index: 999; }
.cart-notif.show { transform: translateY(0); opacity: 1; }
.cn-icon { width: 36px; height: 36px; border-radius: 50%; background: var(--accent-light); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cn-t p:first-child { font-size: 14px; font-weight: 500; }
.cn-t p:last-child { font-size: 12px; color: var(--text-2); }

/* ── Countdown ── */
.countdown-section { background: var(--accent-light); padding: 24px 80px; display: flex; justify-content: space-between; align-items: center; }
.cd-tag { font-size: 12px; font-weight: 500; color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 4px; }
.cd-title { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--text); }
.cd-right { display: flex; gap: 16px; align-items: center; }
.cd-block { text-align: center; background: var(--white); border-radius: 12px; padding: 12px 20px; min-width: 72px; }
.cd-num { font-family: var(--font-display); font-size: 28px; font-weight: 700; line-height: 1; }
.cd-lbl { font-size: 11px; color: var(--text-3); text-transform: uppercase; letter-spacing: 0.06em; margin-top: 4px; }

/* ── Animations disabled ── */
.rv { opacity: 1; transform: none; }
.rv.visible { opacity: 1; transform: none; }
.d1, .d2, .d3, .d4 { transition-delay: 0s; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .sec-wrap, .sec-wrap-alt, .product-section { padding: 80px 40px; }
  .site-header { padding: 0 24px; }
  .hero { padding: 60px 24px; grid-template-columns: 1fr; min-height: auto; }
  .hero::before { display: none; }
  .hero-image-wrap { order: -1; }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .how-grid, .guarantee, .product-section { grid-template-columns: 1fr; gap: 40px; }
  .prod-gallery { order: -1; }
  .rev-grid { grid-template-columns: 1fr; }
  .final-cta, .countdown-section, .site-footer { padding: 60px 24px; }
  .rev-header { flex-direction: column; align-items: flex-start; gap: 16px; }
  .rev-score { text-align: left; }
  .nav { display: none; }
}
@media (max-width: 600px) {
  .feat-grid { grid-template-columns: 1fr; }
  .stats-strip { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .countdown-section { flex-direction: column; gap: 20px; text-align: center; }
}
