*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #111;--white: #fff;--off-white: #fafafa;--light-gray: #f5f5f5;--mid-gray: #888;--border: rgba(0,0,0,.08)}html{scroll-behavior:smooth;font-size:16px}body{font-family:DM Sans,sans-serif;background:var(--white);color:var(--black);overflow-x:hidden;width:100%;max-width:100%}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1.2rem 3rem;background:#fffffff7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.nav-logo{font-family:Playfair Display,serif;font-weight:700;font-size:20px;color:var(--black);letter-spacing:4px;display:flex;flex-direction:column;align-items:center;line-height:1;text-decoration:none}.nav-logo span{font-family:DM Sans,sans-serif;font-size:7px;letter-spacing:5px;text-transform:uppercase;color:var(--mid-gray);font-weight:400;margin-top:3px}.nav-links{display:flex;gap:2.5rem;list-style:none}.nav-links a{text-decoration:none;font-size:12px;letter-spacing:1.5px;text-transform:uppercase;color:var(--black);font-weight:400;opacity:.6;transition:opacity .2s}.nav-links a:hover{opacity:1}.cart-btn{background:var(--black);color:var(--white);border:none;padding:10px 22px;border-radius:999px;font-size:12px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;letter-spacing:.5px;display:flex;align-items:center;gap:8px}.cart-count{background:var(--white);color:var(--black);width:18px;height:18px;border-radius:50%;font-size:11px;display:flex;align-items:center;justify-content:center;font-weight:700}.marquee-wrap{margin-top:73px;background:var(--black);color:var(--white);padding:10px 0;overflow:hidden;white-space:nowrap}.marquee-inner{display:inline-block;animation:marquee 30s linear infinite}.marquee-inner span{font-size:11px;letter-spacing:3px;text-transform:uppercase;font-weight:400;padding:0 2.5rem;opacity:.8}.marquee-inner span:before{content:"\2726";margin-right:2.5rem;opacity:.4}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:92vh;overflow:hidden}.hero-left{display:flex;flex-direction:column;justify-content:center;padding:6rem 5rem;background:var(--white)}.hero-tag{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--mid-gray);margin-bottom:2rem;font-weight:400}.hero-title{font-family:Playfair Display,serif;font-size:clamp(52px,5.5vw,80px);font-weight:900;line-height:1;color:var(--black);margin-bottom:2rem}.hero-title em{font-style:italic}.hero-sub{font-size:16px;line-height:1.8;color:var(--mid-gray);max-width:380px;margin-bottom:3rem;font-weight:300}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.btn-dark{background:var(--black);color:var(--white);border:none;padding:16px 36px;border-radius:999px;font-size:13px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;letter-spacing:.5px;text-decoration:none;display:inline-block;transition:opacity .2s}.btn-dark:hover{opacity:.8}.btn-outline{background:transparent;color:var(--black);border:1.5px solid var(--black);padding:16px 36px;border-radius:999px;font-size:13px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;letter-spacing:.5px;text-decoration:none;display:inline-block;transition:opacity .2s}.btn-outline:hover{opacity:.7}.hero-right{position:relative;overflow:hidden;background:var(--light-gray)}.hero-right img{width:100%;height:100%;object-fit:cover;display:block}.hero-scent-tag{position:absolute;bottom:2rem;left:2rem;background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:12px;padding:1rem 1.5rem;border:1px solid var(--border)}.hero-scent-tag p{font-size:10px;letter-spacing:2px;text-transform:uppercase;color:var(--mid-gray)}.hero-scent-tag h4{font-family:Playfair Display,serif;font-size:18px;color:var(--black);margin-top:3px}.section-header{text-align:center;padding:6rem 2rem 3.5rem}.section-tag{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--mid-gray);margin-bottom:1.2rem}.section-title{font-family:Playfair Display,serif;font-size:clamp(38px,4vw,56px);font-weight:700;color:var(--black);margin-bottom:1rem;line-height:1.1}.section-title em{font-style:italic}.section-sub{font-size:16px;color:var(--mid-gray);max-width:480px;margin:0 auto;line-height:1.7;font-weight:300}.thin-line{width:40px;height:1px;background:var(--black);margin:2rem auto 0;opacity:.15}.products-section{padding:0 3rem 7rem;max-width:1400px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2.5rem}.product-card{cursor:pointer}.products-grid--bw{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.products-grid--bw .product-img-wrap{aspect-ratio:3 / 4;overflow:hidden}.products-grid--bw .product-img-wrap img{width:100%;height:100%;object-fit:cover}.product-img-wrap{position:relative;border-radius:16px;background:#faf9f7;display:block}.product-img-wrap img{width:100%;height:auto;object-fit:contain;display:block;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.product-card:hover .product-img-wrap img{transform:scale(1.04)}.product-img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--light-gray)}.product-img-placeholder svg{width:60px;height:60px;opacity:.2}.product-info{padding:1.5rem .2rem 0}.product-name{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:var(--black);margin-bottom:6px}.product-tagline{font-size:13px;color:var(--mid-gray);margin-bottom:1.2rem;font-weight:300;line-height:1.5}.scent-selector{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.4rem}.scent-pill{background:transparent;border:1px solid var(--border);color:var(--mid-gray);padding:6px 14px;border-radius:999px;font-size:11px;font-weight:400;letter-spacing:.3px;cursor:pointer;font-family:DM Sans,sans-serif;transition:all .18s;white-space:nowrap}.scent-pill:hover{border-color:var(--black);color:var(--black)}.scent-pill.active{background:var(--black);border-color:var(--black);color:var(--white)}.product-footer{display:flex;align-items:center;justify-content:space-between}.product-price{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--black)}.add-btn{background:var(--black);color:var(--white);border:none;padding:11px 24px;border-radius:999px;font-size:12px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;letter-spacing:.3px;transition:opacity .2s}.add-btn:hover{opacity:.7}.add-btn.loading{opacity:.5;pointer-events:none}.products-type-label{font-size:11px;letter-spacing:3px;text-transform:uppercase;color:var(--mid-gray);margin-bottom:2rem;font-weight:400}.feature-strip{display:grid;grid-template-columns:1fr 1fr 1fr;gap:0;height:60vh;overflow:hidden}.feature-item{position:relative;overflow:hidden}.feature-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s ease}.feature-item:hover img{transform:scale(1.05)}.feature-placeholder{width:100%;height:100%;background:var(--light-gray)}.feature-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);padding:2rem 1.5rem 1.5rem;color:var(--white)}.feature-label p{font-size:10px;letter-spacing:2px;text-transform:uppercase;opacity:.7;margin-bottom:4px}.feature-label h4{font-family:Playfair Display,serif;font-size:20px;font-weight:700}.why-section{display:grid;grid-template-columns:1fr 1fr;min-height:80vh;overflow:hidden}.why-img{overflow:hidden;background:var(--light-gray)}.why-img img{width:100%;height:100%;object-fit:cover;display:block}.why-content{background:var(--black);color:var(--white);display:flex;flex-direction:column;justify-content:center;padding:6rem 5rem}.why-content .section-tag{color:#fff6;margin-bottom:1.5rem}.why-content h2{font-family:Playfair Display,serif;font-size:clamp(32px,3.5vw,48px);font-weight:700;color:var(--white);margin-bottom:1.5rem;line-height:1.15}.why-content h2 em{font-style:italic}.why-content p{font-size:15px;color:#fff9;line-height:1.8;font-weight:300;margin-bottom:1.5rem}.why-pills{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.pill{border:1px solid rgba(255,255,255,.2);color:#ffffffb3;padding:8px 18px;border-radius:999px;font-size:12px;font-weight:400;letter-spacing:.5px}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(20px);background:var(--black);color:var(--white);padding:14px 28px;border-radius:999px;font-size:13px;font-weight:500;font-family:DM Sans,sans-serif;opacity:0;transition:all .3s;z-index:9999;pointer-events:none;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%) translateY(0)}footer{background:var(--black);color:#ffffff80;padding:4rem 3rem}.footer-inner{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:3rem}.footer-logo-wrap .footer-logo{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:var(--white);letter-spacing:4px}.footer-logo-wrap .footer-sub{display:block;font-size:8px;letter-spacing:5px;text-transform:uppercase;color:#ffffff4d;margin-top:4px}.footer-logo-wrap p{font-size:13px;margin-top:1rem;line-height:1.7;color:#fff6;font-weight:300}.footer-col h5{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#fff6;margin-bottom:1rem}.footer-col a{display:block;font-size:14px;color:#fff9;text-decoration:none;margin-bottom:.75rem;transition:color .2s}.footer-col a:hover{color:var(--white)}.footer-bottom{max-width:1400px;margin:3rem auto 0;padding-top:2rem;border-top:1px solid rgba(255,255,255,.08);font-size:12px;text-align:center}.cart-sidebar{position:fixed;top:0;right:-440px;width:420px;height:100vh;background:var(--white);z-index:1000;box-shadow:-4px 0 40px #0000001f;transition:right .35s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column}.cart-sidebar.open{right:0}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:999;opacity:0;pointer-events:none;transition:opacity .35s}.cart-overlay.open{opacity:1;pointer-events:all}.cart-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid var(--border)}.cart-header h3{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:var(--black)}.cart-close{background:none;border:none;cursor:pointer;font-size:22px;color:var(--mid-gray);line-height:1;padding:4px 8px}.cart-close:hover{color:var(--black)}.cart-items{flex:1;overflow-y:auto;padding:1.5rem 2rem}.cart-empty{text-align:center;padding:4rem 0;color:var(--mid-gray);font-size:14px;font-weight:300}.cart-empty span{font-size:36px;display:block;margin-bottom:1rem}.cart-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--border)}.cart-item-img{width:72px;height:72px;border-radius:12px;background:var(--light-gray);overflow:hidden;flex-shrink:0}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-name{font-family:Playfair Display,serif;font-size:15px;font-weight:700;color:var(--black);margin-bottom:3px}.cart-item-sub{font-size:12px;color:var(--mid-gray);margin-bottom:6px}.cart-item-price{font-size:14px;font-weight:500;color:var(--black)}.cart-item-remove{background:none;border:none;cursor:pointer;color:var(--mid-gray);font-size:18px;padding:4px;flex-shrink:0}.cart-item-remove:hover{color:#e00}.cart-footer{padding:1.5rem 2rem;border-top:1px solid var(--border)}.cart-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.cart-total span{font-size:14px;color:var(--mid-gray);font-weight:300}.cart-total strong{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:var(--black)}.cart-checkout-btn{display:block;width:100%;background:var(--black);color:var(--white);border:none;padding:16px;border-radius:999px;font-size:14px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;letter-spacing:.5px;transition:opacity .2s;text-align:center;text-decoration:none}.cart-checkout-btn:hover{opacity:.8}.cart-note{font-size:12px;color:var(--mid-gray);text-align:center;margin-top:1rem;line-height:1.6}.lifestyle-strip{position:relative;width:100%;height:70vh;overflow:hidden}.lifestyle-strip img{width:100%;height:100%;object-fit:cover;display:block}.lifestyle-caption{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);background:#ffffffeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.75rem 2rem;border-radius:999px;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--black)}@media(max-width:768px){.lifestyle-strip{height:50vw}}.product-page{max-width:1200px;margin:0 auto;padding:8rem 3rem 6rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.product-page-img{border-radius:20px;background:#faf9f7}.product-page-img img{width:100%;height:auto;object-fit:contain;display:block}.product-page-info{padding-top:1rem}.product-page-info .product-name{font-family:Playfair Display,serif;font-size:40px;font-weight:700;margin-bottom:.5rem}.product-page-info .product-price{font-family:Playfair Display,serif;font-size:28px;font-weight:700;margin-bottom:2rem;display:block}.product-page-info .section-tag{margin-bottom:1rem}.variant-label{font-size:12px;letter-spacing:1px;text-transform:uppercase;color:var(--mid-gray);margin-bottom:.75rem;font-weight:400}.product-page-scents{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}.product-page-add{width:100%;padding:18px;background:var(--black);color:var(--white);border:none;border-radius:999px;font-size:15px;font-weight:500;cursor:pointer;font-family:DM Sans,sans-serif;letter-spacing:.5px;transition:opacity .2s}.product-page-add:hover{opacity:.8}.product-page-desc{margin-top:2.5rem;font-size:15px;color:var(--mid-gray);line-height:1.8;font-weight:300}@media(max-width:768px){nav{padding:1rem 1.5rem}.nav-links{display:none}.hero{grid-template-columns:1fr}.hero-left{padding:4rem 1.5rem 3rem}.hero-right{height:75vw}.products-section{padding:0 1.5rem 4rem}.products-grid{grid-template-columns:1fr 1fr;gap:1.5rem}.products-grid--bw{grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-name{font-size:18px}.scent-selector{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.scent-selector::-webkit-scrollbar{display:none}.feature-strip{grid-template-columns:1fr;height:auto}.feature-item{height:60vw}.why-section{grid-template-columns:1fr}.why-img{height:60vw}.why-content{padding:4rem 1.5rem}.footer-inner{grid-template-columns:1fr;gap:2rem}footer{padding:3rem 1.5rem}.cart-sidebar{width:100%;right:-100%}.product-page{grid-template-columns:1fr;padding:6rem 1.5rem 4rem;gap:2.5rem}.section-header{padding:4rem 1.5rem 2.5rem}}@media(max-width:480px){.products-grid,.products-grid--bw{grid-template-columns:1fr}}.pdp-layout{max-width:1200px;margin:0 auto;padding:6rem 2rem 5rem;display:grid;grid-template-columns:1fr 400px;gap:4rem;align-items:start}.pdp-gallery{position:relative}.pdp-main-img-wrap{position:relative;width:100%;border-radius:12px;background:#faf9f7}.pdp-main-img-wrap img{width:100%;height:auto;display:block;object-fit:contain;transition:opacity .25s}.pdp-thumbs{display:flex;gap:.5rem;padding:.75rem 0;overflow-x:auto;scrollbar-width:none}.pdp-thumbs::-webkit-scrollbar{display:none}.pdp-thumb{flex-shrink:0;width:68px;height:68px;border:2px solid transparent;border-radius:8px;cursor:pointer;background:#faf9f7;padding:0;transition:border-color .2s,opacity .2s;opacity:.55;display:flex;align-items:center;justify-content:center}.pdp-thumb.active,.pdp-thumb:hover{border-color:var(--black);opacity:1}.pdp-thumb img{width:100%;height:100%;object-fit:contain;pointer-events:none;display:block}.pdp-back{display:inline-block;margin-bottom:1rem;font-size:.78rem;font-weight:500;letter-spacing:.04em;color:var(--mid-gray);text-decoration:none;transition:color .2s}.pdp-back:hover{color:var(--black)}.pdp-sidebar{position:sticky;top:5.5rem}.pdp-type{font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;color:var(--mid-gray);margin-bottom:.5rem}.pdp-name{font-family:Playfair Display,serif;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.1;margin-bottom:1.25rem}.pdp-notes{border-top:1px solid var(--border);padding-top:1.25rem;margin-bottom:1.5rem}.pdp-notes-title{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--mid-gray);margin-bottom:.4rem}.pdp-notes-line{font-size:.92rem;color:var(--black);line-height:1.6}.pdp-buy{display:flex;flex-direction:column;gap:.75rem}.pdp-price-row{display:flex;align-items:baseline;gap:1rem}.pdp-price{font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.pdp-add-btn{width:100%;padding:1rem 2rem;font-size:.85rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;background:var(--black);color:var(--white);border:none;border-radius:3px;cursor:pointer;transition:opacity .2s;font-family:DM Sans,sans-serif}.pdp-add-btn:hover{opacity:.82}.pdp-add-btn.loading{opacity:.5;cursor:wait}.pdp-shipping-note{font-size:.78rem;color:var(--mid-gray);text-align:center}.pdp-shipping{font-size:.72rem;color:var(--mid-gray);text-align:center}.pdp-switcher{margin-top:.25rem;border-top:1px solid var(--border);padding-top:1.25rem}.pdp-switcher-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.1em;color:var(--mid-gray);margin-bottom:.75rem}.pdp-switcher-pills{display:flex;flex-wrap:wrap;gap:.45rem}.pdp-scent-chip{padding:.35rem .85rem;border:1px solid var(--border);border-radius:100px;font-size:.75rem;background:transparent;color:var(--black);cursor:pointer;font-family:DM Sans,sans-serif;transition:background .15s,border-color .15s;white-space:nowrap}.pdp-scent-chip:hover{background:var(--light-gray);border-color:#0003}.pdp-scent-chip.current{background:var(--black);color:var(--white);border-color:var(--black)}.pdp-accordion{margin-top:2rem;border-top:1px solid var(--border)}.pdp-accord-item{border-bottom:1px solid var(--border)}.pdp-accord-item summary{list-style:none}.pdp-accord-item summary::-webkit-details-marker{display:none}.pdp-accord-head{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;cursor:pointer;font-size:.72rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--black);-webkit-user-select:none;user-select:none}.pdp-accord-head:after{content:"+";font-size:1.2rem;font-weight:300;line-height:1;transition:transform .22s ease;flex-shrink:0}.pdp-accord-item[open] .pdp-accord-head:after{content:"\2212"}.pdp-accord-body{overflow:hidden;animation:accordOpen .22s ease}.pdp-accord-body p{padding-bottom:1.1rem;font-size:.875rem;color:var(--mid-gray);line-height:1.7;font-weight:300;margin:0}@keyframes accordOpen{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pdp-trust-badges{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.5rem}.pdp-trust-badge{font-size:.72rem;font-weight:400;letter-spacing:.04em;color:var(--mid-gray);border:1px solid var(--border);border-radius:999px;padding:.35rem .85rem;white-space:nowrap}.pdp-also{background:var(--light-gray);padding:5rem 2rem}.pdp-also-grid{max-width:900px;margin:0 auto}@media(max-width:960px){.pdp-layout{grid-template-columns:1fr;gap:2rem;padding:5rem 1.5rem 4rem}.pdp-sidebar{position:static}}@media(max-width:768px){.pdp-thumb{width:56px;height:56px}.pdp-name{font-size:1.9rem}.pdp-also{padding:3.5rem 1.5rem}}html{font-size:16px}body{width:100%;max-width:100vw;overflow-x:hidden}img,video,iframe,svg{max-width:100%;height:auto}:root{--banner-h: 36px}.promo-banner{position:fixed;top:0;left:0;right:0;z-index:200;background:#111;color:#fff;text-align:center;padding:9px 44px;font-size:13px;font-family:DM Sans,sans-serif;letter-spacing:.3px;line-height:1.4;min-height:36px;display:flex;align-items:center;justify-content:center}.promo-banner-text{flex:1;text-align:center}.promo-banner-close{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff9;font-size:16px;cursor:pointer;padding:4px 8px;line-height:1;min-height:0}.promo-banner-close:hover{color:#fff}nav{top:var(--banner-h, 36px)!important}.marquee-wrap{margin-top:calc(73px + var(--banner-h, 36px))!important}.nav-actions{display:flex;align-items:center;gap:.75rem}.hamburger-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#111;padding:2px 6px;line-height:1;display:none;align-items:center;justify-content:center;min-height:0}.nav-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:299;opacity:0;pointer-events:none;transition:opacity .3s}.nav-drawer-overlay.open{opacity:1;pointer-events:all}.nav-drawer{position:fixed;top:0;left:-100%;width:min(320px,85vw);height:100vh;background:#fff;z-index:300;transition:left .3s cubic-bezier(.25,.46,.45,.94);display:flex;flex-direction:column;box-shadow:4px 0 40px #00000026;overflow-y:auto}.nav-drawer.open{left:0}.drawer-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid rgba(0,0,0,.08)}.drawer-logo{font-family:Playfair Display,serif;font-size:20px;font-weight:700;letter-spacing:4px;color:#111}.drawer-logo small{display:block;font-family:DM Sans,sans-serif;font-size:7px;letter-spacing:5px;text-transform:uppercase;color:#888;font-weight:400;margin-top:2px}.drawer-close{background:none;border:none;font-size:22px;cursor:pointer;color:#888;padding:4px 8px;line-height:1;min-height:0}.drawer-close:hover{color:#111}.drawer-links{display:flex;flex-direction:column;padding:1rem 1.5rem}.drawer-links a{font-family:DM Sans,sans-serif;font-size:15px;font-weight:400;color:#111;text-decoration:none;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.06);letter-spacing:.3px;transition:opacity .2s}.drawer-links a:hover{opacity:.55}.drawer-links a:last-child{border-bottom:none}.product-benefit{font-size:12px;color:#bbb;letter-spacing:.2px;margin-bottom:6px;font-weight:300}.product-stars{font-size:12px;color:#b8860b;margin-bottom:1rem;letter-spacing:.2px;font-weight:400}.add-btn-full{display:block;width:100%;background:#111;color:#fff;border:none;padding:14px 16px;font-size:12px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;font-family:DM Sans,sans-serif;transition:opacity .2s;margin-top:1.2rem;min-height:48px;border-radius:3px}.add-btn-full:hover{opacity:.75}.add-btn-full.loading{opacity:.5;pointer-events:none}.trust-badges-strip{background:#fff;border-top:1px solid rgba(0,0,0,.08);border-bottom:1px solid rgba(0,0,0,.08);padding:2.5rem 2rem}.trust-badges-inner{max-width:900px;margin:0 auto;display:flex;justify-content:center;align-items:flex-start;gap:4rem;flex-wrap:wrap}.trust-badge{display:flex;flex-direction:column;align-items:center;gap:.5rem;text-align:center}.trust-badge-icon{font-size:24px;line-height:1}.trust-badge-label{font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#111;font-family:DM Sans,sans-serif}.scarcity-section{background:#111;color:#fff;text-align:center;padding:60px 16px}.scarcity-headline{font-family:Playfair Display,serif;font-size:24px;font-weight:700;color:#fff;margin-bottom:1rem}.scarcity-sub{font-size:15px;color:#ffffffa6;margin-bottom:2rem;line-height:1.6;max-width:480px;margin-left:auto;margin-right:auto}.scarcity-btn{display:inline-block;padding:14px 32px;border:1.5px solid #fff;color:#fff;background:transparent;font-size:14px;font-weight:500;letter-spacing:.5px;text-decoration:none;font-family:DM Sans,sans-serif;transition:background .2s,color .2s;border-radius:999px}.scarcity-btn:hover{background:#fff;color:#111}.footer-rebuilt{background:#111;color:#ffffff80;padding:4rem 3rem 2.5rem}.footer-rebuilt-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-col-brand .footer-brand-logo{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:#fff;letter-spacing:4px;display:block;margin-bottom:4px}.footer-col-brand .footer-brand-sub{font-family:DM Sans,sans-serif;font-size:7px;letter-spacing:5px;text-transform:uppercase;color:#ffffff4d;display:block;margin-bottom:1rem}.footer-col-brand p{font-size:13px;line-height:1.7;color:#fff6;font-weight:300;max-width:220px}.footer-rebuilt h5{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#fff6;margin-bottom:1rem;font-weight:500}.footer-rebuilt a{display:block;font-size:14px;color:#fff9;text-decoration:none;margin-bottom:.75rem;transition:color .2s}.footer-rebuilt a:hover{color:#fff}.footer-divider{max-width:1200px;margin:0 auto;border:none;border-top:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}.footer-social-row{max-width:1200px;margin:0 auto 1rem;display:flex;gap:1.5rem;align-items:center}.footer-social-row a{color:#ffffff80;font-size:13px;text-decoration:none;transition:color .2s}.footer-social-row a:hover{color:#fff}.footer-payment-row{max-width:1200px;margin:0 auto 1.5rem;font-size:12px;color:#ffffff4d}.footer-copyright{max-width:1200px;margin:0 auto;font-size:12px;color:#ffffff4d;text-align:center;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.08)}@media(max-width:767px){:root{--banner-h: 48px}body{font-size:15px}h1,h2,h3{max-width:100%}.hamburger-btn{display:flex!important}.nav-links{display:none!important}nav{padding:.75rem 1rem}.cart-btn{padding:9px 16px;font-size:12px}.hero{grid-template-columns:1fr}.hero-left{padding:2.5rem 16px 2rem;order:1}.hero-right{order:2;height:70vw}.hero-title{font-size:clamp(28px,9vw,36px)!important}.hero-sub{font-size:14px;margin-bottom:1.5rem}.hero-btns{flex-direction:column;gap:.75rem}.btn-dark,.btn-outline{width:100%;text-align:center;padding:14px 24px;min-height:48px}.section-header{padding:3rem 16px 2rem}.section-title{font-size:clamp(26px,8vw,40px)!important}.section-sub{font-size:14px}.products-section{padding:0 16px 4rem}.products-grid,.products-grid--bw,.products-grid--other{grid-template-columns:1fr!important;gap:2rem}.product-name{font-size:20px}.scent-selector{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;-webkit-overflow-scrolling:touch}.scent-selector::-webkit-scrollbar{display:none}.product-img-wrap{height:250px;overflow:hidden;border-radius:8px}.product-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.products-grid--other{width:100%;overflow:hidden}.products-grid--other .product-card{width:100%}.feature-strip{grid-template-columns:1fr;height:auto}.feature-item{height:min(300px,60vw);max-height:300px}.why-section{grid-template-columns:1fr}.why-img{height:60vw}.why-content{padding:40px 16px}.why-content h2{font-size:26px}.trust-badges-inner{display:grid!important;grid-template-columns:1fr 1fr;gap:2rem;max-width:280px}.trust-badges-strip,.scarcity-section{padding:40px 16px}.scarcity-headline{font-size:22px}.scarcity-sub{font-size:14px}.section-header{padding:40px 16px 24px}.products-section{padding:0 16px 40px}.promo-banner{font-size:13px;padding:10px 40px 10px 16px}.footer-rebuilt{padding:40px 16px}.footer-rebuilt-inner{grid-template-columns:1fr;gap:2rem}.footer-col-brand p{max-width:100%}.cart-sidebar{width:100%;right:-100%}.product-page{grid-template-columns:1fr;padding:5rem 16px 3rem;gap:2rem}.pdp-layout{grid-template-columns:1fr;padding:5rem 16px 4rem;gap:2rem}.pdp-sidebar{position:static}}@media(min-width:768px){.hamburger-btn{display:none!important}.nav-links{display:flex!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/theme.css.map */
