@import"https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,900;1,9..144,500&family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,700&display=swap";:root{--red: #E63946;--red-dark: #b82c38;--ink: #1d1d1f;--muted: #6b6b70;--cream: #fdf6f2;--paper: #ffffff;--line: #efe6e0;--gold: #e9b949;--radius: 18px;--shadow: 0 20px 50px -25px rgba(230,57,70,.35);--font-head: "Fraunces", Georgia, serif;--font-body: "DM Sans", system-ui, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-head);line-height:1.05;letter-spacing:-.02em}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}.page-width{max-width:1180px;margin:0 auto;padding:0 24px}.section-block{padding:88px 0}.section-block--cream{background:var(--cream)}.section-block--white{background:var(--paper)}.section-block--dark{background:var(--ink)}.sec-head{text-align:center;max-width:620px;margin:0 auto 54px}.sec-tag{color:var(--red);font-weight:700;letter-spacing:.1em;text-transform:uppercase;font-size:.8rem}.sec-head h2{font-size:clamp(2rem,4vw,3rem);font-weight:900;margin:12px 0 14px}.sec-head p{color:var(--muted);font-size:1.08rem}.btn{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:1rem;padding:16px 30px;border-radius:100px;cursor:pointer;border:none;transition:transform .2s,box-shadow .2s;font-family:var(--font-body)}.btn--primary{background:var(--red);color:#fff;box-shadow:var(--shadow)}.btn--primary:hover{transform:translateY(-3px);background:var(--red-dark);box-shadow:0 26px 55px -22px #e6394699}.btn--ghost{background:var(--paper);border:1.5px solid var(--line);color:var(--ink)}.btn--ghost:hover{border-color:var(--red);color:var(--red)}.btn--white{background:#fff;color:var(--red)}.btn--white:hover{background:var(--cream)}.btn--block{width:100%;justify-content:center}.announcement-bar{background:var(--ink);color:#fff;text-align:center;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;padding:9px 16px;font-weight:500}.announcement-bar b{color:var(--gold)}.site-header{position:sticky;top:0;z-index:100;background:#fdf6f2e0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:74px}.site-logo{display:flex;align-items:center;gap:10px;font-family:var(--font-head);font-weight:900;font-size:1.35rem;letter-spacing:-.03em;color:var(--ink)}.site-logo__icon{width:36px;height:36px;background:var(--red);border-radius:12px;display:grid;place-items:center;color:#fff;font-size:1.1rem;transform:rotate(-8deg)}.site-nav{display:flex;gap:34px}.site-nav a{font-weight:500;font-size:.95rem;color:var(--muted);position:relative;padding:4px 0;transition:color .2s}.site-nav a:after{content:"";position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--red);transition:width .25s}.site-nav a:hover{color:var(--ink)}.site-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:14px}.cart-btn{position:relative;width:42px;height:42px;border-radius:50%;background:#fff;border:1px solid var(--line);display:grid;place-items:center;cursor:pointer;transition:transform .2s;font-size:1.1rem}.cart-btn:hover{transform:scale(1.06)}.cart-count{position:absolute;top:-4px;right:-4px;background:var(--red);color:#fff;font-size:.65rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:grid;place-items:center}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;font-size:1.4rem;color:var(--ink)}.mobile-nav{display:none;flex-direction:column;gap:0;background:var(--cream);border-top:1px solid var(--line)}.mobile-nav a{display:block;padding:14px 24px;font-weight:500;border-bottom:1px solid var(--line);color:var(--ink)}.mobile-nav.open{display:flex}.hero{padding:70px 0 90px;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-180px;right:-160px;width:520px;height:520px;background:radial-gradient(circle,rgba(230,57,70,.1),transparent 65%);border-radius:50%}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:56px;align-items:center;position:relative}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--line);color:var(--red);font-weight:700;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;padding:7px 14px;border-radius:100px}.hero-eyebrow__dot{width:7px;height:7px;background:var(--red);border-radius:50%;animation:pulse 1.6s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.hero h1{font-size:clamp(2.6rem,5.2vw,4.3rem);font-weight:900;margin:22px 0 18px}.hero h1 em{font-style:italic;color:var(--red)}.hero__lead{font-size:1.18rem;color:var(--muted);max-width:30ch;margin-bottom:30px}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap}.hero-stats{display:flex;gap:30px;margin-top:38px}.hero-stats__item b{font-family:var(--font-head);font-size:1.7rem;font-weight:900;display:block}.hero-stats__item span{font-size:.82rem;color:var(--muted)}.hero-media{position:relative}.hero-media img{border-radius:24px;box-shadow:0 30px 70px -30px #0006;object-fit:cover;aspect-ratio:4/4.4;width:100%}.float-card{position:absolute;background:#fff;border-radius:16px;padding:14px 18px;box-shadow:0 18px 40px -18px #0000004d;display:flex;align-items:center;gap:12px;font-size:.85rem}.float-card__icon{width:38px;height:38px;border-radius:10px;background:var(--cream);display:grid;place-items:center;font-size:1.1rem}.float-card b{display:block;font-family:var(--font-head);font-size:1.05rem}.float-card--bl{bottom:24px;left:-26px}.float-card--tr{top:30px;right:-22px}.trust-bar{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff;padding:18px 0}.trust-bar__track{display:flex;gap:60px;align-items:center;justify-content:center;flex-wrap:wrap;color:var(--muted);font-weight:500;font-size:.95rem}.trust-bar__track span{display:inline-flex;gap:9px;align-items:center}.featured-product{background:#fff;border-radius:28px;border:1px solid var(--line);overflow:hidden;display:grid;grid-template-columns:.9fr 1.1fr;box-shadow:0 30px 60px -40px #00000040}.featured-product__visual{background:linear-gradient(150deg,#ffe3e0,#fff);position:relative;display:grid;place-items:center;padding:40px}.featured-product__img{width:78%;border-radius:8px 14px 14px 8px;box-shadow:-6px 14px 40px -10px #00000073,inset 8px 0 14px -8px #00000040;transform:rotate(-3deg);transition:transform .4s}.featured-product:hover .featured-product__img{transform:rotate(0) scale(1.02)}.ribbon{position:absolute;top:26px;left:0;background:var(--red);color:#fff;font-weight:700;font-size:.78rem;letter-spacing:.05em;text-transform:uppercase;padding:7px 18px 7px 14px;border-radius:0 100px 100px 0}.featured-product__info{padding:48px 46px}.stars{color:var(--gold);font-size:1.05rem;letter-spacing:2px}.featured-product__info h3{font-size:2.1rem;font-weight:900;margin:14px 0 10px}.featured-product__desc{color:var(--muted);margin-bottom:22px}.price-row{display:flex;align-items:baseline;gap:12px;margin-bottom:6px}.price{font-family:var(--font-head);font-size:2.6rem;font-weight:900;color:var(--red)}.price-compare{color:var(--muted);text-decoration:line-through;font-size:1.2rem}.price-note{font-size:.85rem;color:var(--muted);margin-bottom:24px}.feature-list{list-style:none;display:grid;gap:10px;margin-bottom:28px}.feature-list li{display:flex;gap:10px;align-items:center;font-size:.95rem}.feature-list__check{width:22px;height:22px;border-radius:50%;background:#eafaf0;color:#1d9d63;display:grid;place-items:center;font-size:.8rem;font-weight:700;flex-shrink:0}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.benefit-card{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:30px 26px;transition:transform .25s,box-shadow .25s}.benefit-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.benefit-card__icon{width:54px;height:54px;border-radius:14px;background:#fff;display:grid;place-items:center;font-size:1.5rem;margin-bottom:16px}.benefit-card h4{font-family:var(--font-head);font-size:1.3rem;font-weight:600;margin-bottom:8px}.benefit-card p{color:var(--muted);font-size:.95rem}.testimonials{background:var(--ink);color:#fff;padding:90px 0}.testimonials .sec-head h2{color:#fff}.testimonials .sec-head p{color:#bdbdc4}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.testi-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:var(--radius);padding:28px}.testi-card .stars{margin-bottom:14px}.testi-card__text{color:#e4e4ea;font-size:.97rem;margin-bottom:20px}.testi-card__person{display:flex;align-items:center;gap:12px}.testi-avatar{width:44px;height:44px;border-radius:50%;background:var(--red);display:grid;place-items:center;font-weight:700;color:#fff;font-size:.9rem;flex-shrink:0}.testi-card__person b{display:block;font-size:.95rem}.testi-card__person span{font-size:.8rem;color:#a0a0aa}.carousel-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:36px;flex-wrap:wrap;gap:16px}.carousel-header h2{font-size:clamp(1.7rem,3.2vw,2.4rem);font-weight:900;margin-top:8px}.carousel-controls{display:flex;gap:10px;align-items:center}.c-btn{width:46px;height:46px;border-radius:50%;border:1.5px solid var(--line);background:#fff;cursor:pointer;display:grid;place-items:center;font-size:1.2rem;transition:all .2s;color:var(--ink)}.c-btn:hover{background:var(--red);border-color:var(--red);color:#fff}.c-btn:disabled{opacity:.35;cursor:default}.carousel-outer{overflow:hidden;border-radius:var(--radius)}.carousel-track{display:flex;gap:22px;transition:transform .45s cubic-bezier(.4,0,.2,1)}.pcard{flex:0 0 calc(33.33% - 15px);background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .25s,box-shadow .25s}.pcard:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.pcard__image{height:190px;display:flex;align-items:center;justify-content:center;font-size:3.5rem;position:relative;overflow:hidden}.pcard__img{width:100%;height:100%;object-fit:cover;display:block;border-radius:0}.pcard__emoji{line-height:1}.pcard__badge{position:absolute;top:14px;right:14px;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;padding:6px 12px;border-radius:100px}.badge--active{background:var(--red);color:#fff}.badge--soon{background:var(--ink);color:#fff}.pcard__body{padding:20px 22px 22px}.pcard__body h4{font-family:var(--font-head);font-size:1.15rem;font-weight:600;margin-bottom:6px}.pcard__body p{color:var(--muted);font-size:.88rem;margin-bottom:16px;line-height:1.5}.pcard__foot{display:flex;align-items:center;justify-content:space-between}.pcard__add-form{margin:0}.pcard__price{font-family:var(--font-head);font-weight:900;font-size:1.25rem;color:var(--red)}.pcard__price--locked{color:var(--muted);font-size:.88rem;font-family:var(--font-body)}.pcard__cta{padding:9px 18px;border-radius:100px;font-size:.82rem;font-weight:700;border:none;cursor:pointer;transition:all .2s;font-family:var(--font-body)}.pcard__cta--active{background:var(--red);color:#fff}.pcard__cta--active:hover{background:var(--red-dark)}.pcard__cta--added{background:#2a9d5c!important;color:#fff!important}.pcard__cta--locked{background:transparent;border:1.5px solid var(--line);color:var(--muted);cursor:default}.carousel-dots{display:flex;gap:8px;justify-content:center;margin-top:28px}.dot{width:8px;height:8px;border-radius:50%;background:var(--line);cursor:pointer;transition:all .3s}.dot.active{width:24px;border-radius:100px;background:var(--red)}.guarantee-section{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;border-radius:28px;padding:56px;text-align:center;position:relative;overflow:hidden;margin:0 24px}.guarantee-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.15),transparent 50%)}.guarantee-seal{width:90px;height:90px;border:3px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;font-family:var(--font-head);font-weight:900;font-size:.85rem;text-align:center;line-height:1.2;position:relative}.guarantee-section h2{font-size:2.4rem;font-weight:900;margin-bottom:14px;position:relative}.guarantee-section p{max-width:50ch;margin:0 auto 28px;color:#ffffffe6;position:relative}.newsletter{text-align:center;padding:80px 0}.newsletter h2{font-size:2.2rem;font-weight:900;margin-bottom:12px}.newsletter p{color:var(--muted);margin-bottom:26px}.newsletter-form{display:flex;gap:10px;max-width:460px;margin:0 auto}.newsletter-form input{flex:1;padding:15px 20px;border:1px solid var(--line);border-radius:100px;font-family:var(--font-body);font-size:.95rem;background:#fff}.newsletter-form input:focus{outline:none;border-color:var(--red)}.site-footer{background:var(--ink);color:#c9c9d0;padding:60px 0 30px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px}.footer-brand .site-logo{color:#fff;margin-bottom:14px}.footer-brand p{font-size:.9rem;color:#9a9aa4;max-width:30ch}.footer-col h5{color:#fff;font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:16px;font-family:var(--font-body);font-weight:700}.footer-col ul{list-style:none;display:grid;gap:10px}.footer-col ul a{font-size:.9rem;color:#9a9aa4;transition:color .2s}.footer-col ul a:hover{color:#fff}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:14px;font-size:.82rem;color:#7a7a84}.product-page{padding:60px 0}.product-page-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}.product-page__gallery img{border-radius:var(--radius);box-shadow:var(--shadow)}.product-page__info h1{font-size:2.4rem;font-weight:900;margin-bottom:12px}.product-page__vendor{color:var(--red);font-weight:700;font-size:.9rem;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.product-page__price-row{display:flex;align-items:baseline;gap:14px;margin:20px 0}.product-page__price{font-family:var(--font-head);font-size:3rem;font-weight:900;color:var(--red)}.product-page__compare{color:var(--muted);text-decoration:line-through;font-size:1.3rem}.product-page__desc{color:var(--muted);margin-bottom:28px;line-height:1.7}.product-page__desc h2,.product-page__desc h3{font-family:var(--font-head);color:var(--ink);margin:20px 0 8px}.product-page__desc ul{padding-left:20px;display:grid;gap:6px}.product-page__guarantee{background:var(--cream);border:1px solid var(--line);border-radius:var(--radius);padding:20px 24px;display:flex;align-items:center;gap:14px;margin-top:20px}.product-page__guarantee .gicon{font-size:2rem}.product-page__guarantee p{font-size:.9rem;color:var(--muted)}.product-page__guarantee b{color:var(--ink)}.collection-page{padding:60px 0}.collection-header{margin-bottom:40px}.collection-header h1{font-size:2.6rem;font-weight:900}.collection-header p{color:var(--muted);font-size:1.05rem;margin-top:10px}.collection-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.product-card__img{height:220px;overflow:hidden;background:linear-gradient(135deg,#ffe3e0,#fff);display:grid;place-items:center;position:relative}.product-card__img img{width:100%;height:100%;object-fit:cover}.product-card__img--placeholder{font-size:4rem}.product-card__body{padding:20px}.product-card__vendor{font-size:.75rem;color:var(--red);font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.product-card__title{font-family:var(--font-head);font-size:1.15rem;font-weight:600;margin-bottom:10px}.product-card__price{color:var(--red);font-family:var(--font-head);font-size:1.3rem;font-weight:900}.page-content{padding:60px 0;max-width:720px;margin:0 auto}.page-content h1{font-size:2.4rem;font-weight:900;margin-bottom:28px}.page-content h2{font-size:1.6rem;font-weight:700;margin:32px 0 12px}.page-content p{color:var(--muted);margin-bottom:16px;line-height:1.7}.page-content ul{color:var(--muted);padding-left:20px;display:grid;gap:8px;margin-bottom:16px}.cart-page{padding:60px 0 100px;min-height:60vh}.cart-page>h1{font-size:clamp(2rem,4vw,2.8rem);margin-bottom:40px}.cart-empty{text-align:center;padding:60px 0}.cart-empty p{color:var(--muted);font-size:1.1rem;margin-bottom:24px}.cart-items{display:grid;gap:14px;margin-bottom:40px}.cart-item{display:grid;grid-template-columns:80px 1fr 90px 90px 32px;gap:20px;align-items:center;background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:20px 24px}.cart-item__image{width:80px;height:80px;background:var(--line);border-radius:10px;overflow:hidden}.cart-item__image img{width:80px;height:80px;object-fit:cover}.cart-item__info h4{font-size:1rem;margin-bottom:4px}.cart-item__variant{color:var(--muted);font-size:.85rem}.cart-item__price{color:var(--red);font-weight:700;margin-top:6px;font-size:.9rem}.cart-item__qty input{width:64px;padding:8px 6px;text-align:center;border-radius:8px;border:1.5px solid var(--line);font-family:var(--font-body);font-size:.95rem;background:var(--cream)}.cart-item__total{font-family:var(--font-head);font-weight:900;font-size:1.1rem;text-align:right}.cart-item__remove{color:var(--muted);font-size:1.4rem;line-height:1;text-align:center;transition:color .2s;cursor:pointer}.cart-item__remove:hover{color:var(--red)}.cart-footer{display:flex;align-items:flex-end;justify-content:flex-end;gap:40px;padding-top:28px;border-top:1px solid var(--line);flex-wrap:wrap}.cart-totals__row{display:flex;gap:32px;align-items:center;margin-bottom:6px}.cart-totals__row span:first-child{color:var(--muted);font-size:1rem}.cart-totals__price{font-family:var(--font-head);font-weight:900;font-size:1.6rem}.cart-totals__note{color:var(--muted);font-size:.8rem}.cart-actions{display:flex;gap:12px;flex-wrap:wrap;align-items:center}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}@media(max-width:600px){.cart-item{grid-template-columns:60px 1fr auto;grid-template-rows:auto auto;gap:12px}.cart-item__qty{grid-column:2}.cart-item__total{grid-column:3;grid-row:2;text-align:right;font-size:1rem}.cart-item__remove{grid-column:3;grid-row:1}.cart-footer{flex-direction:column;align-items:stretch}.cart-actions{flex-direction:column}.cart-actions .btn{text-align:center}}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s,transform .7s}.reveal.in{opacity:1;transform:none}@media(max-width:900px){.hero-grid,.featured-product,.benefits-grid,.testimonials-grid,.footer-grid,.product-page-grid,.collection-grid{grid-template-columns:1fr}.hero-media{order:-1}.float-card,.site-nav{display:none}.mobile-menu-btn{display:block}.guarantee-section{margin:0;border-radius:16px;padding:36px 24px}.featured-product__info{padding:30px}.pcard{flex:0 0 calc(85% - 11px)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.section-block{padding:56px 0}.hero{padding:40px 0 60px}.footer-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.hero-stats{gap:20px}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
