/** Shopify CDN: Minification failed

Line 378:3 Expected identifier but found "."
Line 390:0 Expected "}" to go with "{"

**/
/* SLOVA THEME - assets/slova.css */

:root {
  --cream: #F7F4FB;
  --warm-white: #F0EBF8;
  --sand: #E0D5EE;
  --taupe: #B8A8D4;
  --charcoal: #1E1428;
  --espresso: #2A1A3E;
  --sage: #9B7FBE;
  --terracotta: #8d4cc2;
  --text-light: #6B5C82;
  --font-display: 'Poppins', sans-serif;
  --font-body: 'DM Sans', sans-serif;
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
a, a:visited { text-decoration: none; color: inherit; }
html { scroll-behavior: smooth; width: 100%; }
body { background: var(--cream); color: var(--charcoal); font-family: var(--font-body); font-size: 15px; line-height: 1.6; overflow-x: hidden; }

/* Shopify renders each page separately - no SPA switching needed */

/* ===== SHARED ===== */
.announce { background: var(--charcoal); color: var(--cream); text-align: center; padding: 10px 20px; font-size: 12px; letter-spacing: 0.08em; font-weight: 500; display: flex; align-items: center; justify-content: center; gap: 10px; }
nav { position: sticky; top: 0; z-index: 100; background: #8d4cc2; backdrop-filter: blur(12px); border-bottom: 1px solid var(--sand); display: flex; align-items: center; justify-content: space-between; padding: 0 48px; height: 68px; }
.nav-logo { display: flex; align-items: center; cursor: pointer; }
.nav-logo img { width: auto; display: block; max-height: 100%; height: 160px; }
nav.nav-light .nav-logo img { height: 78px; margin-left: 32px; }
.nav-links { display: flex; gap: 36px; list-style: none; }
.nav-links a { text-decoration: none; color: #F7F4FB; font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; opacity: 0.85; transition: opacity 0.2s; cursor: pointer; }
.nav-links a:hover { opacity: 1; color: white; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-cart { background: none; cursor: pointer; font-family: var(--font-body); font-size: 12px; font-weight: 500; letter-spacing: 0.08em; text-transform: uppercase; color: #F7F4FB; display: flex; align-items: center; gap: 8px; padding: 8px 20px; border: 1.5px solid rgba(247,244,251,0.6); border-radius: 100px; transition: all 0.2s; }
.nav-cart:hover { background: rgba(255,255,255,0.15); border-color: white; color: white; }
.nav-cart:hover svg { stroke: white; }
.cart-count { background: var(--terracotta); color: white; border-radius: 100px; padding: 1px 7px; font-size: 11px; font-weight: 600; }

/* Versión clara solo para la landing (index) */
nav.nav-light { background: var(--cream); }
nav.nav-light .nav-links a { color: var(--espresso); }
nav.nav-light .nav-links a:hover { color: var(--terracotta); }
nav.nav-light .nav-cart { color: var(--espresso); border: 1.5px solid rgba(30,20,40,0.25); }
nav.nav-light .nav-cart:hover { background: rgba(139,79,200,0.1); border-color: var(--terracotta); color: var(--terracotta); }
nav.nav-light .nav-cart:hover svg { stroke: var(--terracotta); }
.cart-count { background: var(--terracotta); color: white; border-radius: 100px; padding: 1px 7px; font-size: 11px; font-weight: 600; }
.btn-primary { background: var(--charcoal); color: var(--cream); border: none; border-radius: 100px; padding: 16px 36px; font-family: var(--font-body); font-size: 14px; font-weight: 600; letter-spacing: 0.05em; cursor: pointer; transition: all 0.25s; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: var(--terracotta); transform: translateY(-2px); box-shadow: 0 12px 30px rgba(139,79,200,0.3); }
.section-eyebrow { font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; color: var(--sage); margin-bottom: 14px; }
.section-title { font-family: var(--font-display); font-size: clamp(32px, 4vw, 50px); font-weight: 500; line-height: 1.15; letter-spacing: -0.01em; }
.section-title em { font-style: italic; color: var(--terracotta); }

/* ===== FOOTER ===== */
footer { background: var(--espresso); color: rgba(255,255,255,0.55); padding: 56px 48px 28px; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { margin-bottom: 12px; } .footer-brand img { height: 120px; width: auto; }
.footer-desc { font-size: 13px; line-height: 1.7; max-width: 240px; }
.footer-col h4 { font-size: 10px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.9); margin-bottom: 18px; }
.footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.footer-col a { text-decoration: none; color: rgba(255,255,255,0.45); font-size: 13px; transition: color 0.2s; cursor: pointer; }
.footer-col a:hover { color: var(--cream); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 24px; display: flex; justify-content: space-between; font-size: 12px; }

/* ===== CART DRAWER ===== */
.cart-overlay { position: fixed; inset: 0; background: rgba(42,37,32,0.5); z-index: 200; opacity: 0; pointer-events: none; transition: opacity 0.35s; }
.cart-overlay.open { opacity: 1; pointer-events: all; }
.cart-drawer { position: fixed; right: 0; top: 0; bottom: 0; width: 420px; max-width: 100vw; background: var(--cream); z-index: 201; display: flex; flex-direction: column; transform: translateX(100%); transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); box-shadow: -20px 0 60px rgba(0,0,0,0.15); }
.cart-drawer.open { transform: translateX(0); }
.cart-header { display: flex; justify-content: space-between; align-items: center; padding: 26px 30px; border-bottom: 1px solid var(--sand); }
.cart-title { font-family: var(--font-display); font-size: 22px; font-weight: 500; }
.cart-close { background: none; border: none; cursor: pointer; color: var(--charcoal); opacity: 0.4; transition: opacity 0.2s; display: flex; }
.cart-close:hover { opacity: 1; }
.cart-items { flex: 1; overflow-y: auto; padding: 22px 30px; }
.cart-empty { text-align: center; color: var(--taupe); padding: 60px 0; font-family: var(--font-display); font-size: 20px; font-weight: 300; }
.cart-item { display: flex; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--sand); align-items: flex-start; }
.cart-item-img { width: 70px; height: 70px; border-radius: 12px; background: linear-gradient(135deg,#EDE8DF,#D8D0C4); flex-shrink: 0; overflow: hidden; }
.cart-item-img svg { width: 100%; height: 100%; }
.cart-item-info { flex: 1; }
.cart-item-name { font-weight: 600; font-size: 13px; margin-bottom: 3px; }
.cart-item-variant { color: var(--text-light); font-size: 11px; margin-bottom: 10px; }
.cart-item-row { display: flex; align-items: center; justify-content: space-between; }
.cart-item-qty { display: flex; align-items: center; gap: 10px; border: 1.5px solid var(--sand); border-radius: 100px; padding: 3px 12px; }
.ciq-btn { background: none; border: none; cursor: pointer; font-size: 17px; color: var(--charcoal); line-height: 1; }
.ciq-num { font-size: 13px; font-weight: 600; min-width: 18px; text-align: center; }
.cart-item-price { font-weight: 600; font-size: 14px; }
.cart-item-remove { background: none; border: none; cursor: pointer; color: var(--taupe); transition: color 0.2s; display: flex; }
.cart-item-remove:hover { color: #a33; }
.cart-footer { padding: 22px 30px; border-top: 1px solid var(--sand); }
.cart-subtotal { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 5px; }
.cart-subtotal span:first-child { font-size: 12px; color: var(--text-light); }
.cart-subtotal span:last-child { font-family: var(--font-display); font-size: 28px; font-weight: 400; }
.cart-note { font-size: 11px; color: var(--taupe); margin-bottom: 18px; }
.checkout-btn { width: 100%; background: var(--charcoal); color: var(--cream); border: none; border-radius: 100px; padding: 17px; font-family: var(--font-body); font-size: 14px; font-weight: 700; cursor: pointer; transition: background 0.25s; letter-spacing: 0.04em; }
.checkout-btn:hover { background: var(--terracotta); }

/* ===== CHECKOUT MODAL ===== */
.checkout-overlay { position: fixed; inset: 0; background: rgba(42,37,32,0.6); z-index: 300; display: flex; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: opacity 0.3s; padding: 20px; }
.checkout-overlay.open { opacity: 1; pointer-events: all; }
.checkout-modal { background: var(--cream); border-radius: 24px; width: 100%; max-width: 560px; max-height: 90vh; overflow-y: auto; transform: scale(0.93); transition: transform 0.3s; }
.checkout-overlay.open .checkout-modal { transform: scale(1); }
.checkout-modal-header { padding: 28px 32px 22px; border-bottom: 1px solid var(--sand); display: flex; justify-content: space-between; align-items: center; position: sticky; top: 0; background: var(--cream); z-index: 1; }
.checkout-modal-title { font-family: var(--font-display); font-size: 24px; font-weight: 500; }
.checkout-body { padding: 28px 32px; }
.checkout-step { display: none; }
.checkout-step.active { display: block; }
.sdots { display: flex; gap: 8px; margin-bottom: 28px; }
.sdot { height: 4px; flex: 1; border-radius: 100px; background: var(--sand); transition: background 0.3s; }
.sdot.done { background: var(--sage); }
.sdot.current { background: var(--terracotta); }
.fg { margin-bottom: 18px; }
.fg label { display: block; font-size: 11px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 7px; }
.fi { width: 100%; padding: 13px 16px; border: 1.5px solid var(--sand); border-radius: 12px; font-family: var(--font-body); font-size: 14px; background: white; color: var(--charcoal); outline: none; transition: border-color 0.2s; }
.fi:focus { border-color: var(--charcoal); }
.fr { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.osm { background: var(--warm-white); border-radius: 14px; padding: 18px; margin-bottom: 24px; }
.osm-row { display: flex; justify-content: space-between; font-size: 13px; margin-bottom: 7px; color: var(--text-light); }
.osm-total { display: flex; justify-content: space-between; font-weight: 700; font-size: 15px; border-top: 1px solid var(--sand); padding-top: 11px; margin-top: 3px; }
.cnav { display: flex; gap: 12px; margin-top: 24px; }
.btn-next, .btn-confirm { flex: 1; background: var(--charcoal); color: var(--cream); border: none; border-radius: 100px; padding: 15px; font-family: var(--font-body); font-size: 14px; font-weight: 700; cursor: pointer; transition: background 0.25s; }
.btn-next:hover, .btn-confirm:hover { background: var(--terracotta); }
.btn-back { padding: 15px 22px; background: none; border: 1.5px solid var(--sand); border-radius: 100px; font-family: var(--font-body); font-size: 13px; cursor: pointer; color: var(--charcoal); }
.btn-back:hover { border-color: var(--charcoal); }
.success-screen { text-align: center; padding: 24px 0; }
.success-icon { width: 64px; height: 64px; border-radius: 50%; background: var(--sage); display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.success-title { font-family: var(--font-display); font-size: 32px; font-weight: 500; letter-spacing: -0.01em; margin-bottom: 12px; }
.success-sub { color: var(--text-light); font-size: 14px; line-height: 1.8; }

/* ===== TOAST ===== */
.toast { position: fixed; bottom: 32px; left: 50%; transform: translateX(-50%) translateY(80px); background: var(--charcoal); color: var(--cream); padding: 13px 26px; border-radius: 100px; font-size: 13px; font-weight: 500; z-index: 500; transition: transform 0.4s cubic-bezier(0.4,0,0.2,1); white-space: nowrap; pointer-events: none; display: flex; align-items: center; gap: 9px; }
.toast.show { transform: translateX(-50%) translateY(0); }

/* =============================================
   LANDING PAGE STYLES
   ============================================= */
@keyframes fadeUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
.hero { min-height: 90vh; display: grid; grid-template-columns: 1fr 1fr; align-items: center; padding: 80px 48px; gap: 60px; max-width: 1300px; margin: 0 auto; animation: fadeUp 0.9s ease both; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--sand); border-radius: 100px; padding: 6px 16px; font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 28px; color: var(--espresso); }
.badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--sage); flex-shrink: 0; }
.hero-title { font-family: var(--font-display); font-size: clamp(48px, 6vw, 78px); font-weight: 500; line-height: 1.05; margin-bottom: 24px; letter-spacing: -0.01em; }
.hero-title em { font-style: italic; color: var(--terracotta); }
.hero-sub { color: var(--text-light); font-size: 17px; line-height: 1.7; max-width: 440px; margin-bottom: 40px; }
.hero-cta-row { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.btn-ghost { background: none; border: none; font-size: 14px; font-weight: 500; color: var(--charcoal); cursor: pointer; display: flex; align-items: center; gap: 6px; letter-spacing: 0.03em; text-decoration: none; opacity: 0.7; transition: opacity 0.2s; }
.btn-ghost:hover { opacity: 1; }
.hero-trust { display: flex; gap: 28px; margin-top: 40px; border-top: 1px solid var(--sand); padding-top: 28px; }
.trust-item { text-align: center; }
.trust-num { font-family: var(--font-display); font-size: 30px; font-weight: 500; display: block; letter-spacing: -0.01em; }
.trust-label { font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em; color: var(--text-light); }
.hero-visual { display: flex; justify-content: center; align-items: center; animation: fadeUp 1.1s ease 0.15s both; }
.pillow-svg-wrap { width: 100%; max-width: 520px; }

.features-strip { background: var(--charcoal); color: var(--cream); display: flex; justify-content: center; flex-wrap: wrap; }
.feat-item { padding: 28px 40px; display: flex; align-items: center; gap: 14px; border-right: 1px solid rgba(255,255,255,0.1); flex: 1; min-width: 180px; justify-content: center; }
.feat-item:last-child { border-right: none; }
.feat-icon { width: 20px; height: 20px; flex-shrink: 0; }
.feat-text { font-size: 13px; font-weight: 500; letter-spacing: 0.04em; }

/* Landing benefits */
.benefits { padding: 80px 48px; background: var(--warm-white); }
.benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1200px; margin: 0 auto; }
.benefit-card { background: var(--cream); border-radius: 20px; padding: 36px 32px; transition: transform 0.3s; }
.benefit-card:hover { transform: translateY(-4px); }
.benefit-icon { width: 40px; height: 40px; color: var(--terracotta); margin-bottom: 20px; }
.benefit-title { font-family: var(--font-display); font-size: 22px; font-weight: 500; margin-bottom: 10px; }
.benefit-text { color: var(--text-light); font-size: 14px; line-height: 1.7; }

/* Landing how */
.how { padding: 100px 48px; max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.steps { display: flex; flex-direction: column; gap: 32px; }
.step { display: flex; gap: 24px; align-items: flex-start; }
.step-num { font-family: var(--font-display); font-size: 44px; font-weight: 500; color: var(--sand); line-height: 1; min-width: 44px; letter-spacing: -0.01em; }
.step-title { font-family: var(--font-display); font-size: 20px; font-weight: 500; margin-bottom: 6px; }
.step-text { color: var(--text-light); font-size: 14px; line-height: 1.7; }

/* Landing reviews */
.reviews { background: var(--charcoal); color: var(--cream); padding: 100px 48px; }
.reviews .section-eyebrow { color: var(--sage); }
.reviews .section-title { color: var(--cream); }
.reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 24px; max-width: 1100px; margin: 60px auto 0; }
.review-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 32px; transition: background 0.2s; }
.review-card:hover { background: rgba(255,255,255,0.1); }
.review-stars { color: #9B7FBE; letter-spacing: 3px; font-size: 14px; margin-bottom: 16px; }
.review-text { color: rgba(255,255,255,0.8); font-size: 15px; line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.reviewer-avatar { width: 40px; height: 40px; border-radius: 50%; background: var(--taupe); display: flex; align-items: center; justify-content: center; font-weight: 600; font-size: 14px; color: var(--charcoal); font-family: var(--font-display); }
.reviewer-name { font-weight: 600; font-size: 14px; }
.reviewer-sub { font-size: 12px; color: rgba(255,255,255,0.45); }

/* Landing FAQ */
.faq-section { padding: 100px 48px; max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--sand); padding: 24px 0; }
.faq-q { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 16px; font-weight: 500; gap: 20px; user-select: none; }
.faq-chevron { transition: transform 0.3s; color: var(--taupe); flex-shrink: 0; }
.faq-item.open .faq-chevron { transform: rotate(45deg); color: var(--terracotta); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height 0.35s ease, padding 0.35s; color: var(--text-light); font-size: 14px; line-height: 1.8; }
.faq-item.open .faq-a { max-height: 300px; padding-top: 14px; }

/* Landing CTA banner */
.cta-banner { background: linear-gradient(135deg, #8B4FC8 0%, #6B30A8 100%); color: white; text-align: center; padding: 80px 48px; }
.cta-banner h2 { font-family: var(--font-display); font-size: clamp(36px, 5vw, 58px); font-weight: 500; margin-bottom: 16px; line-height: 1.1; letter-spacing: -0.01em; }
.cta-banner p { font-size: 17px; opacity: 0.88; margin-bottom: 36px; }
.btn-white, a.btn-white { background: white; color: var(--terracotta); border: none; border-radius: 100px; padding: 18px 48px; font-family: var(--font-body); font-size: 15px; font-weight: 700; cursor: pointer; transition: all 0.25s; letter-spacing: 0.03em; }
.btn-white:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,0.2); }

/* =============================================
   PRODUCT PAGE STYLES
   ============================================= */
.product-page-wrap { max-width: 1280px; margin: 0 auto; padding: 48px 48px 100px; display: grid; grid-template-columns: 1fr 480px; gap: 64px; align-items: start; }
.gallery { display: grid; grid-template-columns: 72px 1fr; gap: 16px; position: sticky; top: 84px; }
.gallery-thumbs { display: flex; flex-direction: column; gap: 10px; }
.gthumb { width: 72px; height: 72px; border-radius: 10px; overflow: hidden; cursor: pointer; border: 2px solid transparent; transition: border-color 0.2s; background: var(--sand); flex-shrink: 0; }
.gthumb.active { border-color: var(--terracotta); }
.gthumb svg { width: 100%; height: 100%; display: block; }
.gallery-main { border-radius: 20px; overflow: hidden; background: linear-gradient(145deg, #EDE5F5, #D4C4E8); aspect-ratio: 1/1; display: flex; align-items: center; justify-content: center; }
.gallery-main svg { width: 100%; height: 100%; }

.product-info-panel { display: flex; flex-direction: column; }
.product-quote { background: var(--warm-white); border-radius: 16px; padding: 20px 24px; margin-bottom: 28px; border-left: 3px solid var(--terracotta); }
.quote-stars { color: #9B7FBE; letter-spacing: 3px; font-size: 13px; margin-bottom: 10px; }
.quote-text { font-family: var(--font-display); font-size: 16px; font-weight: 400; font-style: italic; line-height: 1.6; color: var(--charcoal); margin-bottom: 10px; }
.quote-author { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-light); }
.product-eyebrow { font-size: 11px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); margin-bottom: 8px; }
.product-title-lg { font-family: var(--font-display); font-size: 42px; font-weight: 500; line-height: 1.05; margin-bottom: 12px; letter-spacing: -0.01em; }
.product-title-lg em { font-style: italic; color: var(--terracotta); }
.rating-row { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.rating-stars { color: #9B7FBE; letter-spacing: 2px; font-size: 14px; }
.rating-count { font-size: 13px; color: var(--text-light); }
.price-block { display: flex; align-items: baseline; gap: 12px; margin-bottom: 24px; }
.price-now { font-family: var(--font-display); font-size: 38px; font-weight: 500; }
.price-was { font-size: 20px; color: var(--taupe); text-decoration: line-through; }
.price-badge { background: var(--terracotta); color: white; padding: 3px 11px; border-radius: 100px; font-size: 11px; font-weight: 700; letter-spacing: 0.06em; }
.feature-badges { display: flex; flex-direction: column; gap: 10px; margin-bottom: 28px; padding: 20px; background: var(--warm-white); border-radius: 16px; border: 1px solid var(--sand); }
.fbadge { display: flex; align-items: center; gap: 12px; font-size: 13px; font-weight: 500; color: var(--charcoal); }
.fbadge svg { flex-shrink: 0; color: var(--terracotta); }
.atc-btn { width: 100%; background: var(--terracotta); color: white; border: none; border-radius: 100px; padding: 18px 40px; font-family: var(--font-body); font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.25s; letter-spacing: 0.04em; margin-bottom: 12px; display: block; }
.atc-btn:hover { background: #7a3fb5; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(139,79,200,0.35); }
.buy-btn { width: 100%; background: none; color: var(--terracotta); border: 1.5px solid var(--terracotta); border-radius: 100px; padding: 16px 40px; font-family: var(--font-body); font-size: 15px; font-weight: 600; cursor: pointer; transition: all 0.25s; letter-spacing: 0.04em; display: block; }
.buy-btn:hover { background: var(--terracotta); color: white; }
.guarantees { display: flex; gap: 0; margin-top: 20px; border: 1px solid var(--sand); border-radius: 14px; overflow: hidden; }
.gitem { flex: 1; padding: 14px 10px; display: flex; flex-direction: column; align-items: center; gap: 6px; font-size: 11px; font-weight: 500; text-align: center; color: var(--text-light); letter-spacing: 0.03em; border-right: 1px solid var(--sand); }
.gitem:last-child { border-right: none; }
.gitem svg { color: var(--terracotta); }

/* Tabs */
.tabs { margin-top: 40px; border-top: 1px solid var(--sand); }
.tab-headers { display: flex; }
.tab-btn { flex: 1; padding: 16px 8px; background: none; border: none; border-bottom: 2px solid transparent; font-family: var(--font-body); font-size: 12px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--text-light); cursor: pointer; transition: all 0.2s; }
.tab-btn.active { color: var(--terracotta); border-bottom-color: var(--terracotta); }
.tab-content { padding: 28px 0 0; display: none; }
.tab-content.active { display: block; }
.tab-content p { color: var(--text-light); font-size: 14px; line-height: 1.9; margin-bottom: 14px; }
.tab-content p:last-child { margin-bottom: 0; }
.tab-content strong { color: var(--charcoal); font-weight: 600; }
.tfaq-item { border-bottom: 1px solid var(--sand); padding: 18px 0; }
.tfaq-q { display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 14px; font-weight: 500; gap: 16px; user-select: none; }
.tfaq-chevron { transition: transform 0.3s; color: var(--taupe); flex-shrink: 0; }
.tfaq-item.open .tfaq-chevron { transform: rotate(45deg); color: var(--terracotta); }
.tfaq-a { overflow: hidden; max-height: 0; transition: max-height 0.35s ease, padding 0.35s; color: var(--text-light); font-size: 13px; line-height: 1.8; }
.tfaq-item.open .tfaq-a { max-height: 200px; padding-top: 10px; }

/* Below product */
.below-product { max-width: 1280px; margin: 0 auto; padding: 0 48px 100px; }
.bp-divider { height: 1px; background: var(--sand); margin-bottom: 80px; }
.prod-benefits-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 48px; }
.bc { background: var(--warm-white); border-radius: 20px; padding: 32px 28px; border: 1px solid var(--sand); transition: transform 0.3s; }
.bc-icon { width: 36px; height: 36px; color: var(--terracotta); margin-bottom: 18px; }
.bc-title { font-family: var(--font-display); font-size: 20px; font-weight: 500; margin-bottom: 8px; }
.bc-text { color: var(--text-light); font-size: 13px; line-height: 1.7; }
.prod-reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 48px; }
.rc { background: var(--terracotta); color: white; border-radius: 20px; padding: 28px; }
.rc-stars { color: rgba(255,255,255,0.9); letter-spacing: 3px; font-size: 12px; margin-bottom: 14px; }
.rc-text { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,0.9); font-style: italic; margin-bottom: 18px; }
.rc-author { display: flex; align-items: center; gap: 10px; }
.rc-avatar { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.25); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 600; font-size: 14px; color: white; flex-shrink: 0; }
.rc-name { font-size: 13px; font-weight: 600; }
.rc-loc { font-size: 11px; color: rgba(255,255,255,0.6); }
.cta-bottom { background: linear-gradient(135deg, #8B4FC8 0%, #6B30A8 100%); border-radius: 24px; padding: 72px 48px; text-align: center; color: white; }
.cta-bottom h2 { font-family: var(--font-display); font-size: clamp(32px, 4vw, 52px); font-weight: 500; margin-bottom: 14px; line-height: 1.1; letter-spacing: -0.01em; }
.cta-bottom p { font-size: 16px; opacity: 0.88; margin-bottom: 32px; }

/* ===== RESPONSIVE ===== */
/* Tablet */
@media (max-width: 1024px) {
  .product-page-wrap { grid-template-columns: 1fr; padding: 32px 24px 80px; gap: 40px; }
  .gallery { position: static; grid-template-columns: 1fr; }
  .gallery-thumbs { flex-direction: row; }
  .gthumb { width: 64px; height: 64px; }
  .benefits-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .prod-benefits-grid { grid-template-columns: 1fr 1fr; }
  .prod-reviews-grid { grid-template-columns: 1fr 1fr; }
  .reviews-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
/* Mobile */
@media (max-width: 768px) {
  nav { padding: 0 20px; height: 60px; }
  .nav-links { display: none; }
  .nav-cart { padding: 7px 14px; font-size: 11px; }
  .announce { font-size: 11px; padding: 8px 16px; }
  .hero { grid-template-columns: 1fr; padding: 48px 20px 56px; min-height: auto; gap: 32px; }
  .hero-visual { order: -1; }
  .pillow-svg-wrap { max-width: 260px; margin: 0 auto; }
  .hero-title { font-size: clamp(40px, 10vw, 56px); }
  .hero-sub { font-size: 15px; max-width: 100%; }
  .hero-cta-row { flex-direction: column; align-items: flex-start; gap: 14px; }
  .btn-primary { width: 100%; text-align: center; }
  .hero-trust { gap: 12px; }
  .trust-num { font-size: 26px; }
  .features-strip { flex-wrap: nowrap; overflow-x: auto; -webkit-overflow-scrolling: touch; justify-content: flex-start; }
  .features-strip::-webkit-scrollbar { display: none; }
  .feat-item { min-width: 152px; padding: 20px 20px; border-right: 1px solid rgba(255,255,255,0.1); border-bottom: none; flex-shrink: 0; }
  .benefits { padding: 56px 20px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 14px; }
  .benefit-card { padding: 24px 20px; }
  .how { grid-template-columns: 1fr !important; padding: 56px 20px; gap: 32px; align-items: stretch !important; }
.how-carousel-outer {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  grid-template-areas: "wrap wrap" "prev next" !important;
  gap: 14px !important;
  align-items: center !important;
}
.how-carousel-wrap { grid-area: wrap !important; width: 100% !important; }
.how-carousel-prev {
  grid-area: prev !important;
  position: static !important;
  transform: none !important;
  justify-self: end !important;
}
.how-carousel-next {
  grid-area: next !important;
  position: static !important;
  transform: none !important;
  justify-self: start !important;
}
  .step-num { font-size: 36px; min-width: 36px; }
  .reviews { padding: 56px 20px; }
  .reviews-grid { grid-template-columns: 1fr; }
  .faq-section { padding: 56px 20px; }
  .faq-q { font-size: 14px; }
  .cta-banner { padding: 56px 20px; }
  .cta-banner h2 { font-size: clamp(32px, 8vw, 44px); }
  .btn-white { padding: 15px 32px; font-size: 14px; }
  .gallery-thumbs { overflow-x: auto; gap: 8px; }
  .gthumb { width: 56px; height: 56px; flex-shrink: 0; }
  .gallery-thumbs-wrap { display: block !important; }
  .gallery-thumbs {
    max-height: none !important;
    overflow-y: visible !important;
    overflow-x: auto !important;
    display: flex !important;
    flex-direction: row !important;
  }
  .gthumb-nav-up, .gthumb-nav-down { display: none !important; }
  .product-title-lg { font-size: 36px; }
  .price-now { font-size: 32px; }
  .tabs .tab-btn { font-size: 10px; padding: 14px 4px; letter-spacing: 0.05em; }
  .gitem { font-size: 10px; padding: 12px 6px; }
  .below-product { padding: 0 20px 60px; }
  .prod-benefits-grid { grid-template-columns: 1fr; gap: 14px; }
  .prod-reviews-grid { grid-template-columns: 1fr; }
  .cta-bottom { padding: 48px 20px; border-radius: 16px; }
  .cta-bottom h2 { font-size: clamp(28px, 7vw, 40px); }
  .cart-drawer { width: 100%; }
  .checkout-modal-header, .checkout-body { padding: 20px; }
  .fr { grid-template-columns: 1fr; }
  footer { padding: 48px 20px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; gap: 10px; text-align: center; }
  .product-page-wrap { padding: 20px 20px 60px; }
  #pageProduct > div:first-child { padding: 14px 20px 0; }
  @media (max-width: 768px) {
  ...
  body { font-size: 16px; }
  .fbadge { font-size: 14px; }
  .quote-text { font-size: 15px; }
  .rating-count { font-size: 14px; }
  .price-now { font-size: 34px; }
  .tabs .tab-btn { font-size: 12px; padding: 14px 6px; }
  .gitem { font-size: 11px; padding: 13px 8px; }
  .tab-content p { font-size: 15px; }
  .step-text { font-size: 15px; }
  .benefit-text { font-size: 15px; }
}
