*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--cream: #FAF6F1;--blush: #E8C4B8;--rose: #C4745F;--rose-dk: #A85A47;--deep: #2C2320;--mid: #6B5148;--soft: #AE9188;--white: #FFFFFF;--green: #7A9E7E;--gold: #C9A96E;--hero-from: #3D2B2B;--hero-mid: #7A4A3A;--hero-to: #C4846A;--font-display: "Playfair Display", Georgia, serif;--font-body: "Jost", sans-serif;--radius: 3px;--header-h: 70px}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--cream);color:var(--deep);line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font-family:var(--font-body)}.announcement-bar{background:var(--deep);color:var(--blush);text-align:center;padding:9px 1rem;font-size:11.5px;letter-spacing:.18em;text-transform:uppercase}.site-header{background:var(--white);border-bottom:1px solid rgba(196,116,95,.15);position:sticky;top:0;z-index:500}.header-inner{max-width:1340px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;height:var(--header-h);gap:1.5rem}.site-logo{display:flex;flex-direction:column;line-height:1;text-decoration:none;flex-shrink:0}.site-logo-sub{font-size:9px;letter-spacing:.35em;color:var(--soft);font-family:var(--font-body);font-weight:300;text-transform:uppercase;margin-bottom:2px}.site-logo-name{font-family:var(--font-display);font-size:26px;font-weight:500;color:var(--deep);letter-spacing:.02em}.header-nav{display:flex;align-items:center;gap:0;flex:1;justify-content:center}.header-nav-link{font-size:12.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);font-weight:400;padding:0 1.1rem;height:var(--header-h);display:flex;align-items:center;gap:4px;border:none;background:none;cursor:pointer;white-space:nowrap;transition:color .2s;position:relative}.header-nav-link:after{content:"";position:absolute;bottom:0;left:1.1rem;right:1.1rem;height:2px;background:var(--rose);transform:scaleX(0);transition:transform .2s}.header-nav-link:hover,.header-nav-link:focus-visible{color:var(--rose);outline:none}.header-nav-link:hover:after{transform:scaleX(1)}.header-nav-link--sale{color:var(--rose);font-weight:500}.header-nav-link--sale:after{background:var(--rose)}.nav-chevron{transition:transform .25s;flex-shrink:0}.nav-dropdown-wrap{position:relative}.nav-dropdown-wrap:hover .nav-chevron,.nav-dropdown-wrap.is-open .nav-chevron{transform:rotate(180deg)}.nav-dropdown{position:absolute;top:calc(var(--header-h) - 1px);left:50%;transform:translate(-50%);background:var(--white);border:1px solid rgba(196,116,95,.15);border-top:2px solid var(--rose);box-shadow:0 20px 60px #2c23201f;min-width:500px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s,visibility .2s,transform .2s;transform:translate(-50%) translateY(8px)}.nav-dropdown-wrap:hover .nav-dropdown,.nav-dropdown-wrap.is-open .nav-dropdown{opacity:1;visibility:visible;pointer-events:all;transform:translate(-50%) translateY(0)}.nav-dropdown-inner{display:flex;gap:0;padding:1.75rem 2rem}.nav-dropdown-col{flex:1;padding:0 1.5rem}.nav-dropdown-col:first-child{padding-left:0}.nav-dropdown-col:not(:last-child){border-right:1px solid rgba(196,116,95,.1)}.nav-dropdown-col:last-child{padding-right:0}.nav-dropdown-heading{font-size:9.5px;letter-spacing:.25em;text-transform:uppercase;color:var(--soft);font-weight:400;margin-bottom:1rem}.nav-dropdown a{display:block;font-size:13.5px;color:var(--mid);padding:5px 0;transition:color .15s;font-weight:300}.nav-dropdown a:hover{color:var(--rose)}.nav-highlight{font-weight:400!important}.nav-highlight--sale{color:var(--rose)!important}.header-actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0;margin-left:auto}.header-icon-btn{background:none;border:none;cursor:pointer;color:var(--deep);display:flex;align-items:center;gap:5px;padding:.5rem .6rem;border-radius:var(--radius);transition:color .2s,background .15s;font-size:12.5px;letter-spacing:.05em}.header-icon-btn:hover{color:var(--rose);background:#c4745f0f}.header-icon-label{font-size:12px;font-family:var(--font-body)}.cart-count-badge{background:var(--rose);color:var(--white);border-radius:50%;width:17px;height:17px;font-size:10px;display:flex;align-items:center;justify-content:center;font-weight:500;transition:transform .2s}.btn-primary{background:var(--deep);color:var(--cream);border:none;padding:13px 34px;font-family:var(--font-body);font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:background .2s,transform .15s;display:inline-block;text-align:center;border-radius:var(--radius)}.btn-primary:hover{background:var(--rose);transform:translateY(-1px)}.btn-primary:disabled{background:var(--soft);cursor:not-allowed;transform:none}.btn-ghost{background:none;color:var(--deep);border:1px solid rgba(196,116,95,.4);padding:13px 34px;font-family:var(--font-body);font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:all .2s;display:inline-block;text-align:center;border-radius:var(--radius)}.btn-ghost:hover{border-color:var(--rose);color:var(--rose)}.hero{position:relative;min-height:92vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0}.hero-bg--gradient{background:linear-gradient(135deg,var(--hero-from) 0%,var(--hero-mid) 45%,var(--hero-to) 80%,#D9A090 100%)}.hero-bg[style]{background-size:cover;background-position:center}.hero-bg-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2c232059}.hero-content{position:relative;z-index:2;text-align:center;padding:4rem 2rem;max-width:780px}.hero-eyebrow{font-size:11px;letter-spacing:.35em;text-transform:uppercase;color:#ffffffb3;margin-bottom:1.25rem;font-weight:300}.hero-heading{font-family:var(--font-display);font-size:clamp(52px,8vw,96px);font-weight:400;color:var(--white);line-height:1.05;margin-bottom:1.25rem;letter-spacing:-.01em}.hero-sub{font-size:15px;color:#fffc;max-width:440px;margin:0 auto 2.5rem;line-height:1.75;font-weight:300}.hero-ctas{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-hero-primary{background:var(--white);color:var(--deep);border:none;padding:15px 40px;font-family:var(--font-body);font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:all .2s;border-radius:var(--radius);font-weight:500}.btn-hero-primary:hover{background:var(--cream);transform:translateY(-2px);box-shadow:0 8px 24px #0003}.btn-hero-ghost{background:transparent;color:var(--white);border:1px solid rgba(255,255,255,.6);padding:15px 40px;font-family:var(--font-body);font-size:11.5px;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:all .2s;border-radius:var(--radius)}.btn-hero-ghost:hover{background:#ffffff1f;border-color:var(--white)}.brands-bar{background:var(--white);border-top:1px solid rgba(196,116,95,.1);border-bottom:1px solid rgba(196,116,95,.1);padding:1.25rem 2rem}.brands-bar-label{font-size:9.5px;letter-spacing:.28em;text-transform:uppercase;color:var(--soft);margin-right:2rem;flex-shrink:0}.brands-bar-items{display:flex;flex-wrap:wrap;gap:1rem 2.5rem;align-items:center}.brands-bar{display:flex;align-items:center;justify-content:center}.brands-bar-items span{font-family:var(--font-display);font-size:15px;color:#6b51488c;font-weight:400;letter-spacing:.04em;transition:color .2s;cursor:default}.brands-bar-items span:hover{color:var(--mid)}.section-wrap{max-width:1340px;margin:0 auto;padding:0 2rem}@media(max-width:768px){.section-wrap{padding:0 1.25rem;overflow:visible}.products-section,.category-section{overflow:hidden}}.section-header{display:flex;align-items:baseline;gap:1.5rem;margin-bottom:2.5rem}.section-title{font-family:var(--font-display);font-size:38px;font-weight:400;color:var(--deep)}.section-title--light{color:var(--blush)}.section-header--light .section-line{background:#e8c4b840}.section-line{flex:1;height:1px;background:#c4745f33}.section-link{font-size:11.5px;letter-spacing:.15em;text-transform:uppercase;color:var(--rose);white-space:nowrap;transition:color .2s}.section-link:hover{color:var(--rose-dk)}.category-section{padding:5rem 0}.category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem}.category-tile{display:block;position:relative;aspect-ratio:3/4;border-radius:4px;overflow:hidden;cursor:pointer;transition:transform .3s}.category-tile:hover{transform:translateY(-5px)}.category-tile:hover .category-tile-bg img{transform:scale(1.06)}.category-tile-bg{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.category-tile-bg img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.category-tile-emoji{font-size:60px}.category-tile-label{position:absolute;bottom:0;left:0;right:0;padding:1.5rem 1rem 1rem;background:linear-gradient(transparent,#2c2320b8);color:var(--white)}.category-tile-name{font-family:var(--font-display);font-size:18px;font-weight:400;display:block}.category-tile-sub{font-size:10.5px;letter-spacing:.1em;text-transform:uppercase;opacity:.8;margin-top:2px;display:block}.products-section{background:var(--white);padding:5rem 0}.filter-bar{display:flex;gap:.6rem;margin-bottom:3rem;flex-wrap:wrap}.filter-pill{background:none;border:1px solid rgba(196,116,95,.3);color:var(--mid);padding:7px 20px;font-family:var(--font-body);font-size:11.5px;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;border-radius:50px;transition:all .2s}.filter-pill:hover{border-color:var(--rose);color:var(--rose)}.filter-pill.active{background:var(--deep);border-color:var(--deep);color:var(--cream)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.product-card{position:relative}.product-card-image-wrap{background:var(--cream);aspect-ratio:1;overflow:hidden;border-radius:6px;position:relative;margin-bottom:.85rem}.product-card-image-link{display:block;width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0}.product-card-image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease;display:block;position:absolute;top:0;right:0;bottom:0;left:0}.product-card-image-hover{opacity:0;transition:opacity .35s}.product-card:hover .product-card-image-primary{transform:scale(1.04)}.product-card:hover .product-card-image-hover{opacity:1}.product-card-placeholder{font-family:var(--font-display);font-size:80px;font-weight:400;color:var(--blush);width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-card-badges{position:absolute;top:10px;left:10px;display:flex;flex-direction:column;gap:4px;z-index:3;pointer-events:none}.product-badge{font-size:9.5px;letter-spacing:.12em;text-transform:uppercase;padding:3px 9px;border-radius:2px;font-weight:500;color:var(--white)}.product-badge--sale{background:var(--rose)}.product-badge--new{background:var(--green)}.product-badge--bestseller{background:var(--gold)}.product-badge--soldout{background:var(--soft)}.product-card-wishlist{position:absolute;top:10px;right:10px;z-index:4;background:#ffffffeb;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--mid);transition:color .2s,transform .2s,opacity .2s;opacity:0;box-shadow:0 2px 8px #2c23201f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.product-card:hover .product-card-wishlist{opacity:1}.product-card-wishlist.is-wishlisted{opacity:1;color:var(--rose)}.product-card-wishlist:hover{color:var(--rose);transform:scale(1.12)}.product-card-wishlist .heart-filled{color:var(--rose)}.product-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:10px;z-index:3;transform:translateY(4px);opacity:0;transition:opacity .22s,transform .22s;pointer-events:none}.product-card:hover .product-card-overlay{opacity:1;transform:translateY(0);pointer-events:auto}.product-card-atb{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;padding:11px 14px;background:var(--deep);color:var(--cream);border:none;font-family:var(--font-body);font-size:11px;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;border-radius:3px;text-decoration:none;transition:background .2s}.product-card-atb:hover{background:var(--rose);color:var(--white)}.product-card-atb--soldout{background:var(--soft);color:var(--mid);cursor:default}.product-card-quick-add{display:none}.product-card-vendor{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--soft);margin-bottom:3px}.product-card-title{font-family:var(--font-display);font-size:17px;font-weight:400;color:var(--deep);line-height:1.3;margin-bottom:6px;display:block}.product-card-title:hover{color:var(--rose)}.product-card-price{display:flex;align-items:baseline;gap:8px}.price-regular,.price-sale{font-size:15px;font-weight:500;color:var(--deep)}.price-compare{font-size:13px;color:var(--soft);text-decoration:line-through}.products-empty{text-align:center;padding:5rem 2rem}.products-empty-icon{font-size:60px;margin-bottom:1.5rem}.products-empty h3{font-family:var(--font-display);font-size:30px;font-weight:400;margin-bottom:.75rem}.products-empty p{font-size:14px;color:var(--mid);max-width:420px;margin:0 auto;line-height:1.8}.routine-section{padding:6rem 0}.routine-grid{display:grid;grid-template-columns:1fr 2fr;gap:5rem;align-items:start}.routine-eyebrow{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem}.routine-intro h2{font-family:var(--font-display);font-size:46px;font-weight:400;line-height:1.1;color:var(--deep);margin-bottom:1rem}.routine-intro h2 em{font-style:italic;color:var(--rose)}.routine-intro p{font-size:14px;color:var(--mid);line-height:1.9;margin-bottom:2rem;font-weight:300}.routine-steps{list-style:none;border-left:2px solid rgba(196,116,95,.25)}.routine-step{display:flex;align-items:center;gap:1.5rem;padding:1.2rem 2rem;border-bottom:1px solid rgba(196,116,95,.1);position:relative;transition:background .2s}.routine-step:before{content:"";position:absolute;left:-2px;top:50%;transform:translateY(-50%);width:2px;height:0;background:var(--rose);transition:height .3s}.routine-step:hover:before{height:100%}.routine-step:hover{background:#c4745f0a}.routine-step-num{font-family:var(--font-display);font-size:26px;font-weight:400;color:var(--blush);min-width:40px}.routine-step strong{font-size:13.5px;font-weight:500;color:var(--deep);display:block;margin-bottom:2px}.routine-step p{font-size:12px;color:var(--mid);margin:0}.routine-step>span:last-child{font-size:22px;margin-left:auto}.brand-showcase{background:var(--deep);padding:5rem 0}.brand-showcase-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.brand-showcase-card{background:#ffffff0a;border:1px solid rgba(232,196,184,.15);border-radius:4px;padding:2rem;transition:all .3s;display:block;color:inherit}.brand-showcase-card:hover{background:#e8c4b814;border-color:#e8c4b859;transform:translateY(-3px)}.brand-showcase-name{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--blush);margin-bottom:4px}.brand-showcase-origin{font-size:9.5px;letter-spacing:.25em;text-transform:uppercase;color:var(--soft);margin-bottom:1rem}.brand-showcase-desc{font-size:13px;color:#e8c4b8a6;line-height:1.8;margin-bottom:1.25rem;font-weight:300}.brand-showcase-tags{display:flex;gap:.5rem;flex-wrap:wrap}.brand-tag{font-size:9.5px;letter-spacing:.1em;text-transform:uppercase;padding:3px 9px;border:1px solid rgba(232,196,184,.25);color:var(--soft);border-radius:50px}.trust-bar{background:var(--white);border-top:1px solid rgba(196,116,95,.1);border-bottom:1px solid rgba(196,116,95,.1);padding:2.25rem 2rem}.trust-bar-inner{max-width:1340px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.trust-bar-item{display:flex;align-items:flex-start;gap:1rem}.trust-bar-icon{font-size:24px;flex-shrink:0}.trust-bar-item strong{font-size:13px;font-weight:500;color:var(--deep);display:block;margin-bottom:2px}.trust-bar-item p{font-size:12px;color:var(--soft);margin:0;line-height:1.5}.newsletter-section{padding:5rem 2rem}.newsletter-inner{max-width:700px;margin:0 auto;text-align:center}.newsletter-inner h2{font-family:var(--font-display);font-size:44px;font-weight:400;color:var(--deep);margin-bottom:.5rem}.newsletter-inner p{font-size:14px;color:var(--mid);margin-bottom:2rem;font-weight:300}.newsletter-form{max-width:480px;margin:0 auto}.newsletter-input-wrap{display:flex}.newsletter-input{flex:1;padding:13px 18px;border:1px solid rgba(196,116,95,.3);border-right:none;background:var(--white);font-family:var(--font-body);font-size:13.5px;color:var(--deep);outline:none;border-radius:var(--radius) 0 0 var(--radius)}.newsletter-input::placeholder{color:var(--soft)}.newsletter-input:focus{border-color:var(--rose)}.newsletter-submit{background:var(--deep);color:var(--cream);border:none;padding:13px 24px;font-family:var(--font-body);font-size:11.5px;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;transition:background .2s;border-radius:0 var(--radius) var(--radius) 0;white-space:nowrap}.newsletter-submit:hover{background:var(--rose)}.newsletter-success{color:var(--green);font-size:13px;margin-top:.75rem}.newsletter-error{color:var(--rose);font-size:13px;margin-top:.75rem}.site-footer{background:var(--deep);color:#e8c4b88c;padding:4rem 2rem 2rem}.footer-inner{max-width:1340px;margin:0 auto}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer-logo{display:flex;flex-direction:column;line-height:1;margin-bottom:1.25rem}.footer-logo-sub{font-size:9px;letter-spacing:.3em;color:var(--soft);text-transform:uppercase;margin-bottom:3px}.footer-logo-name{font-family:var(--font-display);font-size:22px;color:var(--blush)}.footer-brand-desc{font-size:13px;line-height:1.8;max-width:260px;margin-bottom:1.5rem;font-weight:300}.footer-social{display:flex;gap:.6rem}.footer-social-link{width:34px;height:34px;border:1px solid rgba(232,196,184,.2);display:flex;align-items:center;justify-content:center;font-size:10px;color:var(--blush);transition:all .2s;border-radius:2px;font-weight:500;letter-spacing:.05em}.footer-social-link:hover{background:#e8c4b81a;border-color:#e8c4b866;color:var(--blush)}.footer-links-col h4{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--blush);margin-bottom:1.25rem;font-weight:400}.footer-links-col ul{list-style:none}.footer-links-col li{margin-bottom:.65rem}.footer-links-col a{font-size:13px;color:#e8c4b880;transition:color .2s;font-weight:300}.footer-links-col a:hover{color:var(--blush)}.footer-bottom{border-top:1px solid rgba(232,196,184,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;font-size:11.5px;flex-wrap:wrap;gap:1rem}.footer-copy{color:#e8c4b84d}.footer-payments{display:flex;gap:6px;align-items:center}.footer-payment-icon{height:22px;opacity:.45}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c232073;z-index:600;opacity:0;pointer-events:none;transition:opacity .3s}.cart-overlay.is-open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;right:-460px;top:0;bottom:0;width:460px;background:var(--white);z-index:601;transition:right .38s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.cart-drawer.is-open{right:0}.cart-drawer-header{padding:1.5rem 1.75rem;border-bottom:1px solid rgba(196,116,95,.12);display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.cart-drawer-title{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--deep)}.cart-drawer-count{font-size:14px;font-family:var(--font-body);font-weight:300;color:var(--soft)}.cart-drawer-close{background:none;border:none;cursor:pointer;color:var(--mid);padding:6px;display:flex;transition:color .2s}.cart-drawer-close:hover{color:var(--rose)}.cart-drawer-items{flex:1;overflow-y:auto;padding:1.25rem 1.75rem}.cart-drawer-empty{text-align:center;padding:3rem 1rem}.cart-drawer-empty-title{font-family:var(--font-display);font-size:20px;color:var(--deep);margin-bottom:.5rem}.cart-drawer-empty-sub{font-size:13px;color:var(--soft);margin-bottom:1.75rem}.cart-drawer-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(196,116,95,.1);align-items:center}.cart-drawer-item-img{width:72px;height:72px;background:var(--cream);border-radius:3px;overflow:hidden;flex-shrink:0}.cart-drawer-item-img img{width:100%;height:100%;object-fit:cover}.cart-drawer-item-img-ph{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:32px}.cart-drawer-item-info{flex:1;min-width:0}.cart-drawer-item-vendor{font-size:9.5px;letter-spacing:.15em;text-transform:uppercase;color:var(--soft)}.cart-drawer-item-title{font-family:var(--font-display);font-size:15px;color:var(--deep);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:2px 0}.cart-drawer-item-variant{font-size:11px;color:var(--soft)}.cart-drawer-item-price{font-size:14px;font-weight:500;color:var(--deep);margin-top:3px}.cart-drawer-item-qty{display:flex;align-items:center;border:1px solid rgba(196,116,95,.25);border-radius:2px;flex-shrink:0}.cart-drawer-item-qty button{background:none;border:none;width:30px;height:30px;cursor:pointer;font-size:16px;color:var(--mid);display:flex;align-items:center;justify-content:center;transition:background .15s}.cart-drawer-item-qty button:hover{background:var(--cream)}.cart-drawer-item-qty span{font-size:13px;min-width:22px;text-align:center;color:var(--deep)}.cart-drawer-footer{padding:1.25rem 1.75rem;border-top:1px solid rgba(196,116,95,.12);flex-shrink:0}.cart-drawer-shipping-note{font-size:12px;color:var(--green);background:#7a9e7e1a;padding:8px 12px;border-radius:2px;margin-bottom:1rem;text-align:center}.cart-drawer-subtotal{display:flex;justify-content:space-between;font-size:13px;color:var(--mid);margin-bottom:.4rem}.cart-drawer-tax-note{font-size:11px;color:var(--soft);margin-bottom:1.25rem}.btn-checkout-large{display:block;width:100%;background:var(--deep);color:var(--cream);border:none;padding:15px;font-family:var(--font-body);font-size:12px;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;transition:background .2s;margin-bottom:.75rem;text-align:center;border-radius:var(--radius)}.btn-checkout-large:hover{background:var(--rose)}.cart-view-link{display:block;text-align:center;font-size:12px;color:var(--soft);letter-spacing:.1em;text-transform:uppercase;transition:color .2s}.cart-view-link:hover{color:var(--mid)}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c232099;z-index:700;display:flex;align-items:flex-start;justify-content:center;padding-top:10vh;opacity:0;pointer-events:none;transition:opacity .25s}.search-overlay.is-open{opacity:1;pointer-events:all}.search-overlay-inner{background:var(--white);width:90%;max-width:640px;padding:2rem;border-radius:4px}.search-form{display:flex;gap:0;margin-bottom:1rem}.search-input{flex:1;padding:13px 18px;border:1px solid rgba(196,116,95,.3);border-right:none;font-family:var(--font-display);font-size:20px;color:var(--deep);outline:none;background:var(--cream);border-radius:var(--radius) 0 0 var(--radius)}.search-input:focus{border-color:var(--rose)}.search-submit{background:var(--deep);color:var(--cream);border:none;padding:13px 18px;cursor:pointer;border-radius:0 var(--radius) var(--radius) 0;transition:background .2s}.search-submit:hover{background:var(--rose)}.search-close{background:none;border:none;font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--soft);cursor:pointer;padding:4px 0}.search-close:hover{color:var(--rose)}.mobile-menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2c232080;z-index:700;opacity:0;pointer-events:none;transition:opacity .3s}.mobile-menu-overlay.is-open{opacity:1;pointer-events:all}.mobile-menu{position:fixed;left:-320px;top:0;bottom:0;width:320px;background:var(--white);z-index:701;transition:left .35s cubic-bezier(.4,0,.2,1);overflow-y:auto}.mobile-menu.is-open{left:0}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(196,116,95,.1)}.mobile-menu-logo{font-family:var(--font-display);font-size:22px;color:var(--deep)}.mobile-menu-close,.mobile-menu-btn{background:none;border:none;cursor:pointer;color:var(--mid);padding:4px;display:flex}.mobile-menu-btn{display:none}.mobile-menu-links{list-style:none;padding:1rem 0}.mobile-menu-links li a{display:block;padding:.85rem 1.75rem;font-size:14px;letter-spacing:.08em;text-transform:uppercase;color:var(--mid);transition:color .2s,background .15s;font-weight:400}.mobile-menu-links li a:hover{color:var(--rose);background:#c4745f0a}.mobile-menu-divider{height:1px;background:#c4745f1a;margin:.75rem 1.75rem}.product-page{max-width:1340px;margin:3rem auto;padding:0 2rem 5rem}.product-page-inner{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:start}.product-gallery-main{aspect-ratio:1;background:var(--cream);border-radius:4px;overflow:hidden;margin-bottom:.75rem}.product-gallery-main img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product-gallery-main:hover img{transform:scale(1.03)}.product-gallery-thumbs{display:flex;gap:.5rem;flex-wrap:wrap}.product-thumb{background:none;border:2px solid transparent;border-radius:3px;cursor:pointer;padding:0;overflow:hidden;width:68px;height:68px;flex-shrink:0;transition:border-color .2s}.product-thumb img{width:100%;height:100%;object-fit:cover}.product-thumb.is-active,.product-thumb:hover{border-color:var(--rose)}.product-gallery-placeholder{font-family:var(--font-display);font-size:100px;color:var(--blush);width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-info-vendor{font-size:10px;letter-spacing:.22em;text-transform:uppercase;color:var(--soft);margin-bottom:.5rem}.product-info-title{font-family:var(--font-display);font-size:38px;font-weight:400;color:var(--deep);line-height:1.1;margin-bottom:1.25rem}.product-info-price{display:flex;align-items:baseline;gap:10px;margin-bottom:1.75rem}.product-price-regular,.product-price-sale{font-size:22px;font-weight:500;color:var(--deep)}.product-price-compare{font-size:16px;color:var(--soft);text-decoration:line-through}.product-price-save{font-size:12px;color:var(--rose);font-weight:500;letter-spacing:.05em}.variant-group{margin-bottom:1.25rem}.variant-group-label{font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--mid);display:block;margin-bottom:.6rem}.variant-group-options{display:flex;gap:.5rem;flex-wrap:wrap}.variant-option-btn{background:none;border:1px solid rgba(196,116,95,.3);color:var(--mid);padding:7px 16px;font-size:13px;cursor:pointer;border-radius:2px;transition:all .2s}.variant-option-btn.is-selected{background:var(--deep);border-color:var(--deep);color:var(--cream)}.variant-option-btn:hover:not(.is-selected){border-color:var(--rose);color:var(--rose)}.product-add-row{display:flex;gap:.75rem;margin-bottom:.75rem;align-items:stretch}.product-qty{display:flex;align-items:center;border:1px solid rgba(196,116,95,.3);border-radius:var(--radius);flex-shrink:0}.product-qty-btn{background:none;border:none;width:38px;height:48px;cursor:pointer;font-size:18px;color:var(--mid);display:flex;align-items:center;justify-content:center;transition:background .15s}.product-qty-btn:hover{background:var(--cream)}#product-qty{width:44px;height:48px;border:none;border-left:1px solid rgba(196,116,95,.2);border-right:1px solid rgba(196,116,95,.2);text-align:center;font-family:var(--font-body);font-size:15px;color:var(--deep);background:none}#product-qty:focus{outline:none}.btn-add-to-cart{flex:1;padding:14px;font-size:12px}.btn-buynow{display:block;width:100%;text-align:center;background:none;color:var(--deep);border:1px solid rgba(196,116,95,.3);padding:13px;font-family:var(--font-body);font-size:11.5px;letter-spacing:.15em;text-transform:uppercase;border-radius:var(--radius);margin-bottom:1.5rem;transition:all .2s}.btn-buynow:hover{border-color:var(--rose);color:var(--rose)}.product-reassurance{list-style:none;border-top:1px solid rgba(196,116,95,.12);border-bottom:1px solid rgba(196,116,95,.12);padding:1rem 0;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.4rem}.product-reassurance li{font-size:12.5px;color:var(--mid)}.product-description{margin-bottom:1.5rem;font-size:14px;color:var(--mid);line-height:1.85}.product-description h1,.product-description h2,.product-description h3{font-family:var(--font-display);font-weight:400;color:var(--deep);margin:1rem 0 .5rem}.product-accordions{border-top:1px solid rgba(196,116,95,.15)}.product-accordion{border-bottom:1px solid rgba(196,116,95,.15)}.product-accordion summary{padding:1rem 0;font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--deep);cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center}.product-accordion summary::-webkit-details-marker{display:none}.product-accordion summary:after{content:"+";font-size:18px;color:var(--soft);font-weight:300}.product-accordion[open] summary:after{content:"\2212"}.product-accordion-body{padding:0 0 1.25rem;font-size:13px;color:var(--mid);line-height:1.8}.related-products{border-top:1px solid rgba(196,116,95,.1);padding:4rem 0 0;margin-top:4rem}.collection-page{padding-bottom:5rem}.collection-banner{position:relative;height:280px;overflow:hidden}.collection-banner img{width:100%;height:100%;object-fit:cover}.collection-banner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2c23206b;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);text-align:center;padding:2rem}.collection-banner-overlay h1{font-family:var(--font-display);font-size:48px;font-weight:400;margin-bottom:.5rem}.collection-banner-overlay p{font-size:15px;max-width:480px;opacity:.85}.collection-header-text{text-align:center;padding:3rem 2rem 2.5rem;border-bottom:1px solid rgba(196,116,95,.1);margin-bottom:2.5rem}.collection-header-text h1{font-family:var(--font-display);font-size:46px;font-weight:400;color:var(--deep)}.collection-header-text p{font-size:14px;color:var(--mid);max-width:500px;margin:.5rem auto 0}.collection-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem}.collection-count{font-size:13px;color:var(--soft)}.collection-sort{display:flex;align-items:center;gap:.75rem;font-size:13px;color:var(--mid)}.collection-sort select{padding:8px 28px 8px 12px;border:1px solid rgba(196,116,95,.25);background:var(--white);font-family:var(--font-body);font-size:13px;color:var(--mid);cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cpath fill='%236B5148' d='M5 7L0 0h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;outline:none;border-radius:2px}.collection-empty,.search-page-empty{text-align:center;padding:3rem;color:var(--soft);font-size:15px}.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:4rem;flex-wrap:wrap}.pagination-btn{padding:9px 22px;border:1px solid rgba(196,116,95,.25);color:var(--mid);font-size:12px;letter-spacing:.1em;text-transform:uppercase;border-radius:2px;transition:all .2s}.pagination-btn:hover{border-color:var(--rose);color:var(--rose)}.pagination-page{width:38px;height:38px;display:flex;align-items:center;justify-content:center;font-size:13px;color:var(--mid);border:1px solid rgba(196,116,95,.2);border-radius:2px;transition:all .2s}.pagination-page:hover{border-color:var(--deep);color:var(--deep)}.pagination-page--current{background:var(--deep);color:var(--cream);border-color:var(--deep)}.page-wrap{max-width:820px;margin:4rem auto 6rem;padding:0 2rem}.page-title{font-family:var(--font-display);font-size:48px;font-weight:400;color:var(--deep);margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(196,116,95,.15)}.page-body{font-size:15px;color:var(--mid);line-height:1.9;font-weight:300}.page-body h2{font-family:var(--font-display);font-size:30px;font-weight:400;color:var(--deep);margin:2rem 0 .75rem}.page-body h3{font-family:var(--font-display);font-size:22px;font-weight:400;color:var(--deep);margin:1.5rem 0 .5rem}.page-body p{margin-bottom:1rem}.page-body ul,.page-body ol{margin:1rem 0 1rem 1.5rem}.page-body li{margin-bottom:.4rem}.page-body a{color:var(--rose);text-decoration:underline}.page-empty{font-size:15px;color:var(--soft);font-style:italic}.cart-page{max-width:1200px;margin:3rem auto 6rem;padding:0 2rem}.cart-page-title{font-family:var(--font-display);font-size:42px;font-weight:400;color:var(--deep);margin-bottom:2.5rem}.cart-page-grid{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}.cart-page-item{display:flex;gap:1.25rem;padding:1.25rem 0;border-bottom:1px solid rgba(196,116,95,.1);align-items:flex-start}.cart-page-item-img{width:90px;height:90px;background:var(--cream);border-radius:3px;overflow:hidden;flex-shrink:0}.cart-page-item-img img{width:100%;height:100%;object-fit:cover}.cart-page-item-placeholder{width:90px;height:90px;background:var(--cream);border-radius:3px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:40px;color:var(--blush);flex-shrink:0}.cart-page-item-info{flex:1}.cart-page-item-vendor{font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--soft)}.cart-page-item-title{font-family:var(--font-display);font-size:18px;color:var(--deep);display:block;margin:3px 0}.cart-page-item-title:hover{color:var(--rose)}.cart-page-item-variant{font-size:12px;color:var(--soft)}.cart-page-item-price{font-size:15px;font-weight:500;color:var(--deep);margin-top:6px}.cart-page-item-actions{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;flex-shrink:0}.qty-control{display:flex;align-items:center;border:1px solid rgba(196,116,95,.25);border-radius:2px}.qty-btn{background:none;border:none;width:32px;height:32px;cursor:pointer;font-size:16px;color:var(--mid);display:flex;align-items:center;justify-content:center;transition:background .15s}.qty-btn:hover{background:var(--cream)}.qty-num{font-size:13px;min-width:24px;text-align:center;color:var(--deep);padding:0 4px}.cart-page-remove{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--soft);transition:color .2s}.cart-page-remove:hover{color:var(--rose)}.cart-page-summary-inner{background:var(--cream);border-radius:4px;padding:2rem;position:sticky;top:calc(var(--header-h) + 1.5rem)}.cart-page-summary-inner h2{font-family:var(--font-display);font-size:24px;font-weight:400;color:var(--deep);margin-bottom:1.5rem}.cart-page-summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--mid);margin-bottom:.75rem}.cart-page-summary-row--total{font-size:16px;font-weight:500;color:var(--deep);border-top:1px solid rgba(196,116,95,.15);padding-top:.75rem;margin-top:.75rem}.cart-page-shipping-note{font-size:12px;padding:8px 12px;border-radius:2px;margin-bottom:1rem;text-align:center}.cart-page-shipping-note--free{background:#7a9e7e1a;color:var(--green)}.cart-page-shipping-note:not(.cart-page-shipping-note--free){background:#c4745f14;color:var(--mid)}.cart-page-tax-note{font-size:11.5px;color:var(--soft);margin-bottom:1.25rem}.cart-page-checkout-btn{display:block;width:100%;text-align:center;padding:15px;font-size:12px;margin-bottom:.75rem}.cart-page-continue{display:block;text-align:center;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:var(--soft);transition:color .2s}.cart-page-continue:hover{color:var(--mid)}.cart-page-empty{text-align:center;padding:6rem 2rem}.cart-page-empty-icon{font-size:60px;display:block;margin-bottom:1.5rem}.cart-page-empty h2{font-family:var(--font-display);font-size:32px;font-weight:400;margin-bottom:.5rem}.cart-page-empty p{color:var(--soft);margin-bottom:0}.auth-page{min-height:70vh;display:flex;align-items:center;justify-content:center;padding:3rem 2rem}.auth-box{background:var(--white);border:1px solid rgba(196,116,95,.15);border-radius:4px;padding:3rem;width:100%;max-width:480px}.auth-title{font-family:var(--font-display);font-size:36px;font-weight:400;color:var(--deep);margin-bottom:2rem}.auth-errors{background:#c4745f14;border:1px solid rgba(196,116,95,.3);border-radius:3px;padding:12px 16px;margin-bottom:1.5rem;font-size:13px;color:var(--rose)}.auth-field{margin-bottom:1.25rem}.auth-field-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.auth-field label{display:block;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--mid);margin-bottom:.5rem}.auth-field input{width:100%;padding:12px 14px;border:1px solid rgba(196,116,95,.25);background:var(--cream);font-family:var(--font-body);font-size:14px;color:var(--deep);outline:none;border-radius:2px;transition:border-color .2s}.auth-field input:focus{border-color:var(--rose);background:var(--white)}.auth-forgot{text-align:right;margin-bottom:1.5rem}.auth-forgot a{font-size:12px;color:var(--soft);transition:color .2s}.auth-forgot a:hover{color:var(--rose)}.auth-submit{width:100%;padding:14px;font-size:12px;margin-bottom:1.5rem}.auth-switch{text-align:center;font-size:13px;color:var(--soft)}.auth-switch a{color:var(--rose)}.account-page{max-width:1100px;margin:3rem auto 6rem;padding:0 2rem}.account-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(196,116,95,.12)}.account-page-header h1{font-family:var(--font-display);font-size:42px;font-weight:400;color:var(--deep)}.account-logout{font-size:11.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--soft);transition:color .2s}.account-logout:hover{color:var(--rose)}.account-page-grid{display:grid;grid-template-columns:2fr 1fr;gap:3rem;align-items:start}.account-orders h2,.account-details h2{font-family:var(--font-display);font-size:24px;font-weight:400;color:var(--deep);margin-bottom:1.25rem}.account-details h3{font-family:var(--font-display);font-size:18px;font-weight:400;color:var(--deep);margin-bottom:.5rem}.orders-table{width:100%;border-collapse:collapse;font-size:13.5px}.orders-table th{text-align:left;font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--soft);padding:0 0 .75rem;border-bottom:1px solid rgba(196,116,95,.15);font-weight:400}.orders-table td{padding:1rem 0;border-bottom:1px solid rgba(196,116,95,.08);color:var(--mid);vertical-align:middle}.orders-table td a{color:var(--deep);font-weight:500}.account-order-link{color:var(--rose)!important;font-weight:400!important}.account-empty{font-size:14px;color:var(--soft)}.account-empty a{color:var(--rose)}.account-address{font-size:14px;color:var(--mid);line-height:1.8}.error-page{min-height:70vh;display:flex;align-items:center;justify-content:center;text-align:center;padding:3rem 2rem}.error-page-code{font-family:var(--font-display);font-size:100px;color:var(--blush);line-height:1;margin-bottom:0;font-weight:400}.error-page-title{font-family:var(--font-display);font-size:40px;font-weight:400;color:var(--deep);margin-bottom:.75rem}.error-page-sub{font-size:15px;color:var(--mid);max-width:360px;margin:0 auto}.search-page{padding:3rem 0 6rem}.search-page-title{font-family:var(--font-display);font-size:36px;font-weight:400;color:var(--deep);margin-bottom:2rem}.search-page-form{margin-bottom:1rem}.search-page-input-wrap{display:flex;gap:0;max-width:500px}.search-page-input{flex:1;padding:13px 18px;border:1px solid rgba(196,116,95,.25);border-right:none;font-family:var(--font-body);font-size:15px;color:var(--deep);outline:none;background:var(--white)}.search-page-input:focus{border-color:var(--rose)}.toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%) translateY(120px);background:var(--deep);color:var(--cream);padding:12px 24px;border-radius:2px;font-size:13px;letter-spacing:.05em;z-index:900;transition:transform .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;pointer-events:none}.toast.is-visible{transform:translate(-50%) translateY(0)}@media(max-width:1100px){.category-section .category-grid,.products-section .product-grid{grid-template-columns:repeat(3,1fr)}.brand-showcase-grid{grid-template-columns:repeat(2,1fr)}.footer-top{grid-template-columns:1fr 1fr;gap:2.5rem}.trust-bar-inner{grid-template-columns:repeat(2,1fr)}.routine-grid{grid-template-columns:1fr;gap:2.5rem}}@media(max-width:768px){.header-nav{display:none}.mobile-menu-btn{display:flex}.hero{min-height:80vh}.hero-heading{font-size:clamp(40px,10vw,64px)}.brand-showcase-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:2rem}.cart-drawer{width:100%;right:-100%}.product-page-inner{grid-template-columns:1fr;gap:2rem}.cart-page-grid,.account-page-grid,.auth-field-row{grid-template-columns:1fr}.nl-form{min-width:0}.brands-bar{flex-direction:column;gap:.75rem}.filter-bar{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.5rem;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem;gap:.5rem}.filter-bar::-webkit-scrollbar{display:none}.filter-pill{flex-shrink:0;white-space:nowrap}.products-section .product-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:1rem;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:1rem}.products-section .product-grid::-webkit-scrollbar{display:none}.products-section .product-grid .product-card{flex:0 0 68vw;max-width:280px}.category-section .category-grid{display:flex;flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.75rem;margin-left:-1.25rem;margin-right:-1.25rem;padding-left:1.25rem;padding-right:1.25rem;padding-bottom:1rem}.category-section .category-grid::-webkit-scrollbar{display:none}.category-section .category-grid .category-tile{flex:0 0 55vw;max-width:220px;aspect-ratio:3/4}}@media(max-width:480px){.trust-bar-inner{grid-template-columns:1fr}.hero-ctas{flex-direction:column;align-items:center}.products-section .product-grid .product-card{flex:0 0 75vw}.category-section .category-grid .category-tile{flex:0 0 60vw}}.info-page{max-width:820px;margin:0 auto;padding:0 2rem 6rem}.info-page-header{text-align:center;padding:4rem 0 3rem;border-bottom:1px solid rgba(196,116,95,.15);margin-bottom:3rem}.info-eyebrow{font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:var(--rose);margin-bottom:1rem;display:block}.info-page-title{font-family:var(--font-display);font-size:clamp(36px,5vw,56px);font-weight:400;color:var(--deep);margin-bottom:1rem}.info-page-intro{font-size:15px;color:var(--mid);line-height:1.8;max-width:600px;margin:0 auto;font-weight:300}.contact-field{margin-bottom:1.25rem}.contact-field label{display:block;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--mid);margin-bottom:.5rem}.contact-required{color:var(--rose)}.contact-field input,.contact-field select,.contact-field textarea{width:100%;padding:12px 14px;border:1px solid rgba(196,116,95,.25);background:var(--cream);font-family:var(--font-body);font-size:14px;color:var(--deep);outline:none;border-radius:2px;transition:border-color .2s}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:var(--rose);background:var(--white)}.contact-success{background:#7a9e7e1a;border:1px solid rgba(122,158,126,.3);border-radius:4px;padding:1.25rem 1.5rem;margin-bottom:2rem;display:flex;gap:1rem;align-items:flex-start}.contact-success-icon{color:var(--green);font-size:18px;font-weight:700;flex-shrink:0}.contact-success p{font-size:14px;color:var(--mid);margin:0}.account-tabs{display:flex;gap:0;border-bottom:2px solid #E8DDD7;margin-bottom:2.5rem;overflow-x:auto;scrollbar-width:none}.account-tabs::-webkit-scrollbar{display:none}.account-tab{background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:.85rem 1.5rem;font-family:var(--font-body);font-size:13px;letter-spacing:.12em;text-transform:uppercase;color:var(--mid);cursor:pointer;transition:color .2s,border-color .2s;white-space:nowrap}.account-tab:hover{color:var(--rose)}.account-tab.active{color:var(--deep);border-bottom-color:var(--rose)}.wishlist-tab-count{font-size:11px;opacity:.7}.account-tab-panel{display:none}.account-tab-panel.active{display:block}.order-status-pill{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;letter-spacing:.05em;font-weight:500}.order-status--paid{background:#8fa88826;color:#5a7a56}.order-status--pending{background:#c4745f1f;color:var(--rose)}.order-status--refunded{background:#c8c8c833;color:#888}.order-status--fulfilled{background:#8fa88826;color:#5a7a56}.order-status--unfulfilled{background:#c4745f1f;color:var(--rose)}.order-status--partial{background:#f0c85026;color:#9a7a10}.account-empty-state{text-align:center;padding:4rem 2rem;color:var(--mid)}.account-empty-icon{font-size:48px;margin-bottom:1rem}.account-empty-state h3{font-family:var(--font-display);font-weight:400;font-size:22px;color:var(--deep);margin-bottom:.5rem}.account-empty-state p{font-size:14px}.wishlist-grid{padding-top:1rem}.wishlist-remove-btn{position:absolute;top:10px;left:10px;background:var(--white);border:none;border-radius:50%;width:28px;height:28px;font-size:11px;color:var(--mid);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,color .2s;z-index:3;box-shadow:0 1px 6px #2c23201f}.wishlist-remove-btn{position:absolute;top:10px;left:10px;background:#ffffffeb;border:none;border-radius:50%;width:28px;height:28px;font-size:11px;color:var(--mid);cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s,color .2s;z-index:4;box-shadow:0 1px 6px #2c23201f}.product-card:hover .wishlist-remove-btn{opacity:1}.wishlist-remove-btn:hover{color:var(--rose)}.account-addresses-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.account-addresses-header h2{font-family:var(--font-display);font-weight:400;font-size:22px}.addresses-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin-top:1.5rem}.address-card{border:1px solid #E8DDD7;border-radius:6px;padding:1.5rem;background:var(--cream);position:relative}.address-card--default{border-color:var(--rose);background:#c4745f0a}.address-default-badge{display:inline-block;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--rose);border:1px solid var(--rose);border-radius:20px;padding:2px 8px;margin-bottom:.75rem}.address-card-body{font-style:normal;font-size:14px;color:var(--mid);line-height:1.8}.address-card-actions{display:flex;gap:1rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid #E8DDD7;align-items:center}.address-delete-btn{background:none;border:none;font-size:12px;color:var(--mid);cursor:pointer;padding:0;text-decoration:underline;font-family:var(--font-body)}.address-delete-btn:hover{color:#c0392b}.address-form-wrap{background:var(--cream);border:1px solid #E8DDD7;border-radius:6px;padding:2rem;margin-bottom:2rem}.address-form-wrap h3{font-family:var(--font-display);font-weight:400;font-size:20px;margin-bottom:1.5rem}.auth-field-checkbox{margin:1rem 0;font-size:14px;color:var(--mid)}.auth-field-checkbox input{margin-right:.5rem;accent-color:var(--rose)}.address-form-wrap select{width:100%;padding:12px 14px;border:1px solid rgba(196,116,95,.25);background:var(--white);font-family:var(--font-body);font-size:14px;color:var(--deep);outline:none;border-radius:2px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A5F57' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;cursor:pointer}.account-details-wrap{max-width:540px}.account-details-wrap h2{font-family:var(--font-display);font-weight:400;font-size:22px;margin-bottom:1.5rem}.account-details-wrap h3{font-family:var(--font-display);font-weight:400;font-size:18px;margin-bottom:.75rem}.account-details-info{font-size:15px;line-height:1.8;color:var(--mid)}.account-details-info strong{color:var(--deep);font-weight:500}.routine-step-link{display:flex;align-items:center;gap:inherit;text-decoration:none;color:inherit;width:100%;transition:background .2s,transform .15s;border-radius:4px;padding:0 .5rem 0 0;margin:0 -.5rem 0 0}.routine-step-link:hover{color:var(--rose)}.routine-step-link:hover .routine-step-num{background:var(--rose);color:var(--white)}.routine-step-link:hover .routine-step-arrow{opacity:1;transform:translate(3px)}.routine-step-icon{margin-left:auto}.routine-step-arrow{font-size:14px;color:var(--rose);opacity:0;transform:translate(0);transition:opacity .2s,transform .2s;margin-left:.5rem;flex-shrink:0}@media(max-width:768px){.account-tabs{gap:0}.account-tab{padding:.75rem 1rem;font-size:11px}.addresses-grid{grid-template-columns:1fr}.product-card-wishlist{opacity:1}.product-card-overlay{opacity:1;transform:translateY(0);pointer-events:auto}}.product-tab-panel{display:none}.product-tab-panel.active{display:block}.wishlist-header-count{position:absolute;top:2px;right:2px;background:var(--rose);color:#fff;font-size:9px;font-weight:600;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/13/assets/theme.css.map */
