.announcement{background:var(--terracotta-deep);color:var(--sand-light);text-align:center;padding:11px 20px;font-size:.8rem;font-weight:400;letter-spacing:.5px}.announcement strong{color:var(--gold-soft);font-weight:500}.header{padding:18px 24px;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border);background:#faf6f1eb;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.header-inner{max-width:1080px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.brand{font-family:Cormorant,serif;font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.3px}.header-nav{display:flex;align-items:center;gap:32px}.header-nav a{font-size:.85rem;font-weight:400;color:var(--text-body);transition:color .2s;letter-spacing:.3px}.header-nav a:hover{color:var(--terracotta)}.cart-btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1.5px solid var(--border);background:transparent;position:relative;transition:all .2s}.cart-btn:hover{border-color:var(--terracotta);background:#b8634b0a}.cart-btn svg{width:18px;height:18px;stroke:var(--text-body)}.cart-count{position:absolute;top:-3px;right:-3px;width:17px;height:17px;border-radius:50%;background:var(--terracotta);color:var(--pure-white);font-size:.6rem;font-weight:600;display:none;align-items:center;justify-content:center}.hero{padding:80px 24px 100px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;border-radius:50%;background:radial-gradient(circle,rgba(184,99,75,.06) 0%,transparent 70%);pointer-events:none}.hero-inner{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-text{position:relative;z-index:2}.hero-label{font-size:.78rem;font-weight:500;letter-spacing:3px;text-transform:uppercase;color:var(--terracotta);margin-bottom:20px;display:inline-block}.hero h1{font-size:clamp(2.6rem,5.5vw,4rem);margin-bottom:24px;letter-spacing:-1px;line-height:1.1}.hero h1 em{font-style:italic;color:var(--terracotta);font-weight:500}.hero-desc{font-size:1.05rem;color:var(--text-body);max-width:420px;margin-bottom:36px;line-height:1.8;font-weight:300}.hero-cta{display:inline-flex;align-items:center;gap:12px;background:var(--terracotta);color:var(--pure-white);padding:16px 40px;border-radius:50px;font-size:.92rem;font-weight:500;letter-spacing:.5px;transition:all .3s ease;box-shadow:0 4px 20px #b8634b40}.hero-cta:hover{background:var(--terracotta-dark);transform:translateY(-2px);box-shadow:0 8px 30px #b8634b4d}.hero-trust{margin-top:32px;display:flex;gap:24px;font-size:.82rem;color:var(--text-light);font-weight:400}.hero-trust span{display:flex;align-items:center;gap:6px}.hero-trust .dot{width:5px;height:5px;border-radius:50%;background:var(--terracotta);opacity:.5}.hero-visual{position:relative;display:flex;justify-content:center}.hero-image-wrap{position:relative;width:380px;height:480px;border-radius:200px 200px 40px 40px;overflow:hidden;box-shadow:var(--shadow-lg)}.hero-image-wrap img{width:100%;height:100%;object-fit:cover}.hero-price-tag{position:absolute;bottom:30px;left:-20px;background:var(--pure-white);padding:14px 24px;border-radius:16px;box-shadow:var(--shadow-lg);text-align:center}.hero-price-tag .compare{font-size:.78rem;color:var(--text-light);text-decoration:line-through}.hero-price-tag .price{font-family:Cormorant,serif;font-size:1.8rem;font-weight:700;color:var(--terracotta);line-height:1}.hero-color-dots{position:absolute;top:40px;right:-30px;display:flex;flex-direction:column;gap:8px;background:var(--pure-white);padding:14px 10px;border-radius:30px;box-shadow:var(--shadow)}.hero-color-dots span{width:22px;height:22px;border-radius:50%;border:2px solid rgba(255,255,255,.8);box-shadow:0 1px 4px #0000001a}.problems{padding:80px 24px;background:var(--white)}.problems-inner{max-width:800px;margin:0 auto;text-align:center}.problems h2{font-size:clamp(1.8rem,4vw,2.6rem);margin-bottom:16px}.problems-subtitle{font-size:1rem;color:var(--text-light);margin-bottom:56px;font-weight:300}.problems-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.problem-card{padding:36px 28px;border-radius:20px;background:var(--cream);text-align:center;transition:transform .3s ease}.problem-card:hover{transform:translateY(-4px)}.problem-icon{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--sand) 0%,var(--sand-light) 100%);display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:1.4rem}.problem-card .strike{font-size:.88rem;color:var(--text-light);text-decoration:line-through;margin-bottom:8px}.problem-card .solution{font-family:Cormorant,serif;font-size:1.25rem;color:var(--text-primary);font-weight:600}.product{padding:100px 24px}.product-inner{max-width:1080px;margin:0 auto}.product-header{text-align:center;margin-bottom:60px}.product-header h2{font-size:clamp(2rem,4.5vw,2.8rem);margin-bottom:12px}.product-header p{font-size:1rem;color:var(--text-light);font-weight:300}.product-showcase{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.product-gallery{position:sticky;top:100px}.product-main-image{border-radius:24px;overflow:hidden;background:var(--cream-warm);aspect-ratio:3/4;margin-bottom:12px}.product-main-image img{width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.product-thumbs{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.product-thumbs img{width:72px;height:72px;object-fit:cover;border-radius:12px;cursor:pointer;opacity:.5;transition:all .2s;border:2px solid transparent}.product-thumbs img.active,.product-thumbs img:hover{opacity:1;border-color:var(--terracotta)}.product-details{padding-top:8px}.product-name{font-size:2rem;margin-bottom:8px;color:var(--text-primary)}.product-tagline{font-size:.95rem;color:var(--text-light);margin-bottom:24px;font-weight:300}.product-pricing{display:flex;align-items:baseline;gap:12px;margin-bottom:28px}.product-pricing .current{font-family:Cormorant,serif;font-size:2.4rem;font-weight:700;color:var(--text-primary)}.product-pricing .compare{font-size:1rem;color:var(--text-light);text-decoration:line-through}.product-pricing .save{font-size:.78rem;background:#b8634b1a;color:var(--terracotta);padding:4px 12px;border-radius:20px;font-weight:500}.color-section{margin-bottom:28px}.color-label{font-size:.85rem;color:var(--text-body);margin-bottom:14px;font-weight:500}.color-label span{color:var(--text-light);font-weight:300}.color-swatches{display:flex;flex-wrap:wrap;gap:10px}.swatch{width:38px;height:38px;border-radius:50%;cursor:pointer;border:3px solid transparent;transition:all .2s ease;position:relative;box-shadow:inset 0 0 0 1px #00000014}.swatch:hover{transform:scale(1.15)}.swatch.selected{border-color:var(--terracotta);transform:scale(1.1)}.swatch.selected:after{content:"\2713";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.7rem;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.4)}.selected-colors{margin-top:12px;display:flex;flex-wrap:wrap;gap:8px;min-height:32px}.selected-tag{display:inline-flex;align-items:center;gap:6px;background:var(--cream-warm);padding:6px 14px;border-radius:20px;font-size:.78rem;color:var(--text-body);font-weight:400}.selected-tag .remove{cursor:pointer;color:var(--text-light);font-size:.9rem;line-height:1}.selected-tag .remove:hover{color:var(--terracotta)}.size-section{margin-bottom:28px}.size-option{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border:1.5px solid var(--border);border-radius:12px;font-size:.88rem;color:var(--text-body);background:var(--pure-white)}.size-option .check{color:var(--terracotta);font-weight:600}.size-note{margin-top:10px;font-size:.78rem;color:var(--text-light)}.size-note a{color:var(--terracotta);text-decoration:underline;text-underline-offset:2px}.quantity-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}.qty-control{display:flex;align-items:center;border:1.5px solid var(--border);border-radius:12px;overflow:hidden}.qty-btn{width:42px;height:42px;background:none;font-size:1.2rem;color:var(--text-body);display:flex;align-items:center;justify-content:center;transition:background .2s}.qty-btn:hover{background:var(--cream-warm)}.qty-value{width:42px;text-align:center;font-size:.95rem;font-weight:500;color:var(--text-primary)}.add-to-cart{flex:1;background:var(--terracotta);color:var(--pure-white);padding:14px 32px;border-radius:12px;font-size:.95rem;font-weight:500;letter-spacing:.3px;transition:all .3s;box-shadow:0 4px 16px #b8634b33}.add-to-cart:hover{background:var(--terracotta-dark);box-shadow:0 6px 24px #b8634b4d}.shipping-note{margin-top:16px;padding:14px 18px;background:#c9a96e14;border-radius:12px;font-size:.82rem;color:var(--text-body);display:flex;align-items:center;gap:10px}.shipping-note strong{color:var(--terracotta-dark);font-weight:600}.cod-badge{margin-top:12px;padding:12px 18px;background:#2e7d320f;border:1px solid rgba(46,125,50,.15);border-radius:12px;font-size:.82rem;color:var(--text-body);display:flex;align-items:center;gap:10px}.cod-badge strong{color:#2e7d32;font-weight:500}.product-desc{margin-top:32px;padding-top:28px;border-top:1px solid var(--border)}.product-desc h4{font-size:1.1rem;margin-bottom:14px}.product-desc ul{list-style:none;display:flex;flex-direction:column;gap:10px}.product-desc li{font-size:.9rem;color:var(--text-body);padding-left:20px;position:relative;font-weight:300}.product-desc li:before{content:"";position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--sand)}.versatility{padding:100px 24px;background:var(--white)}.versatility-inner{max-width:1080px;margin:0 auto}.versatility-header{text-align:center;margin-bottom:60px}.versatility-header h2{font-size:clamp(2rem,4.5vw,2.8rem);margin-bottom:12px}.versatility-header p{font-size:1rem;color:var(--text-light);font-weight:300}.versatility-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.moment-card{position:relative;aspect-ratio:3/4;border-radius:20px;overflow:hidden;cursor:pointer;background:var(--cream-warm)}.moment-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(45,35,25,.7) 0%,transparent 50%)}.moment-card img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.moment-card:hover img{transform:scale(1.05)}.moment-label{position:absolute;bottom:20px;left:20px;z-index:2;color:var(--pure-white)}.moment-label h4{font-size:1.2rem;color:var(--pure-white);font-weight:500}.moment-label p{font-size:.78rem;opacity:.8;margin-top:2px}.bundle{padding:80px 24px}.bundle-inner{max-width:720px;margin:0 auto;background:linear-gradient(145deg,var(--terracotta-deep) 0%,var(--terracotta-dark) 100%);border-radius:28px;padding:56px 48px;text-align:center;position:relative;overflow:hidden}.bundle-inner:before{content:"";position:absolute;top:-30%;right:-20%;width:300px;height:300px;border-radius:50%;background:#ffffff0a}.bundle h2{font-size:clamp(1.8rem,4vw,2.4rem);color:var(--pure-white);margin-bottom:12px}.bundle-sub{color:#ffffffb3;font-size:1rem;margin-bottom:36px;font-weight:300}.bundle-combos{display:flex;justify-content:center;gap:20px;margin-bottom:36px;flex-wrap:wrap}.combo{display:flex;align-items:center;gap:8px;background:#ffffff1a;padding:12px 22px;border-radius:40px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer;transition:all .2s}.combo:hover{background:#ffffff2e}.combo-dot{width:20px;height:20px;border-radius:50%;border:2px solid rgba(255,255,255,.3)}.combo-plus{color:#fff6;font-size:.8rem}.combo-name{color:var(--pure-white);font-size:.82rem;font-weight:400}.bundle-cta{display:inline-flex;background:var(--pure-white);color:var(--terracotta-dark);padding:14px 40px;border-radius:50px;font-size:.92rem;font-weight:500;transition:all .3s}.bundle-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.trust{padding:60px 24px;background:var(--white)}.trust-inner{max-width:900px;margin:0 auto;display:flex;justify-content:center;gap:48px}.trust-item{display:flex;align-items:center;gap:14px}.trust-icon{width:44px;height:44px;border-radius:12px;background:var(--cream);display:flex;align-items:center;justify-content:center;font-size:1.1rem}.trust-text{font-size:.85rem;font-weight:500;color:var(--text-primary)}.trust-text small{display:block;font-size:.75rem;font-weight:300;color:var(--text-light);margin-top:2px}.reviews{padding:100px 24px}.reviews-inner{max-width:720px;margin:0 auto;text-align:center}.reviews h2{font-size:clamp(1.8rem,4vw,2.4rem);margin-bottom:16px}.reviews-empty{padding:48px;border:1.5px dashed var(--border);border-radius:20px;margin-top:40px}.reviews-empty p{color:var(--text-light);font-size:.95rem;font-weight:300}.reviews-empty .cta-small{display:inline-block;margin-top:16px;color:var(--terracotta);font-weight:500;font-size:.88rem}.footer{background:var(--text-primary);color:#fff9;padding:64px 24px 32px}.footer-inner{max-width:1080px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-brand{font-family:Cormorant,serif;font-size:1.4rem;font-weight:700;color:var(--pure-white);margin-bottom:12px}.footer-desc{font-size:.85rem;line-height:1.7;max-width:300px;font-weight:300}.footer h5{font-family:Outfit,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:#fff6;margin-bottom:16px}.footer-links{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links a{font-size:.88rem;color:#fff9;transition:color .2s;font-weight:300}.footer-links a:hover{color:var(--pure-white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.08);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:.78rem}.footer-bottom a{color:#fff6}.sticky-cart{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--pure-white);padding:12px 20px;box-shadow:0 -4px 20px #00000014;z-index:99;align-items:center;justify-content:space-between;gap:12px}.sticky-cart.show{display:flex}.sticky-info{display:flex;flex-direction:column}.sticky-info .name{font-family:Cormorant,serif;font-size:1rem;font-weight:600;color:var(--text-primary)}.sticky-info .price{font-size:.82rem;color:var(--terracotta);font-weight:500}.sticky-cart .add-btn{background:var(--terracotta);color:var(--pure-white);padding:12px 28px;border-radius:10px;font-size:.88rem;font-weight:500;white-space:nowrap}.wa-float{position:fixed;bottom:24px;right:24px;z-index:98}.wa-float a{width:54px;height:54px;background:var(--whatsapp);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #25d3664d;transition:transform .2s}.wa-float a:hover{transform:scale(1.1)}.wa-float svg{width:26px;height:26px;fill:#fff}@media(max-width:768px){.hero{padding:50px 20px 60px}.hero-inner{grid-template-columns:1fr;gap:40px}.hero-text{order:0;text-align:center}.hero-desc{margin-left:auto;margin-right:auto}.hero-cta{width:100%;justify-content:center}.hero-trust{justify-content:center;flex-wrap:wrap}.hero-visual{order:1}.hero-image-wrap{width:280px;height:360px}.hero-price-tag{left:10px;bottom:20px}.hero-color-dots{right:-10px;top:20px}.problems-grid{grid-template-columns:1fr;gap:16px}.product-showcase{grid-template-columns:1fr;gap:32px}.product-gallery{position:static}.versatility-grid{grid-template-columns:repeat(2,1fr);gap:12px}.bundle-inner{padding:40px 28px}.bundle-combos{gap:10px}.trust-inner{display:grid;grid-template-columns:1fr 1fr;gap:20px}.footer-top{grid-template-columns:1fr 1fr;gap:32px}.wa-float{bottom:80px}}@media(max-width:480px){.versatility-grid{grid-template-columns:1fr 1fr}.trust-inner,.footer-top{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/sections.css.map */
