:root{--sand: #F5EFE6;--linen: #EDE4D8;--stone: #D6CBBC;--clay: #B5A494;--bark: #7A6555;--deep: #4A3C32;--sage: #A8B5A0;--mist: #C8D4CC;--warm-white: #FAF7F3}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:DM Sans,sans-serif;background:var(--warm-white);color:var(--deep);overflow-x:hidden;font-weight:300}.site-header{position:sticky;top:0;z-index:100;background:#faf7f3f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--linen);padding:0 4rem;display:flex;align-items:center;justify-content:space-between;height:68px}.logo{font-family:Cormorant Garamond,serif;font-size:1.5rem;font-weight:400;color:var(--deep);text-decoration:none;letter-spacing:.04em}.logo em{font-style:italic;color:var(--clay)}.nav-links{display:flex;gap:2.5rem}.nav-links a{text-decoration:none;font-size:.8rem;font-weight:400;color:var(--bark);letter-spacing:.12em;text-transform:uppercase;transition:color .3s}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--deep)}.cart-btn{background:var(--deep);color:var(--warm-white);border:none;padding:9px 22px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:.76rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background .3s}.cart-btn:hover{background:var(--bark)}.cart-count{background:var(--sage);color:var(--deep);border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:500}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:86vh;overflow:hidden}.hero-left{background:var(--linen);display:flex;flex-direction:column;justify-content:center;padding:5rem 4rem 5rem 5rem}.hero-eyebrow{font-size:.7rem;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--clay);margin-bottom:2rem;display:flex;align-items:center;gap:12px}.hero-eyebrow:before{content:"";display:block;width:30px;height:1px;background:var(--clay)}.hero h1{font-family:Cormorant Garamond,serif;font-size:clamp(2.8rem,4.5vw,4.8rem);font-weight:300;line-height:1.1;color:var(--deep);margin-bottom:1.8rem}.hero h1 em{font-style:italic;color:var(--bark);display:block}.hero-sub{font-size:.9rem;line-height:1.85;color:var(--bark);max-width:360px;margin-bottom:3rem;font-weight:300}.hero-btns{display:flex;gap:1.2rem;align-items:center}.btn-primary{background:var(--deep);color:var(--warm-white);border:none;padding:13px 30px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:.76rem;font-weight:400;letter-spacing:.12em;text-transform:uppercase;cursor:pointer;text-decoration:none;display:inline-block;transition:background .3s}.btn-primary:hover{background:var(--bark)}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-ghost{color:var(--bark);font-size:.76rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;border-bottom:1px solid var(--clay);padding-bottom:2px;transition:color .3s,border-color .3s}.btn-ghost:hover{color:var(--deep);border-color:var(--deep)}.hero-right{background:var(--sand);display:flex;align-items:center;justify-content:center}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:3rem;width:100%;max-width:400px}.hero-block{border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:3.5rem;animation:gentleFloat 6s ease-in-out infinite;overflow:hidden}.hero-block img{width:100%;height:100%;object-fit:cover}.hero-block:nth-child(1){aspect-ratio:1;animation-delay:0s}.hero-block:nth-child(2){aspect-ratio:.75;align-self:end;animation-delay:1.3s}.hero-block:nth-child(3){aspect-ratio:1.2;animation-delay:.6s}.hero-block:nth-child(4){aspect-ratio:1;animation-delay:1.8s}@keyframes gentleFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-9px)}}.marquee-wrap{background:var(--deep);padding:13px 0;overflow:hidden;white-space:nowrap}.marquee-track{display:inline-flex;animation:marquee 30s linear infinite}.marquee-item{font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;padding:0 3rem;color:var(--clay)}.marquee-item span{color:var(--mist);margin:0 .5rem}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.filter-section{padding:4rem 5rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.filter-title{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:var(--deep)}.filter-pills{display:flex;gap:.5rem;flex-wrap:wrap}.filter-pill{background:transparent;border:1px solid var(--stone);padding:7px 18px;border-radius:100px;font-family:DM Sans,sans-serif;font-size:.76rem;font-weight:400;letter-spacing:.06em;color:var(--bark);cursor:pointer;transition:all .25s}.filter-pill:hover{border-color:var(--bark);color:var(--deep);background:var(--linen)}.filter-pill.active{background:var(--deep);border-color:var(--deep);color:var(--warm-white)}.products{padding:2rem 5rem 6rem;max-width:1400px;margin:0 auto}.view-all-wrap{text-align:center;margin-top:3rem}.no-products{color:var(--clay);font-size:.9rem;padding:2rem 0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:2.2rem}.product-card{cursor:pointer;transition:all .3s ease}.product-card.hidden{display:none}.product-card:hover .product-img-wrap{transform:translateY(-5px)}.product-card:hover .hover-label{opacity:1}.product-img-wrap{position:relative;border-radius:10px;overflow:hidden;transition:transform .4s ease;margin-bottom:1rem}.hover-label{position:absolute;bottom:0;left:0;right:0;background:#4a3c32b3;color:var(--warm-white);text-align:center;padding:12px;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;opacity:0;transition:opacity .3s}.product-img,.product-img-real{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;justify-content:center;font-size:4.5rem;object-fit:contain}.product-badge{position:absolute;top:12px;left:12px;background:var(--warm-white);color:var(--bark);font-size:.62rem;font-weight:500;padding:4px 10px;border-radius:100px;letter-spacing:.1em;text-transform:uppercase}.product-badge.sale{background:var(--sage);color:var(--deep)}.wishlist-btn{position:absolute;top:12px;right:12px;background:#faf7f3d9;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1rem;transition:background .2s;color:var(--bark)}.wishlist-btn:hover{background:var(--warm-white)}.wishlist-btn.liked{color:#7a6555}.product-tag{font-size:.66rem;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:var(--clay);margin-bottom:5px}.product-name-link{text-decoration:none}.product-name{font-family:Cormorant Garamond,serif;font-size:1.2rem;font-weight:400;color:var(--deep);margin-bottom:5px;line-height:1.3}.product-desc{font-size:.78rem;color:var(--clay);margin-bottom:12px;line-height:1.65;font-weight:300}.product-sizes{display:flex;gap:5px;margin-bottom:14px;flex-wrap:wrap}.size-chip{border:1px solid var(--stone);border-radius:8px;padding:3px 9px;font-size:.66rem;font-weight:400;letter-spacing:.05em;color:var(--bark);cursor:pointer;transition:all .2s}.size-chip:hover{border-color:var(--bark);color:var(--deep)}.size-chip.selected{background:var(--deep);border-color:var(--deep);color:var(--warm-white)}.product-footer{display:flex;align-items:center;justify-content:space-between}.price{font-family:Cormorant Garamond,serif;font-size:1.25rem;font-weight:400;color:var(--deep)}.price-old{font-size:.8rem;color:var(--stone);text-decoration:line-through;margin-left:6px;font-weight:300}.add-btn{background:var(--deep);color:var(--warm-white);border:none;padding:9px 16px;border-radius:8px;font-family:DM Sans,sans-serif;font-size:.7rem;font-weight:400;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:all .25s}.add-btn:hover{background:var(--bark)}.add-btn.added{background:var(--sage);color:var(--deep)}.add-btn:disabled{opacity:.5;cursor:not-allowed}.mid-banner{margin:0 5rem 5rem;background:var(--linen);border-radius:12px;padding:5rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;overflow:hidden;position:relative}.mid-banner:before{content:"";position:absolute;right:-80px;top:-80px;width:320px;height:320px;border-radius:50%;background:var(--stone);opacity:.2}.mid-banner h2{font-family:Cormorant Garamond,serif;font-size:2.6rem;font-weight:300;color:var(--deep);line-height:1.15;margin-bottom:1.2rem}.mid-banner h2 em{font-style:italic;color:var(--bark)}.mid-banner p{font-size:.88rem;line-height:1.85;color:var(--bark);margin-bottom:2rem;font-weight:300;max-width:380px}.banner-swatches{display:flex;align-items:center;justify-content:center;gap:1.5rem}.b-swatch{border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;animation:gentleFloat 5s ease-in-out infinite}.b-swatch:nth-child(1){width:110px;height:110px;background:var(--mist);animation-delay:0s}.b-swatch:nth-child(2){width:85px;height:85px;background:var(--sage);animation-delay:1s}.b-swatch:nth-child(3){width:95px;height:95px;background:var(--stone);animation-delay:.5s}.features{padding:0 5rem 6rem;max-width:1400px;margin:0 auto}.features-label{font-size:.7rem;letter-spacing:.22em;text-transform:uppercase;color:var(--clay);text-align:center;margin-bottom:.8rem}.features-title{font-family:Cormorant Garamond,serif;font-size:2.2rem;font-weight:300;color:var(--deep);text-align:center;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--linen);border:1px solid var(--linen);border-radius:12px;overflow:hidden}.feature-item{background:var(--warm-white);padding:2.5rem 2rem;text-align:center;transition:background .3s}.feature-item:hover{background:var(--sand)}.feature-icon{font-size:1.7rem;display:block;margin-bottom:1rem}.feature-item h3{font-family:Cormorant Garamond,serif;font-size:1.05rem;font-weight:400;color:var(--deep);margin-bottom:.5rem}.feature-item p{font-size:.76rem;color:var(--clay);line-height:1.7;font-weight:300}.cart-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#4a3c322e;z-index:200;opacity:0;pointer-events:none;transition:opacity .4s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.cart-overlay.open{opacity:1;pointer-events:all}.cart-sidebar{position:fixed;top:0;right:-450px;width:420px;max-width:95vw;height:100vh;background:var(--warm-white);z-index:201;transition:right .4s cubic-bezier(.25,1,.5,1);display:flex;flex-direction:column;border-left:1px solid var(--linen)}.cart-sidebar.open{right:0}.cart-header{padding:2rem 2rem 1.5rem;border-bottom:1px solid var(--linen);display:flex;align-items:center;justify-content:space-between}.cart-header h2{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;color:var(--deep)}.close-btn{background:none;border:1px solid var(--stone);width:32px;height:32px;border-radius:8px;font-size:.78rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--bark);transition:all .2s}.close-btn:hover{background:var(--linen)}.cart-items{flex:1;overflow-y:auto;padding:1.5rem 2rem}.cart-item{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem 0;border-bottom:1px solid var(--linen)}.cart-item-img{width:64px;height:64px;border-radius:8px;overflow:hidden;flex-shrink:0;background:var(--sand)}.cart-item-img img{width:100%;height:100%;object-fit:cover}.cart-item-info{flex:1}.cart-item-name{font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:400;color:var(--deep);margin-bottom:2px}.cart-item-meta{font-size:.7rem;color:var(--clay);margin-bottom:8px;font-weight:300}.qty-controls{display:flex;align-items:center;gap:10px}.qty-btn{background:none;border:1px solid var(--stone);width:24px;height:24px;border-radius:8px;cursor:pointer;font-size:.85rem;display:flex;align-items:center;justify-content:center;color:var(--bark);transition:all .15s}.qty-btn:hover{background:var(--linen);border-color:var(--bark)}.qty-num{font-size:.85rem;min-width:20px;text-align:center;color:var(--deep)}.cart-item-right{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.cart-item-price{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:400;color:var(--deep)}.remove-item{background:none;border:none;cursor:pointer;font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--clay);text-decoration:underline;font-family:DM Sans,sans-serif;transition:color .2s}.remove-item:hover{color:var(--deep)}.cart-empty{text-align:center;padding:4rem 1rem;color:var(--clay)}.cart-empty .e-icon{font-size:2.5rem;margin-bottom:1.2rem;opacity:.45;display:block}.cart-empty p{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:300;margin-bottom:.4rem}.cart-empty small{font-size:.76rem;color:var(--stone)}.cart-footer{padding:1.5rem 2rem 2rem;border-top:1px solid var(--linen)}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.4rem}.cart-subtotal span:first-child{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;color:var(--clay)}.cart-total-price{font-family:Cormorant Garamond,serif;font-size:1.8rem;font-weight:400;color:var(--deep)}.cart-note{font-size:.7rem;color:var(--clay);margin-bottom:1.5rem;font-weight:300}.checkout-btn{display:block;width:100%;background:var(--deep);color:var(--warm-white);border:none;padding:15px;border-radius:8px;font-family:DM Sans,sans-serif;font-weight:400;font-size:.76rem;letter-spacing:.15em;text-transform:uppercase;cursor:pointer;text-align:center;text-decoration:none;transition:background .3s}.checkout-btn:hover{background:var(--bark)}footer{background:var(--deep);color:var(--linen);padding:4.5rem 5rem 2.5rem}.footer-top{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.08)}.footer-logo-text{font-family:Cormorant Garamond,serif;font-size:1.4rem;font-weight:400;color:var(--sand);margin-bottom:1rem;display:block}.footer-brand p{font-size:.8rem;color:var(--clay);line-height:1.75;font-weight:300;max-width:240px}.footer-col h4{font-size:.66rem;letter-spacing:.2em;text-transform:uppercase;color:var(--clay);margin-bottom:1.2rem}.footer-col a{display:block;font-size:.8rem;color:#ffffff73;text-decoration:none;margin-bottom:.6rem;font-weight:300;transition:color .2s}.footer-col a:hover{color:var(--sand)}.footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem}.footer-bottom p{font-size:.72rem;color:#ffffff40;font-weight:300}.toast{position:fixed;bottom:2.5rem;left:50%;transform:translate(-50%) translateY(80px);background:var(--deep);color:var(--sand);padding:11px 28px;border-radius:8px;font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;z-index:300;transition:transform .45s cubic-bezier(.34,1.2,.64,1);white-space:nowrap;border:1px solid rgba(255,255,255,.08);pointer-events:none}.toast.show{transform:translate(-50%) translateY(0)}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.pulse{animation:pulse .35s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.product-card{animation:fadeUp .5s ease both}.product-card:nth-child(1){animation-delay:.05s}.product-card:nth-child(2){animation-delay:.1s}.product-card:nth-child(3){animation-delay:.15s}.product-card:nth-child(4){animation-delay:.2s}.product-card:nth-child(5){animation-delay:.25s}.product-card:nth-child(6){animation-delay:.3s}.product-card:nth-child(7){animation-delay:.35s}.product-card:nth-child(8){animation-delay:.4s}@media(max-width:960px){.site-header{padding:0 1rem;height:58px}.hero{grid-template-columns:1fr;min-height:auto}.hero-right{display:none}.hero-left{padding:3rem 1.5rem}.hero h1{font-size:clamp(2rem,8vw,3rem);margin-bottom:1.2rem}.hero-sub{font-size:.85rem;margin-bottom:2rem}.hero-btns{flex-direction:column;align-items:flex-start;gap:1rem}.btn-primary{width:100%;text-align:center;padding:14px}.nav-links{display:none}.filter-section{padding:1.5rem 1rem .75rem;gap:.75rem;flex-wrap:wrap}.filter-title{font-size:1.6rem}.products{padding:.75rem 1rem 5rem}.product-grid{grid-template-columns:1fr 1fr;gap:.75rem}.product-img,.product-img-real{aspect-ratio:1 / 1;object-fit:contain;max-height:46vw}.product-img-wrap{margin-bottom:.6rem}.product-card:hover .product-img-wrap{transform:none}.product-name{font-size:.8rem;font-weight:500;line-height:1.25;margin-bottom:2px}.product-desc{display:none}.product-tag{font-size:.56rem}.price{font-size:.88rem;font-weight:500}.price-old{font-size:.64rem}.product-footer{gap:4px;align-items:center}.add-btn{font-size:.58rem;padding:7px 9px;letter-spacing:.03em;font-weight:500}.wishlist-btn{width:26px;height:26px;font-size:.72rem;top:6px;right:6px}.product-badge{font-size:.5rem;padding:2px 6px;top:6px;left:6px}.hover-label{display:none}.mid-banner{margin:0 1rem 3rem;padding:2.5rem 1.5rem;grid-template-columns:1fr;gap:1.5rem}.mid-banner h2{font-size:1.8rem}.mid-banner p{font-size:.82rem;margin-bottom:1.2rem}.banner-swatches{justify-content:flex-start}.features{padding:0 1rem 4rem}.features-grid{grid-template-columns:1fr 1fr}.feature-item{padding:1.5rem 1rem}.footer-top{grid-template-columns:1fr 1fr;gap:1.5rem}footer{padding:3rem 1.5rem 2rem}}@media(max-width:480px){.site-header{padding:0 .75rem;height:54px}.logo{font-size:1.2rem}.cart-btn{padding:7px 14px;font-size:.68rem}.hero-left{padding:2.5rem 1rem}.hero h1{font-size:clamp(1.8rem,9vw,2.6rem)}.filter-section{padding:1rem .75rem .5rem}.filter-title{font-size:1.3rem}.filter-pill{font-size:.68rem;padding:5px 12px}.products{padding:.5rem .75rem 5rem}.product-grid{gap:.6rem}.product-img,.product-img-real{aspect-ratio:1 / 1;object-fit:contain;max-height:44vw;width:100%}.features-grid{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr;gap:1.2rem}footer{padding:2.5rem 1rem 2rem}.cart-sidebar{width:100%;max-width:100vw}.qs-drawer{width:100vw;border-radius:16px 16px 0 0}}.qs-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#4a3c3259;z-index:500;opacity:0;pointer-events:none;transition:opacity .35s;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.qs-overlay.open{opacity:1;pointer-events:all}.qs-drawer{position:fixed;bottom:-100%;left:50%;transform:translate(-50%);width:min(480px,96vw);background:var(--warm-white);border-radius:16px 16px 0 0;z-index:501;padding:0;transition:bottom .42s cubic-bezier(.25,1,.5,1);max-height:90vh;overflow-y:auto}.qs-drawer.open{bottom:0}.qs-header{display:flex;align-items:center;justify-content:space-between;padding:1.6rem 1.8rem 1rem;border-bottom:1px solid var(--linen);position:sticky;top:0;background:var(--warm-white);z-index:1}.qs-title{font-family:Cormorant Garamond,serif;font-size:1.15rem;font-weight:400;color:var(--deep);line-height:1.3;max-width:340px}.qs-body{padding:1.4rem 1.8rem .5rem}.qs-option-group{margin-bottom:1.6rem}.qs-option-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--clay);margin-bottom:.7rem;display:flex;align-items:center;gap:6px}.qs-option-label .qs-selected-val{color:var(--deep);font-weight:500;font-size:.72rem;letter-spacing:.05em;text-transform:none}.qs-chips{display:flex;flex-wrap:wrap;gap:6px}.qs-chip{border:1px solid var(--stone);border-radius:8px;padding:6px 14px;font-size:.74rem;font-weight:400;letter-spacing:.04em;color:var(--bark);cursor:pointer;background:none;transition:all .2s;font-family:DM Sans,sans-serif}.qs-chip:hover{border-color:var(--bark);color:var(--deep);background:var(--linen)}.qs-chip.selected{background:var(--deep);border-color:var(--deep);color:var(--warm-white)}.qs-chip.unavailable{opacity:.35;cursor:not-allowed;text-decoration:line-through}.qs-footer{padding:1rem 1.8rem 2rem;display:flex;flex-direction:column;gap:.8rem;border-top:1px solid var(--linen);margin-top:.4rem;position:sticky;bottom:0;background:var(--warm-white)}.qs-confirm{width:100%;padding:14px;font-size:.78rem;text-align:center}.qs-confirm:disabled{opacity:.45;cursor:not-allowed}.qs-view-link{text-align:center;font-size:.74rem;color:var(--clay);text-decoration:none;letter-spacing:.06em;transition:color .2s}.qs-view-link:hover{color:var(--bark)}.qv-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#4a3c3280;z-index:600;opacity:0;pointer-events:none;transition:opacity .3s;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.qv-overlay.open{opacity:1;pointer-events:all}.qv-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-46%);width:min(880px,94vw);max-height:88vh;background:var(--warm-white);border-radius:14px;z-index:601;opacity:0;pointer-events:none;transition:opacity .3s,transform .3s;overflow:hidden;display:flex;flex-direction:column}.qv-modal.open{opacity:1;pointer-events:all;transform:translate(-50%,-50%)}.qv-close{position:absolute;top:1rem;right:1rem;z-index:2;background:var(--warm-white)}.qv-inner{display:grid;grid-template-columns:1fr 1fr;overflow-y:auto;flex:1}.qv-img-wrap{background:var(--linen);display:flex;align-items:center;justify-content:center;min-height:360px}.qv-img-wrap img{width:100%;height:100%;object-fit:cover;display:block}.qv-info{padding:2.5rem 2rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.qv-title{font-family:Cormorant Garamond,serif;font-size:1.6rem;font-weight:300;color:var(--deep);line-height:1.25}.qv-price{font-family:Cormorant Garamond,serif;font-size:1.4rem;color:var(--deep)}.qv-options{display:flex;flex-direction:column;gap:1.2rem}.qv-option-label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--clay);margin-bottom:.6rem;display:flex;align-items:center;gap:6px}.qv-option-label .qs-selected-val{color:var(--deep);font-weight:500;font-size:.72rem;letter-spacing:.05em;text-transform:none}.qv-chips{display:flex;flex-wrap:wrap;gap:6px}.qv-chip{border:1px solid var(--stone);border-radius:8px;padding:6px 14px;font-size:.74rem;color:var(--bark);cursor:pointer;background:none;transition:all .2s;font-family:DM Sans,sans-serif}.qv-chip:hover{border-color:var(--bark);color:var(--deep);background:var(--linen)}.qv-chip.selected{background:var(--deep);border-color:var(--deep);color:var(--warm-white)}.qv-chip.unavailable{opacity:.32;cursor:not-allowed;text-decoration:line-through}.qv-confirm{width:100%;padding:14px;font-size:.78rem;text-align:center;margin-top:.5rem}.qv-confirm:disabled{opacity:.45;cursor:not-allowed}.qv-full-link{text-align:center;font-size:.74rem;color:var(--clay);text-decoration:none;letter-spacing:.06em;transition:color .2s}.qv-full-link:hover{color:var(--bark)}.hover-label{border:none;font-family:DM Sans,sans-serif;font-size:.68rem;letter-spacing:.18em;text-transform:uppercase;cursor:pointer;width:100%}@media(max-width:600px){.qv-inner{grid-template-columns:1fr}.qv-img-wrap{min-height:260px;max-height:300px}.qv-info{padding:1.5rem}.qv-modal{width:98vw;max-height:92vh;border-radius:14px 14px 0 0;top:auto;bottom:0;left:0;transform:translateY(100%)}.qv-modal.open{transform:translateY(0)}}.product-img-wrap{background:var(--warm-white)}.product-img-real{mix-blend-mode:multiply}.product-main-image{background:var(--warm-white)!important}.product-main-image img{mix-blend-mode:multiply}.thumb-btn{background:var(--warm-white)!important}.thumb-btn img{mix-blend-mode:multiply}.qv-img-wrap{background:var(--warm-white)!important}.qv-img-wrap img{mix-blend-mode:multiply}.page-container{max-width:860px;margin:0 auto;padding:4rem 5rem 6rem}.page-title{font-family:Cormorant Garamond,serif;font-size:2.4rem;font-weight:300;color:var(--deep);margin-bottom:2rem}.page-content{font-size:.95rem;line-height:1.8;color:var(--bark)}.contact-form-wrap{margin-top:3rem;max-width:560px}.contact-field{margin-bottom:1.4rem}.contact-field label{display:block;font-size:.8rem;letter-spacing:.06em;text-transform:uppercase;color:var(--clay);margin-bottom:.4rem}.contact-field .required{color:var(--clay)}.contact-field input,.contact-field textarea{width:100%;padding:12px 14px;border:1px solid var(--linen);border-radius:8px;font-family:inherit;font-size:.9rem;background:var(--warm-white);color:var(--deep);outline:none;transition:border-color .2s;box-sizing:border-box}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--bark)}.contact-field textarea{resize:vertical;min-height:140px}.contact-submit{margin-top:.5rem;padding:14px 32px}.contact-success{background:#f0f9f0;border:1px solid #b8ddb8;color:#2d6a2d;padding:14px 18px;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem}@media(max-width:600px){.page-container{padding:2.5rem 1.2rem 4rem}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/theme.css.map */
