:root{--cream:#fdf5f0;--blush:#f5c9cc;--rose:#e08090;--berry:#b8485a;--deep:#7a2d3a;--soft-pink:#fde8ec;--warm-white:#fffbf9;--text:#3a1f25;--muted:#9b6070;--light-pink:#fdf0f2;--border:rgba(224,128,144,.22)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Jost,sans-serif;background:var(--cream);color:var(--text);overflow-x:hidden}.ann-bar{background:var(--berry);color:#fff;text-align:center;padding:.65rem 1rem;font-size:.78rem;letter-spacing:.08em}.nav{background:#fdf5f0f7;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 2px 16px #b8485a12}.nav-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:.85rem 2.5rem;gap:1rem}.nav-links-left,.nav-links-right{display:flex;gap:1.8rem;align-items:center}.nav-links-right{justify-content:flex-end}.nav-links-left a,.nav-links-right a{font-size:.8rem;letter-spacing:.06em;color:var(--muted);text-decoration:none;transition:color .2s}.nav-links-left a:hover,.nav-links-right a:hover{color:var(--berry)}.nav-logo img{height:42px;width:auto}.cart-link{position:relative;color:var(--text);text-decoration:none;display:flex;align-items:center}.cart-link:hover{color:var(--berry)}.cart-count{position:absolute;top:-8px;right:-10px;background:var(--berry);color:#fff;border-radius:50%;width:17px;height:17px;font-size:.6rem;display:flex;align-items:center;justify-content:center}.btn-primary{background:var(--berry);color:#fff;padding:.85rem 2rem;border-radius:50px;text-decoration:none;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;transition:all .3s;display:inline-block;cursor:pointer;border:none;font-family:Jost,sans-serif;box-shadow:0 6px 20px #b8485a4d}.btn-primary:hover{background:var(--deep);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--berry);padding:.85rem 2rem;border-radius:50px;text-decoration:none;font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;border:1.5px solid var(--berry);transition:all .3s;display:inline-block}.btn-outline:hover{background:var(--soft-pink)}.atc-btn{width:100%;background:#fff;color:var(--berry);border:1.5px solid var(--berry);border-radius:50px;padding:.65rem 1rem;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;font-family:Jost,sans-serif;transition:all .25s}.atc-btn:hover{background:var(--berry);color:#fff}.atc-btn:disabled{opacity:.5;cursor:not-allowed}.atc-btn-large{padding:1rem 2rem;font-size:.83rem;border-radius:50px;box-shadow:0 6px 20px #b8485a40}.section-label{font-size:.68rem;letter-spacing:.28em;text-transform:uppercase;color:var(--rose);margin-bottom:.6rem}.section-title{font-family:Cormorant Garamond,serif;font-size:clamp(2rem,3.5vw,3.2rem);font-weight:300;color:var(--deep);line-height:1.15;margin-bottom:1rem}.section-title em{font-style:italic;color:var(--berry)}.tag{background:var(--soft-pink);color:var(--berry);border:1px solid rgba(184,72,90,.18);padding:.28rem .85rem;border-radius:50px;font-size:.74rem}.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:translateY(0)}.hero{min-height:88vh;display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:6rem 5rem 4rem;background:linear-gradient(135deg,#fffbf9,#fde8ec 55%,#fbd4da);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,var(--blush),var(--rose),var(--berry),var(--rose),var(--blush))}.eyebrow{font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--berry);margin-bottom:1rem;display:flex;align-items:center;gap:.7rem}.eyebrow:before{content:"";display:block;width:1.8rem;height:1px;background:var(--berry)}h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,5vw,5.2rem);font-weight:300;line-height:1.05;color:var(--deep);margin-bottom:1.2rem}h1 em{font-style:italic;color:var(--berry)}.hero-desc{font-size:.97rem;line-height:1.8;color:var(--muted);max-width:420px;margin-bottom:2rem}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.hero-img{display:flex;justify-content:center;align-items:center}.hero-img img{width:100%;max-width:500px;filter:drop-shadow(0 24px 60px rgba(184,72,90,.22));animation:floatImg 7s ease-in-out infinite}@keyframes floatImg{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.marquee-strip{background:var(--berry);padding:.8rem 0;overflow:hidden;white-space:nowrap}.marquee-inner{display:inline-flex;animation:marquee 22s linear infinite}.marquee-item{display:inline-flex;align-items:center;gap:.8rem;padding:0 1.8rem;color:#fff;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase}.marquee-item:after{content:"\1f353";font-size:.8rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.featured-products{padding:5rem 4rem;background:var(--warm-white)}.fp-inner{max-width:1200px;margin:0 auto}.fp-header{text-align:center;margin-bottom:3rem}.fp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.fp-card{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform .25s,box-shadow .25s}.fp-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px #b8485a1f}.fp-card-img{display:block;aspect-ratio:1;overflow:hidden;background:var(--soft-pink)}.fp-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.fp-card:hover .fp-card-img img{transform:scale(1.04)}.fp-placeholder{display:flex;align-items:center;justify-content:center}.fp-card-body{padding:1.1rem 1.2rem 1.4rem}.fp-card-title{font-size:.88rem;font-weight:500;color:var(--text);text-decoration:none;display:block;margin-bottom:.25rem;line-height:1.4}.fp-card-title:hover{color:var(--berry)}.fp-card-sub{font-size:.75rem;color:var(--muted);margin-bottom:.5rem}.fp-card-price{font-size:1.05rem;font-weight:500;color:var(--deep);margin-bottom:.85rem}.collection-page{max-width:1280px;margin:0 auto;padding:2.5rem 2.5rem 5rem}.collection-top{margin-bottom:1.5rem}.collection-top h1{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:var(--deep)}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;padding:.9rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.toolbar-left,.toolbar-right{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.filter-label{font-size:.8rem;color:var(--muted);font-weight:500}.filter-pill{border:1px solid var(--border);border-radius:50px;padding:.32rem .9rem;font-size:.76rem;color:var(--text);cursor:pointer;transition:all .2s;background:#fff}.filter-pill:hover{border-color:var(--berry);color:var(--berry)}.prod-count{font-size:.8rem;color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.6rem}.product-card{background:#fff;border:1px solid var(--border);border-radius:14px;overflow:hidden;transition:transform .25s,box-shadow .25s}.product-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px #b8485a1f}.product-card-img-link{display:block;aspect-ratio:1;overflow:hidden;background:var(--soft-pink)}.product-card-img-link img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-card:hover .product-card-img-link img{transform:scale(1.04)}.product-card-body{padding:1.1rem 1.2rem 1.4rem}.product-card-name{font-size:.88rem;font-weight:500;color:var(--text);text-decoration:none;display:block;margin-bottom:.25rem;line-height:1.4}.product-card-name:hover{color:var(--berry)}.product-card-sub{font-size:.75rem;color:var(--muted);margin-bottom:.5rem}.product-card-price{font-size:1.05rem;font-weight:500;color:var(--deep);margin-bottom:.85rem}.empty-grid{grid-column:1/-1;text-align:center;padding:4rem;color:var(--muted)}.empty-grid a{color:var(--berry)}.why-section{padding:5rem 4rem;background:linear-gradient(135deg,#fde8ec,#fdf5f0,#fde8ec)}.why-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.why-img img{width:100%;border-radius:16px;box-shadow:0 12px 40px #b8485a26}.why-text p{font-size:.95rem;line-height:1.8}.why-list{display:flex;flex-direction:column;gap:.9rem;margin-top:1.5rem}.why-item{display:flex;align-items:flex-start;gap:1rem;background:#fff;border-radius:12px;padding:1rem 1.2rem;border:1px solid var(--border);transition:transform .25s}.why-item:hover{transform:translate(3px)}.why-item span{font-size:1.2rem;flex-shrink:0}.why-item strong{display:block;font-size:.87rem;font-weight:500;color:var(--deep);margin-bottom:.15rem}.why-item p{font-size:.79rem;color:var(--muted);line-height:1.5;margin:0}.ingredients-section{padding:5rem 4rem;background:var(--warm-white)}.ing-header{text-align:center;max-width:580px;margin:0 auto 2.5rem}.ing-header p{font-size:.92rem;color:var(--muted);line-height:1.75}.ing-grid{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem}.ing-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.8rem 1.4rem;text-align:center;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.ing-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--rose),var(--berry));transform:scaleX(0);transform-origin:left;transition:transform .3s}.ing-card:hover{transform:translateY(-3px);box-shadow:0 10px 32px #b8485a1a}.ing-card:hover:before{transform:scaleX(1)}.ing-icon{font-size:1.9rem;margin-bottom:.7rem}.ing-name{font-family:Cormorant Garamond,serif;font-size:1.15rem;color:var(--deep);margin-bottom:.4rem;font-weight:500}.ing-card p{font-size:.79rem;color:var(--muted);line-height:1.6}.full-inci{max-width:860px;margin:2rem auto 0;text-align:center;font-size:.72rem;color:var(--muted);line-height:1.8;padding:1.2rem 1.5rem;background:#fff;border-radius:12px;border:1px solid var(--border)}.full-inci strong{color:var(--deep);display:block;margin-bottom:.3rem}.howto-section{padding:5rem 4rem;background:var(--light-pink);text-align:center}.howto-inner{max-width:860px;margin:0 auto}.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:2.5rem;position:relative}.steps-row:before{content:"";position:absolute;top:24px;left:14%;right:14%;height:1px;background:linear-gradient(90deg,transparent,var(--blush),var(--rose),var(--blush),transparent)}.step{display:flex;flex-direction:column;align-items:center;gap:.6rem}.step-num{width:50px;height:50px;background:#fff;border:2px solid var(--rose);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--berry);position:relative;z-index:1;box-shadow:0 4px 14px #e0809033}.step-title{font-size:.83rem;font-weight:500;color:var(--deep)}.step p{font-size:.78rem;line-height:1.6;color:var(--muted)}.reviews-section{padding:5rem 4rem;background:var(--cream)}.reviews-header{text-align:center;max-width:520px;margin:0 auto 2.5rem}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.4rem;max-width:1050px;margin:0 auto}.review-card{background:#fff;border-radius:14px;padding:1.8rem;border:1px solid var(--border);position:relative}.review-card:before{content:'"';font-family:Cormorant Garamond,serif;font-size:4rem;color:var(--blush);position:absolute;top:-.2rem;left:.9rem;line-height:1}.stars{color:var(--berry);font-size:.82rem;margin-bottom:.8rem}.review-text{font-size:.86rem;line-height:1.7;color:var(--text);margin-bottom:1rem;font-style:italic}.review-author{font-size:.74rem;font-weight:500;color:var(--muted)}.cta-section{padding:6rem 4rem;background:var(--deep);text-align:center;position:relative}.cta-section h2{font-family:Cormorant Garamond,serif;font-size:clamp(2.2rem,4.5vw,4rem);font-weight:300;color:var(--cream);line-height:1.1;margin-bottom:1rem}.cta-section h2 em{font-style:italic;color:var(--blush)}.cta-section p{color:#fdf5f099;font-size:.95rem;margin-bottom:2rem}.cta-section .btn-primary{background:var(--blush);color:var(--deep)}.cta-section .btn-primary:hover{background:#fff;color:var(--deep)}.product-page{padding-top:1rem}.product-page-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start;padding:3rem 2.5rem}.product-imgs img{width:100%;border-radius:16px;box-shadow:0 8px 40px #b8485a26}.product-thumbs{display:flex;gap:.8rem;margin-top:.8rem}.thumb{width:70px;height:70px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:border-color .2s}.thumb:hover{border-color:var(--berry)}.product-title{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:300;color:var(--deep);line-height:1.1;margin-bottom:.8rem}.product-tags{display:flex;gap:.5rem;flex-wrap:wrap;margin:1rem 0 1.2rem}.price-block{display:flex;align-items:baseline;gap:.8rem;margin:1.2rem 0}.price{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:400;color:var(--deep);line-height:1}.price-note{font-size:.78rem;color:var(--muted)}.product-desc{font-size:.9rem;line-height:1.8;color:var(--muted);margin:1rem 0 1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.variant-select{width:100%;padding:.65rem 1rem;border:1.5px solid var(--blush);border-radius:8px;font-family:Jost,sans-serif;color:var(--text);background:#fff;margin-bottom:1.2rem}.qty-row{display:flex;align-items:center;gap:1rem;margin-bottom:1.2rem}.qty-label{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.qty-ctrl{display:flex;align-items:center;border:1.5px solid var(--blush);border-radius:50px;overflow:hidden}.qty-btn{background:none;border:none;width:36px;height:36px;font-size:1.2rem;color:var(--berry);cursor:pointer}.qty-btn:hover{background:var(--soft-pink)}.qty-num{width:36px;text-align:center;font-size:.9rem;color:var(--deep);font-weight:500}.stock-note{text-align:center;font-size:.76rem;color:var(--muted);margin-top:.7rem}.stock-dot{display:inline-block;width:7px;height:7px;background:#6abf69;border-radius:50%;margin-right:.4rem;vertical-align:middle}.product-form .atc-btn-large{width:100%}.cart-page{padding-top:2rem}.cart-inner{max-width:860px;margin:0 auto;padding:2rem 2rem 5rem}.cart-empty{text-align:center;padding:4rem;color:var(--muted)}.cart-items{display:flex;flex-direction:column;gap:1rem;margin:1.5rem 0}.cart-item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:1rem;align-items:center;background:#fff;padding:1rem 1.2rem;border-radius:12px;border:1px solid var(--border)}.cart-item img{width:80px;height:80px;object-fit:cover;border-radius:8px}.cart-item-name{font-size:.92rem;font-weight:500;color:var(--deep)}.cart-item-price{font-size:.8rem;color:var(--muted)}.cart-item-qty{display:flex;align-items:center;gap:.5rem}.cart-item-qty a{color:var(--berry);text-decoration:none;font-size:1.1rem;padding:.2rem .5rem}.cart-item-total{font-size:1rem;color:var(--deep);font-weight:500}.cart-remove{color:var(--muted);text-decoration:none;font-size:.85rem}.cart-remove:hover{color:var(--berry)}.cart-totals{background:#fff;border-radius:14px;padding:1.8rem;border:1px solid var(--border);margin-top:1.5rem}.cart-subtotal-row{display:flex;justify-content:space-between;font-size:1.2rem;font-weight:500;color:var(--deep);margin-bottom:.5rem}.cart-note{font-size:.76rem;color:var(--muted);margin-bottom:1.4rem}.footer{background:var(--text);padding:3rem 4rem}.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-logo{height:38px;filter:brightness(0) invert(1) opacity(.85);margin-bottom:.8rem;display:block}.footer-brand p{font-size:.82rem;color:#fdf5f073;line-height:1.7;max-width:240px}.footer-col h4{font-size:.68rem;letter-spacing:.2em;text-transform:uppercase;color:var(--blush);margin-bottom:.9rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.5rem}.footer-col ul li a{font-size:.8rem;color:#fdf5f073;text-decoration:none;transition:color .3s}.footer-col ul li a:hover{color:var(--blush)}.footer-bottom{border-top:1px solid rgba(253,245,240,.08);padding-top:1rem;text-align:center;font-size:.72rem;color:#fdf5f040}.page-wrap{padding:3rem 2rem 5rem;max-width:760px;margin:0 auto}.page-inner h1{margin-bottom:1.5rem}.page-content{font-size:.9rem;line-height:1.8;color:var(--muted)}.toast{position:fixed;bottom:2rem;right:2rem;background:var(--deep);color:#fff;padding:1rem 1.5rem;border-radius:12px;font-size:.83rem;box-shadow:0 8px 30px #00000026;transform:translateY(120px);opacity:0;transition:all .35s;z-index:999}.toast.show{transform:translateY(0);opacity:1}@media(max-width:1100px){.fp-grid,.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.nav-links-left,.nav-links-right{display:none}.nav-inner{grid-template-columns:1fr auto}.hero{grid-template-columns:1fr;padding:6rem 2rem 3rem;text-align:center}.eyebrow,.hero-btns{justify-content:center}.why-inner,.product-page-inner{grid-template-columns:1fr;gap:2.5rem}.fp-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.ing-grid,.reviews-grid{grid-template-columns:1fr}.steps-row{grid-template-columns:repeat(2,1fr)}.steps-row:before{display:none}.footer-inner{grid-template-columns:1fr}.why-section,.ingredients-section,.reviews-section,.howto-section,.cta-section,.featured-products{padding:3.5rem 1.5rem}.collection-page{padding:1.5rem 1rem 3rem}}@media(max-width:600px){.fp-grid,.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/theme.css.map */
