.site-header{position:fixed;top:0;left:0;right:0;z-index:50;background:#faf6f0eb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(196,200,188,.3);height:72px;display:flex;align-items:center;padding:0 1.5rem;transition:all .3s ease}@media(min-width:768px){.site-header{padding:0 3rem}}.header-inner{display:flex;justify-content:space-between;align-items:center;width:100%;max-width:1280px;margin:0 auto}.header-logo{font-family:var(--font-heading-family);font-size:1.5rem;font-weight:700;color:var(--color-primary)}.header-logo a{color:inherit}.header-nav{display:none;gap:2rem;align-items:center}@media(min-width:768px){.header-nav{display:flex}}.header-nav a{color:var(--color-foreground);font-size:.9375rem;font-weight:500;transition:color .2s;position:relative}.header-nav a:hover{color:var(--color-primary)}.header-nav a:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--color-primary);transition:width .3s}.header-nav a:hover:after{width:100%}.header-actions{display:flex;align-items:center;gap:.25rem}.header-actions button,.header-actions a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;color:var(--color-primary);transition:background .2s;position:relative}.header-actions button:hover,.header-actions a:hover{background:#4a7c5914}.cart-count-badge{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;background:var(--color-primary);color:#fff;border-radius:999px;font-size:.6875rem;font-weight:700;display:flex;align-items:center;justify-content:center}.mobile-menu-btn{display:flex}@media(min-width:768px){.mobile-menu-btn{display:none}}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;z-index:90;opacity:0;visibility:hidden;transition:all .3s}.mobile-nav-overlay.active{opacity:1;visibility:visible}.mobile-nav{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:360px;background:var(--color-background);z-index:91;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);padding:5rem 2rem 2rem;display:flex;flex-direction:column;gap:.5rem}.mobile-nav.active{transform:translate(0)}.mobile-nav a{display:block;padding:1rem 0;font-size:1.125rem;font-weight:500;color:var(--color-foreground);border-bottom:1px solid rgba(196,200,188,.2);transition:color .2s}.mobile-nav a:hover{color:var(--color-primary)}.mobile-nav-close{position:absolute;top:1rem;right:1rem;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:12px}.hero{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden;background:var(--color-background)}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(250,246,240,.75) 0%,rgba(250,246,240,.88) 50%,var(--color-background) 100%)}@media(min-width:768px){.hero-bg img{object-position:right center}.hero-overlay{background:linear-gradient(90deg,rgba(250,246,240,.97) 0%,rgba(250,246,240,.92) 35%,rgba(250,246,240,.5) 60%,rgba(250,246,240,.08) 80%,transparent 100%)}}.hero-content{position:relative;z-index:2;padding:8rem 1.5rem 4rem;max-width:1280px;margin:0 auto;width:100%}@media(min-width:768px){.hero-content{padding:0 3rem;max-width:600px;margin:0 0 0 max(3rem,calc((100vw - 1280px)/2 + 3rem))}}.hero-badge{margin-bottom:1.5rem}.hero h1{font-size:2.5rem;line-height:1.1;margin-bottom:1.5rem;color:var(--color-foreground)}@media(min-width:768px){.hero h1{font-size:3.5rem}}@media(min-width:1024px){.hero h1{font-size:4rem}}.hero h1 em{color:var(--color-primary);font-style:normal}.hero-subtitle{font-size:1.125rem;color:#4a4e4a;margin-bottom:2.5rem;max-width:480px;line-height:1.7}.hero-cta{display:flex;flex-direction:column;gap:1rem}@media(min-width:480px){.hero-cta{flex-direction:row}}.trust-bar{padding:3rem 0;background:var(--color-surface-warm);border-top:1px solid rgba(196,200,188,.2);border-bottom:1px solid rgba(196,200,188,.2)}.trust-bar-inner{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.trust-bar-inner{grid-template-columns:repeat(4,1fr);padding:0 3rem}}.trust-item{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem}.trust-icon{width:48px;height:48px;background:#4a7c591a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.trust-item h4{font-family:var(--font-heading-family);font-size:.9375rem;font-weight:600}.trust-item p{font-size:.8125rem;color:#4a4e4a}.featured-section{padding:5rem 0}.featured-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;align-items:center}@media(min-width:768px){.featured-grid{grid-template-columns:1fr 1fr;gap:4rem;padding:0 3rem}}.featured-img{position:relative;aspect-ratio:1;border-radius:var(--style-border-radius);overflow:hidden;background:#eae6de}.featured-img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.featured-img:hover img{transform:scale(1.05)}.featured-img .volume-badge{position:absolute;bottom:1rem;right:1rem;background:#faf6f0d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.375rem .75rem;border-radius:8px;font-size:.8125rem;color:#4a4e4a}.featured-details{display:flex;flex-direction:column;gap:1.5rem}.featured-details h2{font-size:2rem}@media(min-width:768px){.featured-details h2{font-size:2.5rem}}.featured-price{font-size:1.5rem;color:var(--color-primary);font-weight:600}.featured-desc{color:#4a4e4a;line-height:1.7;font-size:1.0625rem}.qty-selector{display:inline-flex;align-items:center;background:var(--color-surface-warm);border:1px solid rgba(196,200,188,.4);border-radius:var(--style-border-radius);height:52px}.qty-selector button{width:44px;height:100%;display:flex;align-items:center;justify-content:center;color:#4a4e4a;transition:color .2s}.qty-selector button:hover{color:var(--color-primary)}.qty-selector input{width:48px;text-align:center;border:none;background:transparent;font-weight:600;font-size:1rem;color:var(--color-foreground);-moz-appearance:textfield}.qty-selector input::-webkit-outer-spin-button,.qty-selector input::-webkit-inner-spin-button{-webkit-appearance:none}.atc-row{display:flex;gap:1rem;align-items:stretch}.atc-row .btn-primary{flex:1}.benefits{padding:5rem 0;background:var(--color-surface-warm)}.benefits-header{text-align:center;margin-bottom:3rem}.benefits-header h2{font-size:2rem;margin-bottom:.75rem}.benefits-header p{color:#4a4e4a;max-width:500px;margin:0 auto}.benefits-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:480px){.benefits-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.benefits-grid{grid-template-columns:repeat(4,1fr);padding:0 3rem}}.benefit-card{background:var(--color-surface);border-radius:var(--style-border-radius);padding:2rem;text-align:center;border:1px solid rgba(196,200,188,.2);transition:transform .3s,box-shadow .3s}.benefit-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #2e323014}.benefit-icon{width:56px;height:56px;background:#4a7c591a;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem;color:var(--color-primary)}.benefit-card h4{font-family:var(--font-heading-family);font-size:1.0625rem;margin-bottom:.5rem}.benefit-card p{font-size:.875rem;color:#4a4e4a;line-height:1.5}.testimonials{padding:5rem 0}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-header h2{font-size:2rem;margin-bottom:.75rem}.testimonials-scroll{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:0 1.5rem 1rem;max-width:1280px;margin:0 auto;scrollbar-width:none}.testimonials-scroll::-webkit-scrollbar{display:none}.testimonial-card{flex:0 0 85%;scroll-snap-align:start;background:var(--color-surface);border-radius:var(--style-border-radius);padding:2rem;border:1px solid rgba(196,200,188,.2)}@media(min-width:768px){.testimonial-card{flex:0 0 calc(33.333% - 1rem)}}.testimonial-card .stars{margin-bottom:1rem}.testimonial-card blockquote{font-size:1rem;color:#4a4e4a;line-height:1.6;margin-bottom:1.25rem;font-style:italic}.testimonial-card cite{font-size:.875rem;font-weight:600;color:var(--color-foreground);font-style:normal}.ingredients{padding:5rem 0;background:var(--color-surface-warm)}.ingredients-header{text-align:center;margin-bottom:3rem}.ingredients-header h2{font-size:2rem;margin-bottom:.75rem}.bento-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.bento-grid{grid-template-columns:repeat(3,1fr);grid-template-rows:auto auto;padding:0 3rem}}.bento-item{border-radius:var(--style-border-radius);overflow:hidden;position:relative;min-height:220px;display:flex;align-items:flex-end;padding:1.5rem}@media(min-width:768px){.bento-item.span-2{grid-column:span 2}}.bento-item img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s}.bento-item:hover img{transform:scale(1.05)}.bento-item .bento-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(46,50,48,.7) 0%,transparent 60%)}.bento-item .bento-text{position:relative;z-index:2;color:#fff}.bento-item h4{font-family:var(--font-heading-family);font-size:1.25rem;margin-bottom:.25rem}.bento-item p{font-size:.875rem;opacity:.85}.product-page{padding:6rem 0 4rem}.product-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.product-grid{grid-template-columns:1fr 1fr;gap:4rem;padding:0 3rem}}.product-gallery{position:relative;border-radius:var(--style-border-radius);overflow:hidden;background:#eae6de;max-height:var(--product-image-height, 520px)}.product-gallery img{width:100%;height:100%;object-fit:cover}.product-info{display:flex;flex-direction:column;justify-content:center;gap:1.25rem;padding:1rem 0}.product-info h1{font-size:2rem}@media(min-width:768px){.product-info h1{font-size:2.75rem}}.product-price{font-size:1.5rem;color:var(--color-primary);font-weight:600}.product-desc{color:#4a4e4a;line-height:1.7}.product-meta-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding-top:1.5rem;border-top:1px solid rgba(196,200,188,.3);margin-top:.5rem}.meta-item{display:flex;align-items:flex-start;gap:.75rem}.meta-item .material-symbols-outlined{color:var(--color-primary);margin-top:2px}.meta-item h4{font-family:var(--font-heading-family);font-size:.9375rem;font-weight:600;margin-bottom:.125rem}.meta-item p{font-size:.8125rem;color:#4a4e4a}.how-to-use{padding:5rem 0}.how-to-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:768px){.how-to-grid{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;padding:0 3rem}}.how-to-hero{border-radius:var(--style-border-radius);overflow:hidden;position:relative;min-height:300px}@media(min-width:768px){.how-to-hero{grid-row:span 2}}.how-to-hero img{width:100%;height:100%;object-fit:cover}.how-to-hero .how-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(46,50,48,.65) 0%,transparent 50%)}.how-to-hero .how-text{position:absolute;bottom:2rem;left:2rem;right:2rem;color:#fff;z-index:2}.how-to-hero h3{font-family:var(--font-heading-family);font-size:1.5rem;margin-bottom:.5rem}.how-to-card{background:var(--color-surface);border-radius:var(--style-border-radius);padding:2rem;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;border:1px solid rgba(196,200,188,.2)}.how-to-card .how-icon{width:56px;height:56px;background:#4a7c591a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-primary);margin-bottom:1rem}.how-to-card h4{font-family:var(--font-heading-family);font-size:1.125rem;margin-bottom:.5rem}.how-to-card p{font-size:.875rem;color:#4a4e4a;line-height:1.5}.site-footer{background:var(--color-surface-warm);border-top:1px solid rgba(196,200,188,.3);padding:4rem 0 2rem}.footer-inner{max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:2rem;align-items:center;text-align:center}@media(min-width:768px){.footer-inner{flex-direction:row;justify-content:space-between;text-align:left;padding:0 3rem}}.footer-brand{font-family:var(--font-heading-family);font-size:1.25rem;font-weight:700;color:var(--color-primary)}.footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer-links a{color:#4a4e4a;font-size:.9375rem;transition:color .2s}.footer-links a:hover{color:var(--color-primary)}.footer-bottom{font-size:.8125rem;color:#74796e;display:flex;flex-direction:column;align-items:center;gap:1rem}@media(min-width:768px){.footer-bottom{align-items:flex-end}}.payment-icons{display:flex;gap:.5rem}.payment-icons svg{width:40px;height:auto;opacity:.6;filter:grayscale(1);transition:opacity .2s}.payment-icons svg:hover{opacity:1}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2e323080;z-index:100;opacity:0;visibility:hidden;transition:all .3s}.cart-overlay.active{opacity:1;visibility:visible}.cart-drawer{position:fixed;top:0;right:0;bottom:0;width:100%;max-width:420px;background:var(--color-background);z-index:101;transform:translate(100%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-4px 0 30px #0000001a}.cart-drawer.active{transform:translate(0)}.cart-drawer-header{padding:1.5rem;border-bottom:1px solid rgba(196,200,188,.3);background:var(--color-surface-warm);display:flex;justify-content:space-between;align-items:center}.cart-drawer-header h2{font-family:var(--font-heading-family);font-size:1.5rem}.cart-drawer-items{flex:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-item{display:flex;gap:1rem;align-items:center;background:var(--color-surface-warm);border-radius:var(--style-border-radius);padding:1rem}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:8px}.cart-item-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.cart-item-title{font-weight:600;font-size:.9375rem}.cart-item-variant{font-size:.8125rem;color:#4a4e4a}.cart-item-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.cart-item-price{color:var(--color-primary);font-weight:700}.cart-item-qty{display:flex;align-items:center;gap:.5rem;background:var(--color-surface);border-radius:8px;padding:.125rem .375rem}.cart-item-qty button{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:6px;color:#4a4e4a;font-size:1rem;transition:all .2s}.cart-item-qty button:hover{background:#4a7c5914;color:var(--color-primary)}.cart-item-qty span{font-weight:700;min-width:16px;text-align:center;font-size:.875rem}.cart-drawer-footer{padding:1.5rem;border-top:1px solid rgba(196,200,188,.3);background:var(--color-surface-warm);display:flex;flex-direction:column;gap:1rem}.cart-subtotal{display:flex;justify-content:space-between;font-weight:700;font-size:1.125rem}.cart-note{font-size:.8125rem;color:#4a4e4a}.cart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;color:#4a4e4a;gap:.5rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
