:root{--background:#faf6ee;--foreground:#3a2e22;--primary:#3a2e22;--primary-foreground:#faf6ee;--secondary:#f1e9d8;--muted:#f1ebdc;--muted-foreground:#7a6a55;--accent:#c9a35a;--border:#e7decc;--card:#ffffff}*{box-sizing:border-box;margin:0;padding:0;border-color:var(--border)}html{scroll-behavior:smooth}body{background:var(--background);color:var(--foreground);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;line-height:1.5}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{font-family:Playfair Display,Georgia,serif;font-weight:500;letter-spacing:-.01em;line-height:1.15}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.tracking-wide{letter-spacing:.3em;text-transform:uppercase;font-size:.72rem;color:var(--muted-foreground)}.site-header{position:sticky;top:0;z-index:50;background:#faf6eeeb;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}.site-header .inner{display:flex;align-items:center;justify-content:space-between;height:72px}.brand{font-family:Playfair Display,serif;font-size:1.4rem;letter-spacing:.04em}.nav{display:flex;gap:2rem;font-size:.9rem}.nav a:hover{color:var(--accent)}.icons{display:flex;gap:1rem;align-items:center}.header-icon{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;color:var(--foreground);border-radius:999px;transition:color .2s ease,background .2s ease}.header-icon:hover{color:var(--accent);background:#c9a35a1a}.header-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.header-icon--cart{position:relative}.cart-count{position:absolute;top:3px;right:2px;min-width:17px;height:17px;padding:0 4px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--accent);color:#fff;font-size:10px;line-height:1;font-weight:600}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:48px;padding:0 2rem;font-size:.9rem;font-weight:500;border:1px solid transparent;cursor:pointer;transition:all .2s}.btn-primary{background:var(--primary);color:var(--primary-foreground)}.btn-primary:hover{background:#2a2118}.btn-outline{background:transparent;border-color:var(--foreground);color:var(--foreground)}.btn-outline:hover{background:var(--foreground);color:var(--primary-foreground)}.btn-ghost{background:transparent;color:#fff}.btn-ghost:hover{background:#ffffff1a}.hero{position:relative;height:78vh;min-height:520px;overflow:hidden}.hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.hero .overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.4),transparent)}.hero .content{position:relative;z-index:2;height:100%;display:flex;align-items:center;color:#fff}.hero h1{font-size:clamp(2.5rem,6vw,4.5rem);line-height:1.05;margin:1rem 0}.hero p{max-width:28rem;color:#ffffffd9;margin:1.5rem 0 2.5rem;font-size:1.05rem}.hero .cta{display:flex;gap:1rem;flex-wrap:wrap}.hero .eyebrow{color:#ffffffb3}.trust{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background:#f1e9d880}.trust .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;padding:3.5rem 0}@media(min-width:768px){.trust .grid{grid-template-columns:repeat(4,1fr)}}.trust .item{text-align:center}@media(min-width:768px){.trust .item{text-align:left}}.trust .item .icon{color:var(--accent);font-size:1.45rem;line-height:1;margin-bottom:1.25rem}.trust .item h3{font-family:Playfair Display,serif;font-size:1.1rem}.trust .item p{color:var(--muted-foreground);font-size:.88rem;margin-top:.4rem}.section{padding:6rem 0}.section-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;flex-wrap:wrap;gap:1rem}.section-head h2{font-size:clamp(1.8rem,3.5vw,3rem);max-width:32rem;line-height:1.15}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}@media(min-width:768px){.product-grid{grid-template-columns:repeat(4,1fr);gap:2rem}}.product-card{display:block;color:inherit}.product-card .img{aspect-ratio:4/5;overflow:hidden;background:var(--secondary);margin-bottom:1rem}.product-card .img img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.product-card:hover .img img{transform:scale(1.05)}.product-card .title{font-family:Playfair Display,serif;font-size:1.05rem}.product-card .price{color:var(--muted-foreground);font-size:.9rem;margin-top:.25rem}.split{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.split{grid-template-columns:1fr 1fr;gap:5rem}}.split .img{aspect-ratio:4/5;overflow:hidden}.split .img img{width:100%;height:100%;object-fit:cover}.bg-cream{background:#f1e9d880}.quote-block{max-width:48rem;margin:0 auto;text-align:center;padding:6rem 1.5rem}.quote-block p{font-family:Playfair Display,serif;font-size:clamp(1.5rem,2.6vw,2.25rem);line-height:1.3}.cta-card{background:var(--primary);color:var(--primary-foreground);display:grid;grid-template-columns:1fr;overflow:hidden}@media(min-width:768px){.cta-card{grid-template-columns:1fr 1fr}}.cta-card .pad{padding:3rem}@media(min-width:768px){.cta-card .pad{padding:4rem}}.cta-card h2{font-size:clamp(2rem,3.5vw,3rem);line-height:1.15}.cta-card p{color:#faf6eebf;margin:1rem 0 2rem;max-width:28rem}.cta-card .img{aspect-ratio:4/3}@media(min-width:768px){.cta-card .img{aspect-ratio:auto;height:100%}}.cta-card .img img{width:100%;height:100%;object-fit:cover}.btn-secondary{background:var(--background);color:var(--foreground)}.btn-secondary:hover{background:var(--secondary)}.site-footer{background:var(--primary);color:var(--primary-foreground);padding:4rem 0 2rem;margin-top:6rem}.site-footer .cols{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:768px){.site-footer .cols{grid-template-columns:2fr 1fr 1fr 1fr}}.site-footer h4{font-family:Playfair Display,serif;font-size:1.05rem;margin-bottom:1rem}.site-footer a{color:#faf6eeb3;font-size:.9rem;display:block;padding:.25rem 0}.site-footer a:hover{color:#fff}.site-footer .bottom{margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.82rem;color:#faf6ee99;display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem}.page-content{max-width:48rem;margin:0 auto;padding:4rem 1.5rem}.page-content h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:2rem}.page-content p,.page-content li{color:var(--muted-foreground);line-height:1.75;margin-bottom:1rem}.page-content h2{font-size:1.5rem;margin:2rem 0 1rem}.page-content a{color:var(--accent);text-decoration:underline}.product{display:grid;grid-template-columns:1fr;gap:3rem;padding:3rem 0}@media(min-width:768px){.product{grid-template-columns:1fr 1fr;gap:4rem}}.product .gallery img{width:100%;aspect-ratio:1/1;object-fit:cover}.product h1{font-size:clamp(1.8rem,3vw,2.5rem);margin-bottom:1rem}.product .price{font-size:1.25rem;margin-bottom:1.5rem;color:var(--muted-foreground)}.product form{margin-top:2rem}.product label{display:block;font-size:.85rem;text-transform:uppercase;letter-spacing:.15em;margin-bottom:.5rem}.product select{width:100%;height:48px;padding:0 1rem;border:1px solid var(--border);background:#fff;margin-bottom:1.5rem;font-size:.95rem}.product .desc{color:var(--muted-foreground);line-height:1.75;margin-top:2rem}.blog-grid{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:4rem 0}@media(min-width:768px){.blog-grid{grid-template-columns:repeat(3,1fr)}}.blog-grid article h3{font-family:Playfair Display,serif;font-size:1.25rem;margin:.75rem 0}.blog-grid article .meta{font-size:.8rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.15em}.blog-grid article p{color:var(--muted-foreground);font-size:.92rem;margin-top:.5rem}.fade-in-up{animation:fadeInUp .9s ease-out both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.sr-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.sr-max-3xl{max-width:48rem}.sr-grid-2{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.sr-grid-2{grid-template-columns:1fr 1fr;gap:5rem}}.sr-gap-lg{gap:3rem}.sr-items-center{align-items:center}.sr-py-xl{padding:6rem 0}@media(min-width:768px){.sr-py-xl{padding:8rem 0}}.sr-mb-lg{margin-bottom:2.5rem}.sr-mb-xl{margin-bottom:3rem}.sr-bg-cream{background:color-mix(in srgb,var(--secondary) 40%,transparent)}.sr-border-y{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.sr-order-1{order:1}.sr-order-2{order:2}.sr-eyebrow{font-size:.75rem;letter-spacing:.3em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:1.5rem}.sr-h1{font-family:Playfair Display,serif;font-size:clamp(2.25rem,5vw,3rem);line-height:1.1}.sr-h2{font-family:Playfair Display,serif;font-size:clamp(1.875rem,4vw,3rem);line-height:1.1}.sr-aspect-square{aspect-ratio:1/1;overflow:hidden;border-radius:2px}.sr-aspect-square img{width:100%;height:100%;object-fit:cover;transition:transform .8s ease}.sr-hover-zoom:hover img{transform:scale(1.05)}.sr-feature-list{display:flex;flex-direction:column;gap:2rem}.sr-feature-row{display:grid;grid-template-columns:1fr 2fr;gap:1.5rem;border-top:1px solid var(--border);padding-top:1.5rem}.sr-feature-title{font-family:Playfair Display,serif;font-size:1.125rem}.sr-feature-text{font-size:.875rem;color:var(--muted-foreground);line-height:1.7;margin:0}.sr-faq-list{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.sr-faq-item{border-bottom:1px solid var(--border);padding:1.5rem 0}.sr-faq-item:last-child{border-bottom:none}.sr-faq-q{cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;font-family:Playfair Display,serif;font-size:1.125rem}.sr-faq-q::-webkit-details-marker{display:none}.sr-faq-plus{color:var(--accent);font-size:1.5rem;transition:transform .2s ease;flex-shrink:0;margin-top:.125rem}.sr-faq-item[open] .sr-faq-plus{transform:rotate(45deg)}.sr-faq-a{margin-top:1rem;color:var(--muted-foreground);line-height:1.7}.sr-faq-a p{margin:0}.product-card-wrap,.product-card-wrap .img{position:relative}.badge-sale,.badge-sold{position:absolute;top:.75rem;left:.75rem;background:var(--accent);color:#fff;font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;padding:.35rem .55rem;z-index:2}.badge-sold{background:#3a2e22;left:auto;right:.75rem}.price .compare{margin-left:.5rem;text-decoration:line-through;color:var(--muted-foreground);font-size:.85rem}.quick-buy{position:absolute;left:0;right:0;bottom:auto;top:calc(80% - 2.5rem);padding:0 .75rem;opacity:0;transform:translateY(.5rem);transition:opacity .25s ease,transform .25s ease;pointer-events:none}.product-card-wrap:hover .quick-buy,.product-card-wrap:focus-within .quick-buy{opacity:1;transform:translateY(0);pointer-events:auto}.quick-buy-btn{width:100%;height:42px;background:#fffffff5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--foreground);font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer}.quick-buy-btn:hover{background:var(--foreground);color:var(--primary-foreground)}@media(hover:none){.quick-buy{opacity:1;transform:none;pointer-events:auto;position:static;padding:.75rem 0 0}}.sr-eyebrow{font-size:11px;letter-spacing:.4em;text-transform:uppercase;color:var(--accent,#b89060);margin-bottom:1.25rem}.sr-eyebrow--light{color:#f0e6d2d9}.sr-about-hero{position:relative;height:88vh;min-height:560px;overflow:hidden;display:flex;align-items:center;justify-content:center}.sr-about-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sr-about-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#000000b3,#0000008c 50%,#000c)}.sr-about-hero__inner{position:relative;z-index:2;text-align:center;color:#fdf6e8;padding:0 1.5rem;max-width:64rem}.sr-about-hero__inner h1{font-family:Playfair Display,Georgia,serif;font-weight:500;font-size:clamp(2.25rem,5.2vw,4.5rem);line-height:1.05;margin:0 0 2rem;letter-spacing:-.01em}.sr-about-hero__inner p{color:#f0e6d2d9;font-weight:300;font-size:clamp(1rem,1.3vw,1.125rem);line-height:1.75;max-width:36rem;margin:0 auto}.sr-about-section{max-width:72rem;margin:0 auto;padding:6rem 1.5rem}@media(min-width:768px){.sr-about-section{padding:9rem 1.5rem}}.sr-about-section--cream{max-width:none;background:#f6ede0}.sr-about-section--cream>.sr-about-grid{max-width:72rem;margin:0 auto}.sr-about-grid{display:grid;gap:3.5rem;align-items:center}@media(min-width:768px){.sr-about-grid{grid-template-columns:1fr 1fr;gap:5rem}}.sr-about-grid--reverse .sr-about-image{order:-1}@media(min-width:768px){.sr-about-grid--reverse .sr-about-image{order:0}}.sr-about-text h2{font-family:Playfair Display,Georgia,serif;font-weight:500;font-size:clamp(1.875rem,3.5vw,3rem);line-height:1.15;margin:0 0 2rem;letter-spacing:-.01em}.sr-about-text p{color:var(--muted-foreground,#7c6f5e);line-height:1.85;font-size:15px;margin:0}.sr-about-image{border-radius:1rem;overflow:hidden;box-shadow:0 30px 80px -30px #50321459;aspect-ratio:4/5}.sr-about-image img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.sr-about-image:hover img{transform:scale(1.04)}.sr-rule{display:flex;align-items:center;gap:1rem;margin-top:2.5rem}.sr-rule span{height:1px;width:3rem;background:var(--accent,#b89060)}.sr-rule em{font-style:normal;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--muted-foreground,#7c6f5e)}.sr-feature-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:3rem}@media(max-width:640px){.sr-feature-cards{grid-template-columns:1fr}}.sr-feature-cards>div{border:1px solid var(--border,#e8e0d2);border-radius:.75rem;padding:1.25rem;background:#fff9}.sr-feature-cards strong{display:block;font-family:Playfair Display,Georgia,serif;font-weight:500;font-size:1rem;margin-bottom:.35rem}.sr-feature-cards span{font-size:12px;color:var(--muted-foreground,#7c6f5e);letter-spacing:.02em}.sr-about-cinematic{position:relative;min-height:640px;display:flex;align-items:center;overflow:hidden}@media(min-width:768px){.sr-about-cinematic{min-height:760px}}.sr-about-cinematic img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.sr-about-cinematic__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#000000d9,#000000a6 55%,#0006)}.sr-about-cinematic__inner{position:relative;z-index:2;max-width:72rem;margin:0 auto;padding:6rem 1.5rem;width:100%;color:#fdf6e8}.sr-about-cinematic__inner h2{font-family:Playfair Display,Georgia,serif;font-weight:500;font-size:clamp(1.875rem,3.5vw,3rem);line-height:1.15;margin:0 0 2rem;max-width:32rem}.sr-about-cinematic__inner p{color:#f0e6d2d9;font-weight:300;line-height:1.85;max-width:32rem;font-size:15px;margin:0}.sr-values-header{text-align:center;margin-bottom:4rem}.sr-values-header h2{font-family:Playfair Display,Georgia,serif;font-weight:500;font-size:clamp(1.875rem,3.5vw,3rem);line-height:1.15;margin:0}.sr-values-grid{display:grid;gap:2.5rem}@media(min-width:768px){.sr-values-grid{grid-template-columns:repeat(3,1fr);gap:3.5rem}}.sr-value__num{font-family:Playfair Display,Georgia,serif;color:var(--accent,#b89060);font-size:14px;letter-spacing:.3em;margin-bottom:1.25rem}.sr-value h3{font-family:Playfair Display,Georgia,serif;font-weight:500;font-size:1.5rem;margin:0 0 1rem}.sr-value p{color:var(--muted-foreground,#7c6f5e);line-height:1.85;font-size:15px;margin:0}.sr-about-cta{background:#f1e6d6;text-align:center;padding:6rem 1.5rem;max-width:none}@media(min-width:768px){.sr-about-cta{padding:8rem 1.5rem}}.sr-about-cta h2{font-family:Playfair Display,Georgia,serif;font-weight:500;font-size:clamp(1.875rem,4.5vw,3.75rem);line-height:1.1;margin:0 0 2.5rem}.sr-cta-btn{display:inline-flex;align-items:center;justify-content:center;height:3.5rem;padding:0 3rem;border-radius:999px;background:var(--primary,#3a2e22);color:var(--primary-foreground,#fdf6e8);font-size:13px;letter-spacing:.25em;text-transform:uppercase;text-decoration:none;box-shadow:0 20px 50px -20px #50321480;transition:opacity .2s}.sr-cta-btn:hover{opacity:.9}.sr-cta-meta{margin-top:2.5rem;font-size:12px;letter-spacing:.3em;text-transform:uppercase;color:var(--muted-foreground,#7c6f5e)}.product-page{padding:2rem 1rem 6rem}@media(min-width:768px){.product-page{padding:3rem 1.5rem 5rem}}.back-link{display:inline-block;color:var(--muted-foreground);font-size:.85rem;margin-bottom:1.25rem}.back-link:hover{color:var(--foreground)}.product-grid-pdp{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.product-grid-pdp{grid-template-columns:1fr 1fr;gap:4rem}}.gallery-pdp{display:flex;gap:.5rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -1rem;padding:0 1rem}.gallery-pdp::-webkit-scrollbar{display:none}.gallery-img{flex:0 0 88%;scroll-snap-align:center;aspect-ratio:1/1;background:var(--secondary);overflow:hidden;border-radius:2px}.gallery-img img{width:100%;height:100%;object-fit:cover}@media(min-width:768px){.gallery-pdp{display:grid;gap:1rem;overflow:visible;margin:0;padding:0}.gallery-img{flex:initial;scroll-snap-align:none}}.info-pdp{align-self:flex-start}@media(min-width:768px){.info-pdp{position:sticky;top:96px}}.product-title{font-size:clamp(1.5rem,3vw,2.5rem);line-height:1.15;margin:0}.price-block{margin-top:.75rem;display:flex;align-items:baseline;gap:.75rem;font-size:1.35rem}.price-compare{text-decoration:line-through;color:var(--muted-foreground);font-size:1rem}.badge-sale{font-size:.65rem;letter-spacing:.18em;text-transform:uppercase;padding:.25rem .5rem;background:var(--accent);color:#fff;border-radius:2px}.stock-status{margin-top:.5rem;font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-foreground)}.desc-pdp{margin-top:1.25rem;color:var(--muted-foreground);line-height:1.7;white-space:pre-line;font-size:.95rem}.product-form{margin-top:1.5rem}.variant-section{margin-bottom:1.5rem}.variant-label{font-size:.72rem;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-foreground);margin-bottom:.75rem}.variant-current{margin-left:.5rem;letter-spacing:normal;text-transform:none;color:var(--foreground)}.variant-swatches{display:flex;flex-wrap:wrap;gap:.6rem}.variant-swatch{position:relative;background:transparent;border:1px solid var(--border);cursor:pointer;padding:0;overflow:hidden;transition:all .15s;border-radius:2px}.variant-swatch:has(img){width:56px;height:56px}@media(min-width:768px){.variant-swatch:has(img){width:64px;height:64px}}.variant-swatch:not(:has(img)){padding:0 1rem;height:40px;font-size:.85rem;color:var(--foreground)}.variant-swatch img{width:100%;height:100%;object-fit:cover;display:block}.variant-swatch:hover{border-color:var(--foreground)}.variant-swatch.is-active{border-color:var(--foreground);box-shadow:0 0 0 2px var(--background),0 0 0 4px var(--foreground)}.variant-swatch.is-unavailable{opacity:.4;text-decoration:line-through;cursor:not-allowed}.qty-row{display:flex;gap:.75rem;align-items:stretch;margin-top:.5rem}.qty-control{display:flex;align-items:center;border:1px solid var(--border)}.qty-btn{width:44px;height:48px;background:transparent;border:0;cursor:pointer;font-size:1.1rem;color:var(--foreground)}.qty-btn:hover{background:var(--secondary)}.qty-input{width:44px;height:48px;border:0;text-align:center;background:transparent;font-size:.95rem;-moz-appearance:textfield}.qty-input::-webkit-outer-spin-button,.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.btn-pdp{flex:1;height:48px}.btn-buynow{width:100%;margin-top:.75rem}.bullets{margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);display:grid;gap:.5rem;color:var(--muted-foreground);font-size:.88rem}.pdp-sticky-bar{position:fixed;left:0;right:0;bottom:0;z-index:50;display:flex;gap:.5rem;align-items:center;padding:.6rem .75rem calc(.6rem + env(safe-area-inset-bottom));background:var(--background);border-top:1px solid var(--border);box-shadow:0 -6px 20px -10px #00000026}.pdp-sticky-bar .sb-price{flex:1;min-width:0;display:flex;flex-direction:column;line-height:1.1}.pdp-sticky-bar .sb-price strong{font-size:1.05rem;color:var(--foreground)}.pdp-sticky-bar .sb-price small{font-size:.7rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.14em;margin-top:.15rem}.pdp-sticky-bar .sb-actions{display:flex;gap:.5rem;flex:0 0 auto}.pdp-sticky-bar .btn{height:44px;padding:0 1rem;font-size:.8rem}@media(min-width:768px){.pdp-sticky-bar{display:none}}@media(max-width:767px){body:has(.pdp-sticky-bar){padding-bottom:72px}}.gallery-wrap{position:relative}.gallery-nav,.gallery-dots{display:none}@media(max-width:767px){.gallery-nav{position:absolute;top:calc(50% - 30px);transform:translateY(-50%);width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:#ffffffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--border);color:var(--foreground);font-size:1.4rem;line-height:1;cursor:pointer;box-shadow:0 2px 8px #00000014;padding:0}.gallery-prev{left:.5rem}.gallery-next{right:.5rem}.gallery-nav:disabled{opacity:.4;cursor:not-allowed}.gallery-dots{display:flex;justify-content:center;align-items:center;gap:.4rem;margin-top:.75rem}.gallery-dot{width:6px;height:6px;border-radius:999px;background:#00000040;border:0;padding:0;cursor:pointer;transition:all .2s}.gallery-dot.is-active{width:24px;background:var(--foreground)}}.nav-toggle{display:none;width:40px;height:40px;border:0;background:transparent;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:0;margin-right:-8px}.nav-toggle span{display:block;width:22px;height:1.5px;background:var(--ink,#2d2a26);transition:transform .2s}.mobile-nav{position:fixed;top:0;left:0;bottom:0;width:82%;max-width:340px;min-height:100vh;min-height:100dvh;background:#fff!important;background-color:#fff!important;z-index:60;transform:translate(-100%);transition:transform .28s ease;display:flex;flex-direction:column;box-shadow:2px 0 24px #00000014;isolation:isolate;overflow:hidden;opacity:1!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.mobile-nav:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#fff!important;z-index:0;pointer-events:none}.mobile-nav.is-open{transform:translate(0)}.mobile-nav__head{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);background:#fff!important}.mobile-nav__brand{font-family:Playfair Display,serif;font-size:1.25rem;letter-spacing:.04em}.mobile-nav__close{background:transparent;border:0;font-size:2rem;line-height:1;cursor:pointer;color:var(--ink,#2d2a26);padding:0 .25rem}.mobile-nav__links{position:relative;z-index:1;display:flex;flex:1;flex-direction:column;padding:.75rem .5rem;gap:.125rem;background:#fff!important}.mobile-nav__links a{padding:.85rem 1rem;border-radius:8px;font-size:1rem;color:var(--ink,#2d2a26);text-decoration:none;transition:background .15s}.mobile-nav__links a:hover,.mobile-nav__links a.is-active{background:#0000000d}.mobile-nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:55;opacity:0;transition:opacity .25s}.mobile-nav-overlay.is-open{opacity:1}@media(max-width:989px){.site-header .nav{display:none}.nav-toggle{display:flex}.site-header .inner{height:64px;gap:.5rem}.site-header .brand{flex:1;text-align:center;font-size:1.2rem}.site-header .icons{gap:.65rem;font-size:.9rem}}@media(min-width:990px){.mobile-nav,.mobile-nav-overlay{display:none!important}}#MobileMenuDrawer,.mobile-menu-drawer,.drawer,.mobile-nav,.mobile-nav__head,.mobile-nav__links{background:#fff!important;background-color:#fff!important;opacity:1!important}.product-card-wrap{border-radius:8px;overflow:hidden;box-shadow:0 4px 18px #0000001a;transition:box-shadow .35s ease,transform .35s ease}.product-card-wrap:hover{box-shadow:0 10px 32px #7850ff38;transform:translateY(-4px)}.product-card{position:relative;overflow:hidden}.product-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 25%,rgba(255,120,210,.13) 40%,rgba(100,210,255,.13) 55%,rgba(180,255,160,.1) 65%,transparent 75%);background-size:250% 250%;opacity:0;pointer-events:none;transition:opacity .4s ease;animation:holo-shift 4s linear infinite}.product-card-wrap:hover .product-card:after{opacity:1}@keyframes holo-shift{0%{background-position:0% 50%;filter:hue-rotate(0deg)}50%{background-position:100% 50%;filter:hue-rotate(180deg)}to{background-position:0% 50%;filter:hue-rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/32/assets/theme.css.map */
