*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}*,*:before,*:after{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cline x1='7' y1='29' x2='21' y2='15' stroke='%234C4056' stroke-width='4.2' stroke-linecap='round'/%3E%3Cline x1='7' y1='29' x2='21' y2='15' stroke='%23FEFAF4' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='11' cy='25' r='1.7' fill='%23C9B6E8' stroke='%23FEFAF4' stroke-width='0.6'/%3E%3Ccircle cx='16.5' cy='19.5' r='1.3' fill='%23F8CDD6' stroke='%23FEFAF4' stroke-width='0.5'/%3E%3Cpath d='M25 2 L27.2 8.5 L34 10.5 L27.2 12.5 L25 19 L22.8 12.5 L16 10.5 L22.8 8.5 Z' fill='%23F0917B' stroke='%234C4056' stroke-width='1.2'/%3E%3C/svg%3E") 25 6,auto!important}body{margin:0;font-family:var(--font-body);font-size:calc(16px * var(--body-scale));line-height:1.6;color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,video,svg{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font:inherit;cursor:pointer;background:none;border:0;color:inherit}input,select,textarea{font:inherit;color:inherit}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-heading);font-weight:700;line-height:1.1;letter-spacing:-.01em}p{margin:0 0 1rem}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.h-display{font-family:var(--font-heading);font-size:calc(clamp(2.75rem,7vw,6rem) * var(--heading-scale));text-transform:var(--heading-transform);letter-spacing:-.02em;line-height:.95;font-weight:800}.h1{font-size:calc(clamp(2.25rem,4.5vw,3.75rem) * var(--heading-scale));letter-spacing:-.025em;line-height:1.05;font-weight:800}.h2{font-size:calc(clamp(1.75rem,3.2vw,2.5rem) * var(--heading-scale));letter-spacing:-.02em;line-height:1.1;font-weight:700}.h3{font-size:calc(clamp(1.25rem,2vw,1.625rem) * var(--heading-scale));letter-spacing:-.01em;line-height:1.2;font-weight:700}.h4{font-size:calc(1.125rem * var(--heading-scale));font-weight:600}.eyebrow{margin:0 0 14px;font-size:12.5px;letter-spacing:.18em;text-transform:uppercase;color:var(--primary-hover);font-weight:800;display:block}.lead{font-size:1.15rem;color:var(--muted);max-width:56ch;line-height:1.65}.muted{color:var(--muted)}.container{width:100%;max-width:var(--page-width);margin:0 auto;padding:0 clamp(16px,4vw,32px)}.section{padding-block:var(--section-spacing)}.section--sm{padding-block:calc(var(--section-spacing) * .5)}.section--tight{padding-block:0;margin:0}.shopify-section:first-child .section--tight{margin-top:0}.stack{display:flex;flex-direction:column;gap:1rem}.stack-lg{display:flex;flex-direction:column;gap:2rem}.row{display:flex;flex-wrap:wrap;gap:1rem;align-items:center}.grid{display:grid;gap:clamp(16px,2vw,24px)}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}@media(max-width:900px){.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.grid-4,.grid-2{grid-template-columns:1fr}}.section-head{display:flex;justify-content:space-between;align-items:end;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.section-head__title{display:flex;flex-direction:column;gap:.4rem}.section-head__link{color:var(--fg);font-weight:800;font-size:13.5px;display:inline-flex;align-items:center;gap:.35rem;padding:11px 22px;border-radius:999px;background:var(--surface);box-shadow:0 10px 24px -16px #4c405680;white-space:nowrap;transition:transform .15s ease}.section-head__link:hover{transform:translateY(-1px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.85rem;font-weight:700;font-size:.9rem;letter-spacing:.015em;text-transform:none;border-radius:var(--btn-radius);transition:background .2s ease,color .2s ease,transform .12s ease,border-color .2s ease,box-shadow .2s ease;border:2px solid transparent;cursor:pointer;line-height:1;min-height:50px;font-family:var(--font-heading)}.btn:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.btn--primary{background:var(--primary);color:#fff;box-shadow:0 12px 30px -8px rgb(from var(--primary) r g b / .7)}.btn--primary:hover{transform:translateY(-2px)}.btn--outline{background:transparent;color:var(--fg);border-color:rgb(from var(--fg) r g b / .2)}.btn--outline:hover{background:var(--fg);color:var(--bg);border-color:var(--fg);transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--fg);padding:.75rem 1.25rem;min-height:auto;box-shadow:none}.btn--ghost:hover{color:var(--primary)}.btn--block{display:flex;width:100%}.btn--sm{padding:.65rem 1.15rem;font-size:.82rem;min-height:42px}.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}.input,.select,.textarea{width:100%;padding:.85rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:border-color .15s ease,box-shadow .15s ease}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgb(from var(--primary) r g b / .12)}.form-row{display:flex;flex-direction:column;gap:.4rem}.form-row label{font-weight:600;font-size:.9rem}.form-row small{color:var(--muted);font-size:.8rem}.form-error{color:#c0392b;font-size:.85rem}.site-header{position:sticky;top:0;z-index:60;color:var(--fg);background:rgb(from var(--bg) r g b / .86);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgb(76 64 86 / .09)}.site-header__inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;padding:1.1rem 0}.site-header__left{display:flex;gap:1rem;align-items:center}.site-header__nav{display:flex;gap:2.5rem;align-items:center;flex-wrap:nowrap}.site-header__nav-link,.site-header__nav a{font-size:.92rem;font-weight:500;letter-spacing:0;white-space:nowrap;display:inline-flex;align-items:center;gap:.3rem;padding:.5rem 0;position:relative;text-transform:none;color:inherit;font-family:var(--font-body)}.site-header__nav-link:after,.site-header__nav a:not(.site-header__icon):after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:1.5px;background:var(--primary);transform:scaleX(0);transform-origin:left;transition:transform .25s cubic-bezier(.4,0,.2,1)}.site-header__nav-link:hover:after,.site-header__nav a:not(.site-header__icon):hover:after{transform:scaleX(1)}.site-header__nav-link:hover,.site-header__nav a:hover{color:inherit}.site-header__nav.nav-links a{font-weight:700;letter-spacing:.02em}.site-header__nav.nav-links a:after{display:none}.site-header__nav.nav-links a.current{color:inherit;border-bottom:2px solid var(--primary);padding-bottom:2px}.site-header__nav-item.has-dropdown{position:relative}.site-header__dropdown{position:absolute;top:100%;left:-1rem;min-width:260px;background:var(--bg);border:1px solid var(--border);border-radius:14px;box-shadow:0 20px 50px #00000014;padding:.75rem;display:flex;flex-direction:column;gap:.15rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .15s ease,transform .15s ease,visibility .15s;z-index:60}.site-header__nav-item.has-dropdown:hover .site-header__dropdown,.site-header__nav-item.has-dropdown:focus-within .site-header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.site-header__dropdown-item{padding:.65rem 1rem;text-transform:none;letter-spacing:0;font-size:1rem;font-weight:600;font-family:var(--font-heading);border-radius:10px;transition:background .15s ease,color .15s ease,padding-left .15s ease}.site-header__dropdown .site-header__dropdown-item{color:var(--fg)}.site-header__dropdown-item:after{display:none}.site-header__dropdown .site-header__dropdown-item:hover{background:#7a6a8c;color:#fefaf4;padding-left:1.2rem}@media(max-width:1100px){.site-header__nav{gap:1.5rem}.site-header__nav-link{font-size:.85rem}}.site-header__brand{justify-self:center;text-align:center;display:flex;align-items:center}.site-header__brand .wordmark{font-family:var(--font-heading);font-weight:600;letter-spacing:.02em;font-size:clamp(1.35rem,2vw,1.65rem);text-transform:none;color:inherit}.site-header__brand .inf{display:inline-block;margin-right:.35em;color:var(--primary);font-size:1.1em;vertical-align:-.1em;font-weight:400}.site-header__actions{display:flex;justify-content:flex-end;gap:1rem;align-items:center}.site-header__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:999px;position:relative}.site-header__icon:hover{background:rgb(from var(--fg) r g b / .06)}.site-header__icon.search-link:hover,.site-header__icon.bag-link:hover{background:none}.site-header__icon img{object-fit:contain;display:block;max-width:100%;max-height:100%}.site-header__icon svg{color:#7a6a8c;display:block}.cart-count{position:absolute;top:4px;right:4px;background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;padding:0 5px;border-radius:999px;display:none;align-items:center;justify-content:center;transition:transform .2s ease}.cart-count[data-count]:not([data-count="0"]){display:inline-flex}.cart-count.cart-count--bump{animation:cartBump .4s cubic-bezier(.4,1.6,.6,1)}@keyframes cartBump{0%{transform:scale(1)}40%{transform:scale(1.5)}to{transform:scale(1)}}.menu-toggle{display:none}@media(max-width:900px){.site-header__inner{grid-template-columns:auto 1fr auto;gap:.5rem;padding:.85rem 0}.site-header__left{gap:0}.site-header__nav{display:none}.menu-toggle{display:inline-flex}.site-header__brand .wordmark{font-size:1.15rem;letter-spacing:.02em}.site-header__icon{width:38px;height:38px}}.mobile-nav{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:var(--bg);transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;padding:1.5rem 1.25rem 2rem;overflow-y:auto;box-shadow:0 0 60px #00000026}.mobile-nav[aria-hidden=false]{transform:translate(0)}.mobile-nav__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.mobile-nav__brand{font-family:var(--font-heading);font-weight:800;letter-spacing:.12em;font-size:1.1rem;text-transform:uppercase}.mobile-nav a{font-size:1.05rem;padding:.85rem 0;border-bottom:1px solid var(--border);color:var(--fg);font-weight:500;display:flex;justify-content:space-between;align-items:center}.mobile-nav a:hover{color:var(--primary)}.mobile-nav a:after{content:"\2192";opacity:.35}.mobile-nav__close{align-self:flex-end;background:rgb(from var(--fg) r g b / .06);width:40px;height:40px;border-radius:999px;display:grid;place-items:center}.mobile-nav__group{padding-left:1rem}.mobile-nav__group a{font-size:.95rem;color:var(--muted);padding:.55rem 0}.site-footer{background:linear-gradient(180deg,#2E1B47 0%,var(--footer-bg) 100%);color:var(--footer-fg);padding:clamp(36px,5vw,56px) 28px clamp(18px,2.5vw,32px)}.site-footer a{color:inherit}.foot-wrap{position:relative;max-width:1160px;margin:0 auto}.foot-top{display:flex;flex-wrap:wrap;gap:26px 32px;padding-bottom:26px;border-bottom:1px solid rgb(214 197 240 / .18)}.foot-nav-grid{flex:2 1 460px;display:grid;grid-template-columns:minmax(180px,1.3fr) repeat(3,minmax(94px,.8fr));gap:30px 26px}@media(max-width:700px){.foot-nav-grid{grid-template-columns:1fr 1fr}}.foot-brand .logo{font-family:var(--font-heading);font-weight:600;font-size:26px;margin-bottom:16px;color:var(--footer-fg);letter-spacing:.02em;display:flex;align-items:center;gap:9px}.foot-brand .logo .inf{color:#c9b6e8}.foot-socials{display:flex;gap:12px;margin-bottom:22px}.foot-social{width:42px;height:42px;border-radius:50%;background:var(--bg);box-shadow:0 4px #0000002e;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.foot-social.ig{transform:rotate(-6deg)}.foot-social.pin{transform:rotate(5deg)}.foot-social.tiktok{transform:rotate(-4deg)}.foot-social:hover{transform:rotate(0) translateY(-2px)}.foot-contact-line{margin:0 0 4px;color:#fefaf499;font-size:14px;font-weight:500}.foot-contact-line.strong{color:#fefaf4d9;font-weight:600}.foot-col-head{background:none;border:none;padding:0;margin:0;width:100%;text-align:inherit;display:block;cursor:default;font:inherit;color:inherit}.foot-col-sign{display:none}.foot-col h4{margin:0 0 16px;font-family:var(--font-body);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#c9b6e8}.foot-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.foot-col a{color:#fefaf4b8;font-size:14px;font-weight:600}.foot-news{flex:1 1 250px}.foot-news h4{margin:0 0 12px;font-family:var(--font-body);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#c9b6e8}.foot-news p{margin:0 0 18px;color:#fefaf49e;font-size:14px;font-weight:500;line-height:1.55;max-width:32ch}.foot-news p em{font-family:var(--font-heading);font-style:italic;color:#d6c5f0}.foot-bot{display:flex;flex-wrap:wrap;gap:14px 24px;align-items:center;justify-content:space-between;padding:18px 0 10px;font-size:13px;color:#fefaf480;font-weight:600}.foot-legal{display:flex;gap:22px;align-items:center}.foot-legal a{color:#fefaf499}@keyframes bohConfetti{0%{transform:translateY(-6px) rotate(0);opacity:0}20%{opacity:1}to{transform:translateY(64px) rotate(220deg);opacity:0}}.confetti{display:flex;gap:12px;margin-bottom:12px;font-size:20px}.confetti span{animation:bohConfetti 1.1s ease-out both}.news-thanks{margin:0;font-family:var(--font-heading);font-style:italic;font-size:19px;color:#f4effb;animation:bohFade .4s ease}.news-form{display:flex;flex-direction:column;gap:10px;max-width:320px;margin:0}.news-form input{padding:13px 18px;border-radius:100px;border:1.5px solid rgb(214 197 240 / .32);background:#ffffff14;font-family:inherit;font-size:14px;font-weight:600;color:#fefaf4;outline:none}.news-form button{background:#c9b6e8;color:#3b2560;border:none;padding:13px 22px;border-radius:100px;font-family:inherit;font-weight:800;font-size:14px;cursor:pointer}.card{background:var(--surface);border-radius:var(--card-radius);overflow:hidden;border:1px solid var(--border)}.product-card{display:flex;flex-direction:column;gap:.9rem;text-decoration:none}.product-card__media{position:relative;overflow:hidden;border-radius:var(--card-radius);aspect-ratio:3/4;background:var(--surface)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease,opacity .3s ease}.product-card:hover .product-card__media img{transform:scale(1.05)}.product-card__media .product-card__alt{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .4s ease;width:100%;height:100%;object-fit:cover}.product-card:hover .product-card__alt{opacity:1}.product-card__tag{position:absolute;top:.85rem;left:.85rem;background:var(--accent);color:#fff;font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;padding:.4rem .75rem;border-radius:999px;font-weight:700}.product-card__body{display:flex;flex-direction:column;gap:.35rem;padding:0 .25rem}.product-card__title{font-family:var(--font-heading);font-size:1rem;font-weight:600;line-height:1.25;color:var(--fg)}.product-card__price{display:flex;gap:.5rem;align-items:baseline}.product-card__price .price{font-weight:700;color:var(--fg)}.product-card__price .compare{color:var(--muted);text-decoration:line-through;font-size:.9rem}.hero{position:relative;width:100%;aspect-ratio:16 / 9;min-height:480px;max-height:92vh;margin:0;padding:0;overflow:hidden;background:radial-gradient(ellipse at 20% 20%,rgb(from var(--primary) r g b / .12),transparent 60%),radial-gradient(ellipse at 80% 80%,rgb(from var(--accent) r g b / .15),transparent 55%),linear-gradient(180deg,var(--surface),var(--bg));display:flex;align-items:center;justify-content:center}@media(max-width:720px){.hero{aspect-ratio:9 / 13;max-height:80vh;min-height:420px}.hero video{object-fit:cover}.hero__cta-float{bottom:1rem;right:1rem}.hero__cta-float .btn{padding:.85rem 1.4rem;font-size:.82rem}}.template-index .hero,.section-hero .hero{margin-top:0}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 1px 1px,rgb(from var(--fg) r g b / .04) 1px,transparent 0);background-size:24px 24px;z-index:0}.hero:after{content:"\2605";position:absolute;top:15%;right:8%;font-size:clamp(60px,8vw,140px);color:var(--primary);opacity:.08;font-family:var(--font-heading);transform:rotate(-12deg);z-index:0}.hero--has-media:before,.hero--has-media:after{display:none}.hero--has-media{background:#f7efe6}.hero__grad-top{position:absolute;top:0;left:0;right:0;height:200px;background:linear-gradient(to bottom,#4c405657,#4c405600);z-index:1}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.hero__media video,.hero__media img{width:100%;height:100%;object-fit:cover;display:block}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;z-index:0;transition:opacity 1s ease}.hero__slide.is-active{opacity:1;z-index:1}.hero-video{background:#000}.hero__media--split{display:flex}.hero__media--split>*{flex:1}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 20%,rgba(0,0,0,.35));z-index:1}.hero--has-media .hero__content{color:#fff}.hero__content{position:relative;z-index:2;color:var(--fg);padding:2rem;display:flex;flex-direction:row;justify-content:center;align-items:center}.hero__content-in{max-width:820px;text-align:center;display:flex;flex-direction:column;gap:1.5rem;align-items:center}.hero--has-media .hero__content.is-dark,.hero__content.is-dark{color:var(--fg)}.hero__title{font-size:clamp(3rem,8vw,6.5rem);letter-spacing:.12em;text-transform:uppercase;line-height:.9}.hero--has-media .hero__title{text-shadow:0 4px 30px rgba(76,64,86,.3)}.hero__subtitle{font-size:clamp(1rem,1.5vw,1.25rem);letter-spacing:.12em;text-transform:uppercase;opacity:.8;font-weight:500}.hero__scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:#fff;opacity:.6;z-index:2;display:flex;flex-direction:column;align-items:center;gap:.5rem;mix-blend-mode:difference}.hero__scroll-hint:after{content:"";width:1px;height:32px;background:linear-gradient(180deg,currentColor,transparent);animation:scrollHint 2s ease-in-out infinite}@keyframes scrollHint{0%,to{opacity:.3;transform:scaleY(1)}50%{opacity:1;transform:scaleY(1.2)}}.hero--minimal .hero__content{display:none}.hero--minimal .hero__overlay{background:linear-gradient(135deg,transparent 50%,rgba(0,0,0,.35) 100%)}.hero--minimal .hero__scroll-hint{display:none}.hero__cta-float{position:absolute;z-index:3;bottom:clamp(1.5rem,4vw,3rem);right:clamp(1.5rem,4vw,3rem);display:none}.hero--minimal .hero__cta-float{display:inline-flex}.hero__cta-float .btn{backdrop-filter:saturate(140%) blur(6px);-webkit-backdrop-filter:saturate(140%) blur(6px);box-shadow:0 10px 40px #00000040}.trust-band{background:var(--surface)}.trust-row{max-width:1160px;margin:0 auto;padding:clamp(28px,3.4vw,40px) 28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:24px;text-align:center}.trust-item{display:flex;flex-direction:column;align-items:center}.trust-item__icon{margin-bottom:9px;color:inherit}.trust-item__title{font-weight:600;font-size:19px;line-height:1.2;font-family:var(--font-heading);color:#3b2560;margin-bottom:6px}.trust-item__subtitle{font-size:13px;color:var(--muted);font-weight:600;line-height:1.35;margin-top:0}.product-layout{display:grid;grid-template-columns:1fr;gap:clamp(2rem,4vw,4rem);align-items:start}@media(min-width:900px){.product-layout{grid-template-columns:minmax(0,1.05fr) minmax(0,440px);gap:3rem}}@media(min-width:900px)and (max-width:1024px){.product-layout{grid-template-columns:minmax(0,1.2fr) minmax(0,340px);gap:2rem}}@media(min-width:1200px){.product-layout{grid-template-columns:minmax(0,1.15fr) minmax(0,460px);gap:4rem}}.breadcrumbs{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem .5rem;font-size:.82rem;font-weight:700;color:var(--muted);padding-top:.5rem;margin-bottom:1.25rem;letter-spacing:.005em;line-height:1.4}.breadcrumbs a{color:var(--muted);transition:color .15s ease}.breadcrumbs a:hover{color:var(--primary)}.breadcrumbs__sep{color:#cbbfd9;font-weight:300}.breadcrumbs__current{color:var(--fg);font-weight:600;word-break:break-word}.product-gallery{display:flex;flex-direction:column;gap:.75rem;min-width:0}@media(min-width:900px){.product-gallery{position:sticky;top:100px}}.product-gallery__stage{position:relative;border-radius:var(--card-radius);overflow:hidden;background:#ece4f7;box-shadow:0 30px 60px -34px #4c405680}.product-gallery__viewport{overflow:hidden;aspect-ratio:3/4;width:100%;touch-action:pan-y}.product-gallery__track{display:flex;height:100%;transition:transform .45s cubic-bezier(.22,.61,.36,1);will-change:transform}.product-gallery__track.is-dragging{transition:none}.product-gallery__slide{flex:0 0 100%;width:100%;height:100%;background:var(--surface);user-select:none;-webkit-user-select:none}.product-gallery__slide img{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.product-gallery__arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:999px;background:#ffffffeb;color:var(--fg);display:grid;place-items:center;box-shadow:0 4px 18px rgb(from var(--fg) r g b / .14);border:1px solid rgb(from var(--fg) r g b / .06);cursor:pointer;z-index:2;transition:transform .15s ease,background .15s ease,opacity .2s ease;opacity:0}.product-gallery__stage:hover .product-gallery__arrow{opacity:1}.product-gallery__arrow:hover{background:#fff;transform:translateY(-50%) scale(1.08)}.product-gallery__arrow:focus-visible{opacity:1;outline:2px solid var(--primary);outline-offset:3px}.product-gallery__arrow--prev{left:.75rem}.product-gallery__arrow--next{right:.75rem}.product-gallery__arrow[disabled]{opacity:0!important;pointer-events:none}@media(hover:none),(max-width:720px){.product-gallery__arrow{opacity:1;width:44px;height:44px;background:#ffffffe6}.product-gallery__arrow--prev{left:.5rem}.product-gallery__arrow--next{right:.5rem}}.product-gallery__counter{position:absolute;bottom:1rem;right:1rem;z-index:2;padding:.35rem .75rem;border-radius:999px;background:#1a1825b8;color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.05em;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.product-gallery__dots{display:none;justify-content:center;gap:.35rem;padding:.5rem 0 .25rem}.product-gallery__dot{width:24px;min-height:44px;border-radius:999px;padding:0;border:0;display:grid;place-items:center;background:transparent;cursor:pointer;position:relative}.product-gallery__dot:before{content:"";width:7px;height:7px;border-radius:999px;background:rgb(from var(--fg) r g b / .28);transition:background .2s ease,width .25s ease}.product-gallery__dot.is-active:before{background:var(--primary);width:22px}@media(max-width:720px){.product-gallery__dots{display:flex}}.product-gallery__thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem}@media(max-width:720px){.product-gallery__thumbs{display:none}}.product-gallery__thumb{aspect-ratio:1;border-radius:12px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;transition:border-color .15s ease,transform .15s ease;background:#ece4f7;position:relative}.product-gallery__thumb:hover{border-color:var(--border);transform:translateY(-1px)}.product-gallery__thumb:focus-visible{outline:2px solid var(--primary);outline-offset:3px;border-color:transparent}.product-gallery__thumb.is-active{border-color:#7a6a8c}.product-gallery__thumb.is-active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;box-shadow:inset 0 0 0 2px #ffffffb3;border-radius:10px}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.product-info{display:flex;flex-direction:column;gap:1.5rem;padding-block:0;min-width:0}.product-info>*{min-width:0}.product-info__title{font-family:var(--font-heading);font-size:clamp(2rem,4.4vw,3.125rem);line-height:1.15;letter-spacing:-.02em;text-transform:none;font-weight:600;margin:0;text-wrap:balance}.product-info__price{display:flex;gap:.75rem;align-items:baseline;font-family:var(--font-heading);font-weight:600;font-size:1.875rem}.product-info__price .compare{color:var(--muted);text-decoration:line-through;font-size:1.1rem;font-weight:500}.product-info__rating{display:flex;gap:.5rem;align-items:center;font-size:.9rem;color:var(--muted);flex-wrap:wrap}.product-info__description{font-size:.95rem;line-height:1.7;color:var(--fg)}.product-info__description p{margin:0 0 1rem}.product-info__description p:last-child{margin-bottom:0}.stars{color:var(--primary);letter-spacing:1px;font-size:1rem;line-height:1}.stars--lg{font-size:1.4rem}.stars .star-empty{color:var(--border)}.testimonials-section{background:var(--surface);border-radius:0}.testimonials-head{text-align:center;max-width:720px;margin:0 auto 4rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.testimonials-head .lead{max-width:56ch;margin-inline:auto}.testimonials-summary{margin-top:2rem;display:inline-flex;padding:1rem 1.75rem;border-radius:999px;background:var(--bg);border:1px solid var(--border);box-shadow:0 6px 22px rgb(from var(--primary) r g b / .06)}.testimonials-summary__rating{display:flex;gap:.85rem;align-items:center}.testimonials-summary__num{font-family:var(--font-heading);font-weight:800;font-size:2rem;color:var(--primary);line-height:1}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}@media(max-width:1000px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.testimonials-grid{grid-template-columns:1fr}}.testimonial-card{background:var(--bg);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem;position:relative;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.testimonial-card:hover{transform:translateY(-3px);border-color:var(--primary);box-shadow:0 10px 30px rgb(from var(--primary) r g b / .08)}.testimonial-card__quote-mark{position:absolute;top:-10px;left:1.5rem;font-family:var(--font-heading);font-size:4.5rem;font-weight:800;line-height:1;color:var(--primary);opacity:.15}.testimonial-card__text{font-size:.98rem;line-height:1.6;color:var(--fg);margin:0;flex:1;font-style:normal}.testimonial-card__author{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--border)}.testimonial-card__author img,.testimonial-card__avatar{width:44px;height:44px;border-radius:999px;object-fit:cover;background:rgb(from var(--primary) r g b / .12);color:var(--primary);display:grid;place-items:center;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;flex-shrink:0}.testimonial-card__author strong{display:block;font-size:.92rem;font-weight:700}.testimonial-card__author small{color:var(--muted);font-size:.8rem;display:block;margin-top:1px}.reviews-head{display:flex;justify-content:space-between;align-items:end;flex-wrap:wrap;gap:1.5rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid var(--border)}.reviews-summary{display:flex;gap:1rem;align-items:center;padding:.9rem 1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:16px;box-shadow:0 4px 18px rgb(from var(--primary) r g b / .04)}.reviews-summary__rating{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;line-height:1;color:var(--primary)}.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}@media(max-width:720px){.reviews-grid{grid-template-columns:1fr}}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;display:flex;flex-direction:column;gap:.65rem}.review-card__head{display:flex;justify-content:space-between;align-items:center}.review-verified{font-size:.75rem;color:#117a3f;font-weight:600;letter-spacing:.05em}.review-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;margin:0;line-height:1.3}.review-card__text{font-size:.95rem;color:var(--fg);line-height:1.55;margin:0}.review-card__foot{font-size:.85rem;color:var(--muted)}.review-card__foot strong{color:var(--fg)}.variant-group{display:flex;flex-direction:column;gap:.7rem}.variant-group__label{display:flex;gap:.5rem;align-items:center}.variant-group__name{font-family:var(--font-heading);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fg)}.variant-group__selected{font-family:var(--font-body);font-weight:500;letter-spacing:0;text-transform:none;font-size:.88rem;color:var(--muted)}.variant-options{display:flex;flex-wrap:wrap;gap:.5rem}.variant-chip{padding:.6rem 1rem;border:1.5px solid rgb(from var(--fg) r g b / .18);border-radius:999px;font-size:.9rem;font-weight:600;background:var(--bg);color:var(--fg);transition:border-color .15s ease,background .15s ease,transform .15s ease,box-shadow .15s ease;cursor:pointer;min-width:48px}.variant-chip:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.variant-chip:hover{border-color:var(--fg);transform:translateY(-1px)}.variant-chip[aria-checked=true]{border-color:var(--fg);background:var(--fg);color:var(--bg)}.variant-chip[disabled]{opacity:.4;text-decoration:line-through;cursor:not-allowed}.variant-chip--size{display:inline-flex;flex-direction:column;align-items:center;gap:1px;padding:.5rem .95rem;min-width:68px;border-radius:999px;line-height:1.15;flex:1 1 0;max-width:110px}@media(min-width:720px){.variant-chip--size{flex:0 1 auto}}.variant-chip--size .variant-chip__main{font-family:var(--font-heading);font-weight:700;font-size:.95rem}.variant-chip--size .variant-chip__sub{font-size:.7rem;font-weight:500;letter-spacing:.03em;opacity:.7;text-transform:none}.variant-chip--size[aria-checked=true]{background:#7a6a8c;border-color:#7a6a8c;color:#fff;transform:rotate(-2deg);box-shadow:0 8px 16px -8px #f0917bb3}.variant-chip--size[aria-checked=true] .variant-chip__sub{opacity:.85}.color-swatches{display:flex;flex-wrap:wrap;gap:.6rem}.color-swatch-tile{width:64px;height:64px;padding:0;border-radius:12px;overflow:hidden;background:var(--surface);border:2px solid transparent;cursor:pointer;position:relative;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease;display:block;flex-shrink:0}.color-swatch-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:10px;box-shadow:inset 0 0 0 1px #0000000f;pointer-events:none}.color-swatch-tile img{width:100%;height:100%;object-fit:cover;display:block}.color-swatch-tile:hover{border-color:var(--border);transform:translateY(-1px);box-shadow:0 4px 14px rgb(from var(--fg) r g b / .08)}.color-swatch-tile[aria-checked=true]{border-color:var(--primary);box-shadow:0 4px 18px rgb(from var(--primary) r g b / .22)}.color-swatch-tile[aria-checked=true]:after{box-shadow:inset 0 0 0 1px #ffffffb3}.color-swatch-tile[disabled]{opacity:.35;cursor:not-allowed}.color-swatch-tile--link{border-style:dashed}.color-swatch-tile--link:hover{border-color:var(--primary);border-style:solid}@media(min-width:720px){.color-swatch-tile{width:72px;height:72px}}.variant-group__aside{margin-left:auto;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .65rem;border-radius:999px;background:rgb(from var(--primary) r g b / .08);color:var(--primary);font-family:var(--font-body);font-size:.72rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;border:0;cursor:pointer;transition:background .15s ease,transform .15s ease}.variant-group__aside:hover{background:rgb(from var(--primary) r g b / .16);transform:translateY(-1px)}.variant-group__aside svg{flex-shrink:0}.product-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:.65rem;padding:1rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius)}@media(min-width:480px)and (max-width:899px){.product-trust{grid-template-columns:repeat(4,1fr)}}.product-trust__item{display:flex;gap:.75rem;align-items:center;padding:.25rem;min-width:0}.product-trust__icon{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:rgb(from var(--primary) r g b / .1);color:var(--primary);flex-shrink:0}.product-trust__item>div{display:flex;flex-direction:column;gap:.1rem;min-width:0}.product-trust__item strong{font-family:var(--font-heading);font-weight:600;font-size:.85rem;line-height:1.2;color:var(--fg)}.product-trust__item span{font-size:.73rem;color:var(--muted);line-height:1.25}.product-pay{display:flex;align-items:center;flex-wrap:wrap;gap:.55rem .75rem;padding:.85rem 1rem;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.product-pay__label{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);font-weight:600}.product-pay__methods{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem}.product-pay__badge{display:inline-grid;place-items:center;background:#fff;border:1px solid var(--border);border-radius:4px;height:22px;padding:0 1px;overflow:hidden}.product-pay__badge--text{padding:0 .55rem;font-size:.68rem;font-weight:700;letter-spacing:.05em;color:var(--fg)}@media(max-width:480px){.product-pay{gap:.5rem;padding:.75rem .85rem}.product-pay__label{width:100%;margin-bottom:.15rem}}.pincode-checker{border:1px solid var(--border);border-radius:14px;padding:1rem 1.1rem;background:var(--bg)}.pincode-checker>strong{font-family:var(--font-heading);font-size:.95rem}.pincode-checker__row{display:flex;margin-top:.6rem;border:1.5px solid var(--border);border-radius:999px;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.pincode-checker__row:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgb(from var(--primary) r g b / .12)}.pincode-checker__row .input{flex:1;min-width:0;border:0;background:transparent;padding:.7rem 1rem;border-radius:0;font-size:.95rem}.pincode-checker__row .input:focus{box-shadow:none;outline:0}.pincode-checker__row .btn{border-radius:0 999px 999px 0;margin:0;padding:0 1.35rem;min-height:auto;border:0;background:var(--fg);color:var(--bg);font-size:.82rem}.pincode-checker__row .btn:hover{background:var(--primary);color:#fff}.pincode-checker__status{margin-top:.65rem;font-size:.88rem;font-weight:500}.pincode-checker__status--ok{color:#1a8f4c}.pincode-checker__status--bad{color:#c0392b}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:clamp(16px,2.2vw,32px) clamp(12px,1.6vw,22px)}@media(max-width:1100px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.product-grid{grid-template-columns:repeat(2,1fr);gap:18px 12px}}.pagination{display:flex;justify-content:space-between;align-items:center;margin-top:4rem;padding-top:2rem;border-top:1px solid var(--border);gap:1rem;flex-wrap:wrap}.pagination__btn{font-size:.9rem;font-weight:600;padding:.65rem 1.1rem;border-radius:999px;border:1px solid var(--border);color:var(--fg);transition:background .15s,border-color .15s}.pagination__btn:hover{background:var(--fg);color:var(--bg);border-color:var(--fg)}.pagination__btn--disabled{opacity:.35;pointer-events:none}.pagination__pages{display:flex;gap:.35rem;align-items:center;font-size:.9rem;color:var(--muted)}.pagination__pages a,.pagination__pages span{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;transition:background .15s}.pagination__pages a:hover{background:rgb(from var(--primary) r g b / .1);color:var(--primary)}.pagination__current{background:var(--fg);color:var(--bg);font-weight:700}.cart-page{padding-block:2rem 5rem}.cart-page__head{text-align:center;padding-block:2rem 3rem;display:flex;flex-direction:column;gap:.5rem;align-items:center}.cart-page__title{font-family:var(--font-heading);font-weight:800;font-size:clamp(2rem,4.5vw,3rem);letter-spacing:-.025em;line-height:1.05}.cart-page__layout{display:grid;grid-template-columns:1fr 380px;gap:3rem;align-items:start}@media(max-width:880px){.cart-page__layout{grid-template-columns:1fr;gap:2rem}}.cart-page__items{display:flex;flex-direction:column;gap:1rem}.cart-page__item{display:grid;grid-template-columns:120px 1fr;gap:1.25rem;padding:1.25rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);align-items:start}@media(max-width:480px){.cart-page__item{grid-template-columns:92px 1fr;gap:.85rem;padding:.85rem}}.cart-page__media{aspect-ratio:3/4;border-radius:12px;overflow:hidden;background:var(--bg);display:block}.cart-page__media img{width:100%;height:100%;object-fit:cover}.cart-page__details{display:flex;flex-direction:column;justify-content:space-between;height:100%;gap:1rem;min-height:100px}.cart-page__top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.cart-page__product{font-family:var(--font-heading);font-weight:600;font-size:1rem;line-height:1.3;color:var(--fg);display:block}.cart-page__product:hover{color:var(--primary)}.cart-page__variant{font-size:.82rem;color:var(--muted);margin-top:.15rem}.cart-page__line-price{font-weight:700;font-size:.95rem;white-space:nowrap}.cart-page__bottom{display:flex;justify-content:space-between;align-items:center;gap:1rem}.cart-page__qty{background:var(--bg)}.cart-page__summary{position:sticky;top:100px}@media(max-width:880px){.cart-page__summary{position:static}}.cart-page__summary-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.cart-page__summary-card h2{font-family:var(--font-heading);font-weight:700;font-size:1.1rem;margin:0 0 .25rem}.cart-page__sum-row{display:flex;justify-content:space-between;align-items:baseline;font-size:.92rem}.cart-page__sum-row.total{border-top:1px solid var(--border);padding-top:1rem;margin-top:.25rem;font-family:var(--font-heading);font-weight:700;font-size:1.15rem}.cart-page__note-wrap{display:flex;flex-direction:column;gap:.35rem;margin-top:.5rem}.cart-page__note-wrap label{font-size:.82rem;color:var(--muted);font-weight:500}.cart-page__note-wrap textarea{width:100%;padding:.65rem .85rem;background:var(--bg);border:1px solid var(--border);border-radius:12px;font-family:var(--font-body);font-size:.9rem;resize:vertical;min-height:60px}.cart-page__note-wrap textarea:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px rgb(from var(--primary) r g b / .1)}.cart-page__trust{display:flex;flex-direction:column;gap:.35rem;font-size:.78rem;color:var(--muted);padding-top:1rem;border-top:1px solid var(--border)}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300}.cart-drawer[hidden]{display:none}.cart-drawer__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;opacity:0;transition:opacity .25s ease}.cart-drawer[aria-hidden=false] .cart-drawer__scrim{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;bottom:0;width:min(460px,100vw);background:var(--bg);display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 50px #00000026}.cart-drawer[aria-hidden=false] .cart-drawer__panel{transform:translate(0)}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.25rem 1rem;border-bottom:1px solid var(--border);flex-shrink:0}.cart-head h3{font-family:var(--font-heading);font-size:1.15rem;font-weight:700;margin:0}.cart-head [data-cart-close]{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:rgb(from var(--fg) r g b / .06);font-size:1rem;transition:background .15s ease}.cart-head [data-cart-close]:hover{background:rgb(from var(--fg) r g b / .12)}.cart-lines{flex:1;overflow-y:auto;padding:.5rem 1.25rem;-webkit-overflow-scrolling:touch}.cart-line{display:grid;grid-template-columns:84px 1fr;gap:1rem;padding:1.25rem 0;border-bottom:1px solid var(--border)}.cart-line:last-child{border-bottom:none}.cart-line__media{aspect-ratio:3/4;border-radius:12px;overflow:hidden;background:var(--surface)}.cart-line__media img{width:100%;height:100%;object-fit:cover}.cart-line__body{display:flex;flex-direction:column;gap:.35rem;min-width:0}.cart-line__head{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.cart-line__title{font-family:var(--font-heading);font-weight:600;font-size:.95rem;line-height:1.25;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-line__variant{font-size:.8rem;color:var(--muted)}.cart-line__price{font-weight:700;font-size:.92rem;white-space:nowrap}.cart-line__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:.35rem}.cart-line__qty{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:999px;overflow:hidden}.cart-line__qty button{width:36px;height:36px;display:grid;place-items:center;font-size:1rem;font-weight:600;transition:background .15s ease}.cart-line__qty button:hover{background:rgb(from var(--fg) r g b / .06)}.cart-line__qty span{min-width:32px;text-align:center;font-weight:600;font-size:.9rem}.cart-line__remove{font-size:.8rem;color:var(--muted);display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .5rem;border-radius:999px;transition:color .15s ease,background .15s ease}.cart-line__remove:hover{color:#c0392b;background:#c0392b0f}.cart-foot{flex-shrink:0;padding:1.25rem 1.25rem calc(1.25rem + env(safe-area-inset-bottom));border-top:1px solid var(--border);background:var(--bg)}.cart-foot__row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;font-family:var(--font-heading);font-weight:700}.cart-foot__row.subtotal{font-size:1.1rem}.cart-foot__notes{color:var(--muted);font-size:.8rem;margin:.35rem 0 1rem}.cart-foot .btn--primary{width:100%}.continue-shopping{display:block;text-align:center;margin-top:.85rem;font-size:.85rem;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.cart-empty{text-align:center;display:flex;flex-direction:column;gap:1rem;align-items:center}.cart-empty__icon{font-size:3rem;color:var(--primary);opacity:.25;line-height:1}.cart-empty p{color:var(--muted);margin:0}@media(max-width:480px){.cart-drawer__panel{width:100vw;box-shadow:none}.cart-head{padding:1rem 1rem .85rem}.cart-lines{padding:.25rem 1rem}.cart-foot{padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom))}}.page-article__head{text-align:center;margin-bottom:clamp(2rem,5vw,4rem);display:flex;flex-direction:column;gap:.75rem;align-items:center}.page-article__title{font-size:clamp(2.5rem,5vw,4rem);letter-spacing:.05em;line-height:1}.page-article__subtitle{max-width:56ch}.rte{font-size:1.05rem;line-height:1.75;color:var(--fg)}.rte>*+*{margin-top:1.25rem}.rte h1,.rte h2,.rte h3{margin-top:2.5rem;margin-bottom:.75rem;font-family:var(--font-heading);font-weight:700;letter-spacing:-.005em;line-height:1.15;text-transform:none}.rte h1{font-size:clamp(1.875rem,3vw,2.5rem)}.rte h2{font-size:clamp(1.5rem,2.5vw,2rem)}.rte h3{font-size:1.25rem}.rte p{margin:0 0 1rem}.rte em{font-style:italic;color:var(--muted)}.rte strong{font-weight:700;color:var(--fg)}.rte a{color:var(--primary);border-bottom:1px solid currentColor}.rte a:hover{color:var(--primary-hover)}.rte ul,.rte ol{padding-left:1.5rem;margin:1rem 0}.rte ul{list-style:disc}.rte ol{list-style:decimal}.rte li{margin:.5rem 0}.rte blockquote{margin:2rem 0;padding:1rem 1.5rem;border-left:3px solid var(--primary);font-family:var(--font-heading);font-size:1.25rem;font-style:italic;color:var(--muted)}.rte img{display:block;max-width:100%;height:auto;margin:2rem auto;border-radius:var(--card-radius);max-height:540px;object-fit:cover}.rte hr{margin:3rem 0;border:0;border-top:1px solid var(--border)}.page-article__body>img:first-child{float:none;width:100%;max-width:480px;max-height:none;margin:0 auto 2rem;aspect-ratio:4 / 5;object-fit:cover}@media(min-width:720px){.page-article__body>img:first-child{float:left;margin:0 2.5rem 1.5rem 0;width:42%}.page-article__body:after{content:"";display:block;clear:both}}.rte .wash-grid,.rte .contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;margin:2rem 0}@media(max-width:900px){.rte .wash-grid,.rte .contact-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.rte .wash-grid,.rte .contact-grid{grid-template-columns:1fr}}.rte .wash-card,.rte .contact-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--card-radius);padding:1.5rem;display:flex;flex-direction:column;gap:.65rem;text-decoration:none;color:var(--fg);transition:transform .2s ease,border-color .2s ease}.rte .contact-card{border-bottom:1px solid var(--border)}.rte .contact-card[href]:hover,.rte .wash-card:hover{transform:translateY(-3px);border-color:var(--primary)}.rte .wash-card__icon,.rte .contact-card__icon{width:48px;height:48px;border-radius:999px;display:grid;place-items:center;background:rgb(from var(--primary) r g b / .1);color:var(--primary)}.rte .wash-card h3,.rte .contact-card strong{font-family:var(--font-heading);font-size:1.05rem;font-weight:700;margin:0;line-height:1.3}.rte .wash-card p{color:var(--muted);font-size:.9rem;line-height:1.55;margin:0}.rte .contact-card span{font-weight:600}.rte .contact-card small{color:var(--muted);font-size:.8rem}.rte details{border-bottom:1px solid var(--border);padding:1rem 0}.rte details summary{cursor:pointer;font-weight:600;font-size:1.05rem;list-style:none;display:flex;justify-content:space-between;align-items:center}.rte details summary::-webkit-details-marker{display:none}.rte details summary:after{content:"+";font-size:1.5rem;color:var(--primary);transition:transform .2s}.rte details[open] summary:after{content:"\2212"}.rte details>*:not(summary){margin-top:.75rem}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.hidden{display:none!important}@media(max-width:720px){.hidden-mobile{display:none!important}}@media(min-width:721px){.hidden-desktop{display:none!important}}.fade-in-up{opacity:1;transform:none;transition:opacity .6s ease,transform .6s ease}@media(prefers-reduced-motion:no-preference){html.js-anim .fade-in-up:not(.is-visible){opacity:0;transform:translateY(12px)}.fade-in-up.is-visible{opacity:1;transform:none}}.section--product{padding-top:clamp(1.5rem,3vw,2.5rem);padding-bottom:clamp(3rem,5vw,4.5rem)}.product-info{gap:1.35rem}.product-info__title{line-height:1.08;margin-bottom:-.25rem}.product-info__price-group{display:flex;flex-direction:column;gap:.4rem;margin-top:-.25rem}.product-info__price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap}.product-info__savings{display:inline-flex;align-items:center;padding:.3rem .65rem;border-radius:999px;background:rgb(from var(--accent) r g b / .15);color:#c33878;font-family:var(--font-heading);font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.product-info__price-note{margin:0;color:var(--muted);font-size:.82rem;display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem}.product-info__stock{display:inline-flex;align-items:center;gap:.4rem;font-weight:600}.product-info__stock--ok{color:#5c8a6a}.product-info__stock--ok svg{color:#5c8a6a;animation:stock-pulse 2.4s ease-in-out infinite}.product-info__stock--out{color:#c42a2a}@keyframes stock-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.3)}}.product-submit{display:flex;flex-direction:column;gap:.85rem}.btn--cart{font-size:1rem;letter-spacing:.02em;min-height:56px;padding:1.05rem 1.85rem;background:var(--fg);box-shadow:none}.btn--cart:hover{background:var(--fg);opacity:.9}.btn--cart:disabled{background:#d9cee4;color:#9b8fa9}.btn--cart svg{flex-shrink:0}.product-pay--compact{display:flex;flex-direction:column;align-items:center;gap:.45rem;padding:.25rem 0 .1rem;background:transparent;border:0;box-shadow:none}.product-pay--compact .product-pay__label{font-size:.72rem;color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-weight:600}.product-pay--compact .product-pay__methods{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem}.qty-row-wrap{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem}.size-chart-link{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.1rem;border-radius:999px;background:transparent;color:var(--fg);border:1.5px solid rgb(from var(--fg) r g b / .18);font-family:var(--font-heading);font-size:.88rem;font-weight:600;letter-spacing:.01em;text-transform:none;cursor:pointer;transition:border-color .18s ease,color .18s ease,background .18s ease,transform .15s ease;height:52px;align-self:flex-end}.size-chart-link:hover{border-color:var(--primary);color:var(--primary);background:rgb(from var(--primary) r g b / .06);transform:translateY(-1px)}.size-chart-link:focus-visible{outline:2px solid var(--primary);outline-offset:3px}.size-chart-link__chev{opacity:.55;transition:transform .2s ease}.size-chart-link:hover .size-chart-link__chev{transform:translate(3px);opacity:1}@media(max-width:480px){.size-chart-link span{font-size:.72rem}.size-chart-link{padding:.65rem .85rem;height:48px}}.qty-row{max-width:200px}.qty-stepper{display:inline-flex;align-items:stretch;border:1.5px solid var(--border);border-radius:999px;overflow:hidden;background:var(--bg);height:52px;width:fit-content;transition:border-color .15s ease,box-shadow .15s ease}.qty-stepper:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgb(from var(--primary) r g b / .14)}.qty-stepper__btn{width:46px;flex:0 0 46px;display:grid;place-items:center;color:var(--fg);cursor:pointer;transition:background .15s ease,color .15s ease;border:0;padding:0}.qty-stepper__btn:hover{background:var(--surface);color:var(--primary)}.qty-stepper__btn:active{transform:scale(.96)}.qty-stepper__btn[disabled]{opacity:.35;cursor:not-allowed}.qty-stepper__input{width:56px;flex:0 0 56px;border:0;outline:0;text-align:center;font-family:var(--font-heading);font-weight:700;font-size:1rem;color:var(--fg);background:transparent;padding:0;-moz-appearance:textfield}.qty-stepper__input::-webkit-outer-spin-button,.qty-stepper__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-accordion{padding:0;overflow:hidden;border-bottom:1px solid rgba(76,64,86,.12)}.product-accordion>summary{padding:1rem 1.15rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;list-style:none;font-family:var(--font-heading);font-weight:600;transition:background .15s ease}.product-accordion>summary::-webkit-details-marker{display:none}.product-accordion>summary:hover{background:var(--bg)}.product-accordion__chevron{font-family:var(--font-heading);font-size:1.1875rem;font-weight:400;line-height:1;color:var(--fg);background:#ece4f7;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;transition:transform .2s ease,background .2s ease}.product-accordion[open]>summary .product-accordion__chevron{transform:rotate(45deg);background:#7a6a8c;color:#fff}.product-accordion__body{padding:0 1.15rem 1.15rem;color:#6b6076;font-size:.95rem;line-height:1.6;animation:bohAccPd .24s ease;overflow:hidden}.size-chart-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:1rem;pointer-events:none;opacity:0;transition:opacity .25s ease}.size-chart-modal[aria-hidden=false]{pointer-events:auto;opacity:1}.size-chart-modal__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:#1a18258c;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);cursor:pointer}.size-chart-modal__panel{position:relative;z-index:2;width:100%;max-width:640px;max-height:86vh;overflow-y:auto;background:var(--bg);border-radius:20px;padding:1.75rem;box-shadow:0 30px 80px #00000047;transform:translateY(14px) scale(.98);transition:transform .3s cubic-bezier(.22,.61,.36,1)}.size-chart-modal[aria-hidden=false] .size-chart-modal__panel{transform:none}.size-chart-modal__head{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem}.size-chart-modal__close{width:36px;height:36px;border-radius:999px;display:grid;place-items:center;background:var(--surface);color:var(--fg);border:1px solid var(--border);cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease,transform .15s ease}.size-chart-modal__close:hover{background:var(--fg);color:var(--bg);transform:rotate(90deg)}.size-chart__wrap{overflow-x:auto;border:1px solid var(--border);border-radius:14px}.size-chart{width:100%;border-collapse:collapse;font-size:.9rem}.size-chart th,.size-chart td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid var(--border)}.size-chart thead th{font-family:var(--font-heading);font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);background:var(--surface)}.size-chart tbody tr:last-child td{border-bottom:0}.size-chart tbody tr:nth-child(2n) td{background:rgb(from var(--primary) r g b / .03)}.size-chart tbody td:first-child{color:var(--primary);font-weight:700}.size-chart__notes{display:grid;gap:.85rem;margin-top:1.25rem}@media(min-width:560px){.size-chart__notes{grid-template-columns:1fr 1fr}}.size-chart__note{padding:.85rem 1rem;border-radius:12px;background:var(--surface);border:1px solid var(--border);display:flex;flex-direction:column;gap:.2rem}.size-chart__note strong{font-family:var(--font-heading);font-size:.9rem;font-weight:700;color:var(--fg)}.size-chart__note span{font-size:.82rem;color:var(--muted);line-height:1.45}.product-grid--related,.product-grid--recent{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}@media(min-width:1100px){.product-grid--related,.product-grid--recent{grid-template-columns:repeat(4,1fr)}}@media(max-width:720px){.product-grid--related,.product-grid--recent{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:58%;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:14px;padding-bottom:.5rem;margin-inline:calc(-1*clamp(16px,4vw,32px));padding-inline:clamp(16px,4vw,32px)}.product-grid--related>*,.product-grid--recent>*{scroll-snap-align:start}}.search-header{text-align:center;padding-block:clamp(1.5rem,3vw,3rem) clamp(1.5rem,3vw,2.5rem);display:flex;flex-direction:column;align-items:center;gap:.75rem}.search-form{width:100%;max-width:580px}.search-form__row{display:flex;border:1.5px solid var(--border);border-radius:999px;overflow:hidden;background:var(--bg);align-items:center;transition:border-color .15s ease,box-shadow .15s ease}.search-form__row:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px rgb(from var(--primary) r g b / .12)}.search-form__icon{margin-left:1rem;flex-shrink:0;color:var(--muted)}.search-form__input{flex:1;border:0;background:transparent;outline:0;padding:.85rem .75rem;font-size:1rem;min-width:0}.search-form__btn{border-radius:0 999px 999px 0;padding:.85rem 1.5rem;min-height:auto;margin:0;flex-shrink:0}.search-meta{padding:.65rem 0;margin-bottom:1.5rem;font-size:.92rem;color:var(--fg);border-bottom:1px solid var(--border)}.search-empty{text-align:center;padding:clamp(3rem,8vw,6rem) 1rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.search-empty__icon{color:var(--muted);opacity:.5}.search-empty__links{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-top:.5rem}.search-page-card{display:flex;flex-direction:column;gap:.35rem;padding:1.25rem;border:1px solid var(--border);border-radius:var(--card-radius);background:var(--surface);transition:border-color .15s ease,transform .15s ease}.search-page-card:hover{border-color:var(--primary);transform:translateY(-2px)}.search-page-card__type{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--primary)}.search-page-card__title{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;margin:0}.search-page-card__excerpt{font-size:.88rem;color:var(--muted);margin:0;line-height:1.5}.cart-empty{padding:clamp(3rem,6vw,5rem) 1rem}.cart-empty .h3{margin-bottom:.25rem}.cart-empty__suggestions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--border)}.recently-viewed[hidden]{display:none}.product-gallery__slide{cursor:zoom-in}@media(hover:hover){.product-gallery__slide:hover img{transform:scale(1.015)}.product-gallery__slide img{transition:transform .4s ease}}.image-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;background:#1a1825f0;display:grid;place-items:center;pointer-events:none;opacity:0;transition:opacity .25s ease}.image-lightbox[aria-hidden=false]{pointer-events:auto;opacity:1}.image-lightbox__stage{width:100%;height:100%;display:grid;place-items:center;padding:clamp(2rem,6vw,4rem);overflow:hidden}.image-lightbox__stage img{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px;user-select:none;-webkit-user-select:none;box-shadow:0 20px 80px #00000080;transition:opacity .2s ease}.image-lightbox__close,.image-lightbox__arrow{position:absolute;width:48px;height:48px;border-radius:999px;display:grid;place-items:center;background:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.2);cursor:pointer;z-index:2;transition:background .15s ease,transform .15s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.image-lightbox__close:hover,.image-lightbox__arrow:hover{background:#fff3;transform:scale(1.08)}.image-lightbox__close{top:1.25rem;right:1.25rem}.image-lightbox__arrow--prev{left:1.5rem;top:50%;transform:translateY(-50%)}.image-lightbox__arrow--next{right:1.5rem;top:50%;transform:translateY(-50%)}.image-lightbox__arrow--prev:hover,.image-lightbox__arrow--next:hover{transform:translateY(-50%) scale(1.08)}.image-lightbox__bottom{position:absolute;bottom:1.25rem;left:0;right:0;display:flex;flex-direction:column;align-items:center;gap:.75rem;pointer-events:none}.image-lightbox__counter{color:#ffffffd9;font-size:.82rem;letter-spacing:.08em;font-weight:500;padding:.35rem .9rem;border-radius:999px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}.image-lightbox__thumbs{display:flex;gap:.5rem;padding:.35rem;max-width:min(92vw,640px);overflow-x:auto;pointer-events:auto;background:#ffffff0d;border-radius:14px;border:1px solid rgba(255,255,255,.1);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.image-lightbox__thumb{width:52px;height:52px;padding:0;flex-shrink:0;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;background:#ffffff14;opacity:.55;transition:opacity .2s ease,border-color .2s ease,transform .15s ease}.image-lightbox__thumb img{width:100%;height:100%;object-fit:cover;display:block}.image-lightbox__thumb:hover{opacity:.9;transform:translateY(-1px)}.image-lightbox__thumb.is-active{opacity:1;border-color:#fff}.image-lightbox__close:focus-visible,.image-lightbox__arrow:focus-visible,.image-lightbox__thumb:focus-visible{outline:2px solid #fff;outline-offset:2px}@media(max-width:560px){.image-lightbox__arrow{width:42px;height:42px}.image-lightbox__arrow--prev{left:.5rem}.image-lightbox__arrow--next{right:.5rem}.image-lightbox__close{top:1rem;right:1rem;width:42px;height:42px}.image-lightbox__thumb{width:44px;height:44px}.image-lightbox__bottom{bottom:.75rem;gap:.5rem}}body.sticky-buy-active{padding-bottom:90px;padding-bottom:calc(80px + env(safe-area-inset-bottom))}@media(min-width:900px){body.sticky-buy-active{padding-bottom:0}}.sticky-buy{position:fixed;bottom:0;left:0;right:0;z-index:90;background:var(--bg);border-top:1px solid var(--border);box-shadow:0 -8px 24px rgb(from var(--fg) r g b / .08);transform:translateY(100%);transition:transform .3s cubic-bezier(.22,.61,.36,1);padding-bottom:env(safe-area-inset-bottom)}.sticky-buy[aria-hidden=false]{transform:none}.sticky-buy__inner{display:flex;align-items:center;gap:.75rem;padding:.65rem .9rem;max-width:var(--page-width);margin:0 auto}.sticky-buy__media{width:48px;height:48px;border-radius:10px;overflow:hidden;flex-shrink:0;background:var(--surface);display:block}.sticky-buy__media img{width:100%;height:100%;object-fit:cover}.sticky-buy__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.1rem}.sticky-buy__title{font-family:var(--font-heading);font-weight:600;font-size:.85rem;color:var(--fg);line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sticky-buy__price{display:flex;gap:.5rem;align-items:baseline;font-size:.85rem}.sticky-buy__price .price{color:var(--fg);font-weight:700}.sticky-buy__price .compare{color:var(--muted);text-decoration:line-through;font-size:.78rem}.sticky-buy__cta{padding:.8rem 1.4rem;min-height:46px;font-size:.82rem;letter-spacing:.02em;flex-shrink:0;box-shadow:0 4px 14px rgb(from var(--primary) r g b / .3)}@media(min-width:900px){.sticky-buy{display:none}}@media print{.site-header,.site-footer,.announcement{display:none}}.hero--bottom{aspect-ratio:auto;height:100vh;min-height:600px;max-height:none}.hero--bottom .hero__overlay{background:linear-gradient(to top,#4c405680,#4c40561f 40%,#4c405600 62%)}.hero--bottom .hero__content{display:flex;flex-direction:row;position:absolute;inset:auto 0 0 0;justify-content:flex-start;align-items:flex-end;padding:clamp(32px,6vw,80px)}.hero--bottom .hero__content-in{max-width:560px;text-align:left;display:flex;flex-direction:column;gap:0;align-items:flex-start}.hero--bottom .hero__content .eyebrow{margin-bottom:12px}.hero--bottom .hero__title{font-size:clamp(30px,4vw,52px);line-height:1.06;font-weight:600;text-transform:none;letter-spacing:-.01em}.hero--bottom .hero__subtitle{margin-top:14px;font-size:clamp(14px,1.4vw,16px);letter-spacing:normal;text-transform:none;font-weight:500;max-width:42ch;opacity:.94}.hero__title-em{font-style:italic;font-weight:500;position:relative;display:inline-block}.hero__squiggle{position:absolute;left:0;bottom:-.26em;width:100%;height:.34em;overflow:visible}.hero__cta-row{display:flex;gap:11px;flex-wrap:wrap;margin-top:24px}.hero__cta-row .btn{padding:12px 24px;font-size:14px;font-weight:800;border:none}.btn--soft{background:#fefaf4eb;color:var(--fg);backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.btn--soft:hover{background:#fff}@media(max-width:720px){.hero--bottom{height:100svh;min-height:560px}}.template-index .site-header{position:fixed;top:0;left:0;right:0;z-index:60;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;border-bottom-color:transparent;color:#fff;transition:background .4s ease,color .4s ease,backdrop-filter .4s ease,border-color .4s ease}.template-index .site-header.is-solid{background:rgb(from var(--bg) r g b / .92);backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px);border-bottom-color:rgb(from var(--border) r g b / .5);color:var(--fg)}@keyframes bohFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-14px)}}@keyframes bohWobble{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}@keyframes bohPop{0%{transform:scale(0) rotate(-30deg)}60%{transform:scale(1.3) rotate(10deg)}to{transform:scale(1) rotate(0)}}@keyframes bohDrift{0%,to{transform:translateY(0) rotate(-8deg)}50%{transform:translateY(-9px) rotate(6deg)}}@keyframes bohSpin{to{transform:rotate(360deg)}}@keyframes bohAccPd{0%{opacity:0;max-height:0}to{opacity:1;max-height:420px}}.img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(160deg,rgb(from var(--primary) r g b / .14),rgb(from var(--accent) r g b / .1));font-size:22px;opacity:.55}.angel{position:relative;overflow:hidden;transition:background .5s ease}.angel__sparkles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;overflow:hidden}.angel__sparkles span{position:absolute;font-size:20px;color:#fffc;animation:bohFloat 6s ease-in-out infinite}.angel__in{position:relative;max-width:1160px;margin:0 auto;padding:clamp(72px,10vw,132px) 28px}.angel__head{text-align:center;max-width:640px;margin:0 auto clamp(40px,5vw,60px)}.angel__title{margin:0 0 16px;font-family:var(--font-heading);font-weight:600;font-size:clamp(34px,5.4vw,64px);line-height:1.05;letter-spacing:-.01em;text-transform:none}.angel__title em{font-style:italic;font-weight:500;color:var(--primary-hover)}.angel__subtitle{margin:0;font-size:clamp(16px,2vw,19px);color:var(--fg);opacity:.72;font-weight:500}.angel__picker{display:flex;flex-wrap:wrap;justify-content:center;gap:clamp(12px,1.8vw,22px);margin-bottom:clamp(36px,5vw,56px)}.angel__tile{position:relative;width:clamp(96px,13vw,132px);height:clamp(96px,13vw,132px);border-radius:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer;color:var(--fg);background:#ffffff8c;border:2px solid transparent;box-shadow:0 4px 14px -8px #00000040;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,border-color .25s ease}.angel__tile:hover{background:#fff;animation:bohWobble .6s ease-in-out}.angel__tile.is-active{background:#fff;transform:translateY(-6px);box-shadow:0 16px 32px -12px #4c40564d}.angel__tn{font-family:var(--font-heading);font-weight:700;font-size:clamp(30px,4.4vw,44px);line-height:1}.angel__tl{font-size:10.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.angel__tile.is-active .angel__tl{color:var(--primary-hover)}.angel__spark{position:absolute;top:-12px;right:-10px;font-size:22px;color:var(--primary);display:none}.angel__tile.is-active .angel__spark{display:block;animation:bohPop .45s ease}.angel__panel{display:flex;flex-wrap:wrap;background:#fff;border-radius:clamp(24px,3vw,34px);overflow:hidden;box-shadow:0 40px 80px -50px #00000080}.angel__panel-text{flex:1 1 300px;min-width:280px;display:flex;flex-direction:column;justify-content:center;padding:clamp(32px,4vw,56px)}.angel__panel-tag{margin:0 0 10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;font-size:13px;color:var(--primary-hover)}.angel__panel-title{margin:0 0 16px;font-family:var(--font-heading);font-style:italic;font-weight:500;font-size:clamp(30px,4vw,48px);line-height:1.08;color:var(--fg)}.angel__panel-line{margin:0 0 28px;font-size:clamp(16px,1.9vw,20px);line-height:1.55;color:var(--fg);opacity:.8;font-weight:500;max-width:44ch}.angel__panel-cta{display:inline-flex;align-items:center;gap:9px;background:var(--fg);color:var(--bg);font-weight:800;font-size:15px;padding:15px 32px;border-radius:100px}.angel__panel-photo{flex:1 1 320px;min-width:300px;position:relative;overflow:hidden;min-height:clamp(320px,42vw,480px);background:var(--surface)}.angel__panel-photo img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.angel__panel-photo img.hidden{display:none}.angel__ghost{position:absolute;right:-6%;bottom:-14%;font-family:var(--font-heading);font-weight:700;font-size:clamp(160px,26vw,300px);line-height:.8;color:#ffffff52;pointer-events:none;-webkit-user-select:none;user-select:none}.angel__foot{text-align:center;margin:26px 0 0;font-size:13.5px;color:var(--muted);font-weight:600;letter-spacing:.02em}.story{background:#ece4f7}.story__in{max-width:1160px;margin:0 auto;padding:clamp(72px,9vw,112px) 28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:clamp(40px,6vw,72px);align-items:center}.story__photo{position:relative;aspect-ratio:5/6;border-radius:28px;overflow:hidden;background:#eee2d6;box-shadow:0 24px 60px -30px #4c405666}.story__photo img{width:100%;height:100%;object-fit:cover;display:block}.story__badge{position:absolute;bottom:20px;left:20px;background:#fff;border-radius:16px;padding:12px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 10px 26px -8px #4c405659;z-index:2}.story__badge-num{font-family:var(--font-heading);font-weight:700;font-size:24px;color:var(--primary-hover);line-height:1}.story__badge-text{font-size:11.5px;color:var(--muted);font-weight:700;line-height:1.3;max-width:12ch}.story__eyebrow{color:var(--accent)}.story__title{margin:0 0 20px;font-family:var(--font-heading);font-weight:600;font-size:clamp(29px,4.2vw,46px);line-height:1.08;text-transform:none}.story__title em{font-style:italic;font-weight:500;color:var(--primary-hover)}.story__body{margin:0 0 18px;color:var(--fg);opacity:.78;font-size:17px;font-weight:500;line-height:1.65;max-width:52ch}.story__values{display:flex;flex-direction:column;gap:16px;max-width:52ch;margin-top:26px}.story__value-row{display:flex;gap:16px;align-items:baseline;padding-bottom:16px;border-bottom:1px solid rgba(76,64,86,.1)}.story__vt{font-family:var(--font-heading);font-weight:600;font-size:17px;color:var(--fg);flex:0 0 auto;min-width:150px}.story__vd{font-size:15px;color:var(--muted);font-weight:600}.revcar{position:relative;overflow:hidden;background:var(--bg)}.revcar__in{padding-block:clamp(64px,7vw,90px) clamp(44px,5vw,64px);text-align:center;max-width:780px;margin:0 auto;position:relative}.revcar__eyebrow{color:#8a6fb0}.revcar__title{margin:0 0 clamp(34px,4.5vw,50px);font-family:var(--font-heading);font-weight:600;font-size:clamp(26px,3.4vw,40px);line-height:1.08;text-transform:none;color:#3b2560}.revcar__title em{font-style:italic;font-weight:500;color:#8a6fb0}.revcar__carousel{position:relative;max-width:640px;margin:0 auto}.revcar__quotemark{position:absolute;top:-52px;left:50%;transform:translate(-50%) rotate(-4deg);font-family:var(--font-script);font-weight:700;font-size:clamp(100px,14vw,160px);line-height:1;color:#c9b6e88c;pointer-events:none}.revcar__slide{position:relative;transition:opacity .22s ease}.revcar__stars{color:#e9c65e;font-size:16px;letter-spacing:3px;margin-bottom:18px}.revcar__quote{margin:0 0 28px;font-family:var(--font-heading);font-weight:500;font-size:clamp(18px,2.1vw,23px);line-height:1.5;color:#3b2560}.revcar__hl{background:#c9b6e89e;box-decoration-break:clone;-webkit-box-decoration-break:clone;padding:.02em .2em;border-radius:8px 12px 9px 13px}.revcar__person{display:flex;flex-direction:column;align-items:center;gap:15px}.revcar__avatar-wrap{position:relative}.revcar__avatar-card{background:#fff;padding:5px;border-radius:18px;box-shadow:0 6px #7a5aa033;transform:rotate(-5deg)}.revcar__avatar{width:68px;height:68px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-family:var(--font-heading);font-weight:700;color:#fff;font-size:26px}.revcar__spark{position:absolute;pointer-events:none;color:#c9b6e8}.revcar__spark-1{top:-13px;right:-15px;font-size:22px;transform:rotate(12deg)}.revcar__spark-2{bottom:-8px;left:-14px;font-size:14px;color:#e9c65e;transform:rotate(-14deg)}.revcar__name{font-family:var(--font-heading);font-weight:700;font-size:17px;color:#3b2560}.revcar__role{font-size:13px;color:#8a6fb0;font-weight:600;margin-top:3px}.revcar__dots{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:28px}.revcar__dots button{width:auto;height:24px;line-height:1;border:none;background:none;cursor:pointer;padding:0 2px;font-size:13px;color:#cdbce6;transition:all .2s ease}.revcar__dots button.is-active{font-size:21px;color:#8a6fb0}.coll-section{padding-block:clamp(32px,5vw,60px)}.coll-scroll-wrap{position:relative}.coll-scroll-pin{overflow-x:auto;padding-block:24px;-webkit-overflow-scrolling:touch;scrollbar-width:none}.coll-scroll-pin::-webkit-scrollbar{display:none}.coll-grid{--coll-gap: clamp(10px, 1.4vw, 16px);display:flex;gap:var(--coll-gap);padding:0 var(--coll-gap);width:max-content}.coll-card{flex:0 0 auto;width:clamp(220px,26vw,300px);display:block;color:inherit}@media(min-width:900px){.coll-scroll-pin{container-type:inline-size}.coll-card{width:calc((100cqw - 5 * var(--coll-gap)) / 4)}}.coll-scroll-wrap.pin-mode .coll-scroll-pin{position:sticky;overflow:hidden}.coll-scroll-wrap.pin-mode .coll-scroll-inner{display:flex;align-items:center}.coll-scroll-wrap.pin-mode .coll-grid{will-change:transform}.coll-card__photo{position:relative;border-radius:var(--card-radius);overflow:hidden;aspect-ratio:4/5;background:#ece4f7;transition:transform .3s ease,box-shadow .3s ease}.coll-card__photo img{width:100%;height:100%;object-fit:cover;display:block}.coll-card:hover .coll-card__photo{transform:translateY(-6px) rotate(-.6deg);box-shadow:0 24px 44px -24px #4c405680}.coll-card__tag{position:absolute;top:14px;left:14px;color:var(--fg);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;padding:5px 12px;border-radius:100px;z-index:2}.coll-card h3{margin:15px 0 3px;font-family:var(--font-heading);font-weight:600;font-size:21px;text-transform:none}.coll-card p{margin:0;color:var(--muted);font-size:14px;font-weight:600}.site-footer{position:relative;overflow:hidden}.foot-doodle{position:absolute;pointer-events:none;animation:bohFloat 6.5s ease-in-out infinite}.foot-tagline{font-family:var(--font-script);font-size:22px;color:#d6c5f0;font-weight:700}.foot-wordmark{position:relative;pointer-events:none;font-family:var(--font-script);font-weight:700;text-align:center;font-size:clamp(90px,23vw,300px);line-height:.72;color:#d6c5f021;white-space:nowrap;margin-top:12px;transform:translateY(38%)}.product-grid{gap:0!important;border-top:1px solid var(--border);border-left:1px solid var(--border)}.product-card{border-right:1px solid var(--border);border-bottom:1px solid var(--border);gap:0}.product-card__media{border-radius:0;aspect-ratio:3/4}.product-card__body{padding:14px 16px 18px}.product-card__title{font-size:17px}.product-grid.product-grid--related,.product-grid.product-grid--recent{border:0;gap:clamp(18px,2vw,26px)!important}.product-grid--related .product-card,.product-grid--recent .product-card{border:0;animation:bohRise .4s ease both}.product-grid--related .product-card__media,.product-grid--recent .product-card__media{border-radius:var(--card-radius);background:var(--bg)}.pd-related{background:#ece4f7;padding-block:clamp(46px,6vw,84px);position:relative;overflow:hidden}.product-grid.product-grid--search{border-top:0;border-left:0;gap:clamp(16px,1.8vw,28px)!important}.product-grid--search .product-card{border:1px solid var(--border)}.shop-page{display:block;padding-top:clamp(24px,3vw,40px);background:var(--bg)}.shop-wrap{padding:0 clamp(20px,2.5vw,40px)}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(76,64,86,.12);padding:14px 20px;flex-wrap:wrap}.shop-filters-toggle{background:none;border:none;cursor:pointer;font-family:inherit;color:var(--fg);font-weight:800;font-size:13px;letter-spacing:.14em;text-transform:uppercase;display:inline-flex;align-items:center;gap:9px;padding:6px 4px}.shop-active-badge{background:#7a6a8c;color:#fff;font-size:10px;font-weight:900;min-width:17px;height:17px;padding:0 5px;border-radius:100px;display:inline-flex;align-items:center;justify-content:center}.shop-toolbar-right{display:flex;align-items:center;gap:22px}.shop-count-text{color:var(--muted);font-size:13px;font-weight:700;letter-spacing:.02em}.shop-sort{position:relative}.shop-sort-btn{background:none;border:none;cursor:pointer;font-family:inherit;color:var(--fg);font-weight:800;font-size:13px;letter-spacing:.14em;text-transform:uppercase;display:inline-flex;align-items:center;gap:8px;padding:6px 4px;list-style:none}.shop-sort-btn::-webkit-details-marker{display:none}.shop-sort-btn svg{transition:transform .2s ease}.shop-sort[open] .shop-sort-btn svg{transform:rotate(180deg)}.shop-sort-menu{position:absolute;top:calc(100% + 10px);right:0;z-index:40;background:var(--surface);border:1px solid rgba(76,64,86,.12);border-radius:16px;box-shadow:0 24px 50px -20px #4c405666;padding:7px;min-width:210px;animation:bohRise .18s ease}.shop-sort-opt{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;background:none;border:none;cursor:pointer;font-family:inherit;font-size:13.5px;font-weight:600;color:var(--fg);padding:10px 13px;border-radius:11px;text-align:left}.shop-sort-opt:hover{background:rgb(from var(--fg) r g b / .05)}.shop-sort-opt.active{background:var(--bg);font-weight:800}.shop-sort-check{color:#7a6a8c;font-weight:900}@keyframes bohRise{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes bohAcc{0%{opacity:0;max-height:0}to{opacity:1;max-height:340px}}.shop-body{padding-top:clamp(22px,3vw,34px);padding-bottom:90px;display:flex;gap:clamp(20px,3vw,44px);align-items:flex-start}.shop-sidebar{flex:0 0 clamp(210px,20vw,250px);position:sticky;top:82px;align-self:flex-start;background:var(--surface);border-radius:22px;padding:20px 18px;box-shadow:0 20px 44px -30px #0006}.shop-sidebar.hidden{display:none}.shop-sidebar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.shop-sidebar-title{font-family:var(--font-heading);font-weight:600;font-size:19px}.shop-clear-all{background:none;border:none;cursor:pointer;font-family:inherit;font-size:12.5px;font-weight:800;color:var(--fg)}.shop-facet{border-top:1px solid rgba(76,64,86,.1)}.shop-facet-head{width:100%;background:none;border:none;cursor:pointer;font-family:inherit;color:var(--fg);display:flex;align-items:center;justify-content:space-between;padding:16px 2px}.shop-facet-label{font-weight:800;font-size:12.5px;letter-spacing:.13em;text-transform:uppercase;display:flex;align-items:center;gap:8px}.shop-facet-badge{background:#7a6a8c;color:#fff;font-size:10px;font-weight:900;min-width:16px;height:16px;padding:0 5px;border-radius:100px;display:inline-flex;align-items:center;justify-content:center}.shop-facet-sign{font-size:20px;font-weight:400;color:var(--muted);line-height:1}.shop-facet-options{padding:0 2px 18px;display:flex;flex-direction:column;gap:3px;animation:bohAcc .22s ease;overflow:hidden}.shop-opt-row{display:flex;align-items:center;gap:11px;width:100%;background:none;border:none;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;color:#6b6076;padding:8px 6px;border-radius:10px;text-align:left;transition:background .14s ease}.shop-opt-row:hover{background:var(--bg)}.shop-opt-row.checked{font-weight:800;color:var(--fg)}.shop-opt-row.is-disabled{opacity:.4;pointer-events:none}.shop-opt-box{position:relative;flex:0 0 20px;width:20px;height:20px;border-radius:6px;border:2px solid #CBBFD9;display:flex;align-items:center;justify-content:center;transition:all .14s ease}.shop-opt-row.checked .shop-opt-box{border-color:#7a6a8c;background:#7a6a8c}.shop-opt-tick{color:#fff;font-size:11px;font-weight:900;line-height:1;opacity:0}.shop-opt-row.checked .shop-opt-tick{opacity:1}.shop-opt-label{flex:1;text-align:left}.shop-opt-n{color:#b3a9bf;font-size:12.5px;font-weight:700}.shop-price-range{display:flex;flex-wrap:wrap;gap:8px;align-items:end;padding:4px 2px 10px}.shop-price-range label{display:flex;flex-direction:column;gap:4px;font-size:11px;color:var(--muted)}.shop-price-range input{width:80px;padding:6px 8px;border-radius:8px;border:1px solid var(--border);background:var(--bg)}.shop-grid-wrap{flex:1;min-width:0}.shop-grid.product-grid{grid-template-columns:repeat(4,1fr);gap:clamp(16px,1.8vw,28px)!important;border-top:0;border-left:0}.shop-grid.product-grid .product-card{border:1px solid rgb(76 64 86 / .12);animation:bohRise .4s ease both}.shop-grid.product-grid .product-card__media{background:#ece4f7}.shop-grid.product-grid .product-card:hover .product-card__media img{transform:none}@media(max-width:1024px){.shop-grid.product-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.shop-grid.product-grid{grid-template-columns:repeat(2,1fr)}}.shop-noresults{grid-column:1 / -1;text-align:center;padding:clamp(50px,9vw,110px) 20px;display:flex;flex-direction:column;align-items:center;gap:10px}.shop-noresults-icon{font-size:52px;margin-bottom:8px}.shop-noresults h3{margin:0 0 8px;font-family:var(--font-heading);font-weight:600;font-size:26px}.shop-noresults p{margin:0 0 10px;color:var(--muted)}@media(max-width:900px){.shop-body{flex-direction:column}.shop-sidebar{position:static;width:100%}}.shop-signoff{background:#ece4f7;text-align:center;padding:clamp(34px,5vw,56px) 24px;font-family:var(--font-script);font-size:clamp(24px,3vw,32px);color:#7a6a8c}.shop-grid .product-card__title{font-size:19px}.shop-grid .product-card__price{margin-top:3px}.shop-grid .product-card__price .price{font-size:14px}.shop-grid .product-card__tag{background:#fefaf4f0;color:var(--fg);font-weight:800;letter-spacing:.04em;text-transform:none;font-size:11px}@keyframes bohFade{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#fefaf4;display:flex;flex-direction:column;overflow:hidden}.search-overlay.hidden{display:none}.search-overlay:not(.hidden){animation:bohFade .25s ease}.search-overlay-bar{flex:0 0 auto;border-bottom:1px solid rgb(from var(--fg) r g b / .1)}.search-overlay-bar-in{max-width:920px;margin:0 auto;padding:20px 24px;display:flex;align-items:center;gap:14px}.search-overlay-icon{flex:0 0 auto}.search-overlay-input-wrap{flex:1;position:relative;display:flex;align-items:center}.search-overlay-input-wrap input{width:100%;border:none;background:transparent;font-family:var(--font-heading);font-weight:500;font-size:clamp(21px,3.2vw,32px);color:#3b2560;outline:none;caret-color:#8a6fb0}.search-overlay-squiggle{position:absolute;left:2px;bottom:-6px;width:min(100%,300px);height:9px;overflow:visible;pointer-events:none}.search-overlay-clear{flex:0 0 auto;width:34px;height:34px;border-radius:50%;border:none;background:#f3edf9;color:#8a6fb0;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.search-overlay-close{flex:0 0 auto;background:#3b2560;color:#fefaf4;border:none;padding:10px 20px;border-radius:100px;font-family:inherit;font-weight:800;font-size:13.5px;cursor:pointer}.search-overlay-body{flex:1;overflow-y:auto}.search-overlay-body-in{max-width:920px;margin:0 auto;padding:clamp(26px,4vw,42px) 24px 90px}.search-overlay-block{margin-bottom:34px}.search-overlay-label{margin:0 0 14px;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#8a6fb0}.search-overlay-recent{display:flex;flex-wrap:wrap;gap:10px}.search-overlay-recent button{display:inline-flex;align-items:center;gap:7px;background:#f3edf9;border:1px solid rgb(from #8A6FB0 r g b / .16);color:var(--fg);font-family:inherit;font-weight:700;font-size:13.5px;padding:9px 16px;border-radius:100px;cursor:pointer;transition:background .18s ease}.search-overlay-recent button:hover{background:#ece4f7}.search-overlay-headrow{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:16px}.search-overlay-subheading{margin:0;font-family:var(--font-heading);font-weight:600;font-size:clamp(19px,2.4vw,24px);color:#3b2560}.search-overlay-seeall{font-size:13px;font-weight:800;color:#8a6fb0;white-space:nowrap}.search-overlay-reels{display:flex;gap:16px;overflow-x:auto;padding:2px 2px 10px}.search-overlay-reel{flex:0 0 auto;width:178px;aspect-ratio:9 / 16;border-radius:22px;overflow:hidden;position:relative;background:#ece4f7;box-shadow:0 14px 30px -18px #4c405680;color:inherit;display:block}.search-overlay-reel video{width:100%;height:100%;object-fit:cover;display:block}.search-overlay-reel .reel-badge{position:absolute;top:12px;left:12px;display:inline-flex;align-items:center;gap:5px;background:#3b25608c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fefaf4;font-size:10.5px;font-weight:800;letter-spacing:.04em;padding:4px 9px;border-radius:100px;z-index:1}.search-overlay-reel .reel-caption{position:absolute;left:0;right:0;bottom:0;padding:34px 14px 14px;background:linear-gradient(to top,#2e1b47d9,#2e1b4700);z-index:1;pointer-events:none}.search-overlay-reel .reel-title{display:block;font-family:var(--font-heading);font-weight:600;font-size:15px;color:#fefaf4;line-height:1.2}.search-overlay-reel .reel-sub{display:block;font-size:12px;font-weight:600;color:#fefaf4cc;margin-top:3px}.search-overlay-angel-grid{display:flex;flex-wrap:wrap;gap:12px}.search-overlay-angel-hit{display:flex;align-items:center;gap:14px;background:#fff;border:1px solid rgb(76 64 86 / .08);border-radius:18px;padding:14px 20px 14px 16px;cursor:pointer;text-align:left;box-shadow:0 6px 18px -12px #4c405666;transition:transform .16s ease;font-family:inherit}.search-overlay-angel-hit:hover{transform:translateY(-3px)}.search-overlay-angel-hit .ah-num{font-family:var(--font-heading);font-weight:700;font-size:30px;color:#3b2560;line-height:1}.search-overlay-angel-hit .ah-label{display:block;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-hover)}.search-overlay-angel-hit .ah-title{display:block;font-family:var(--font-heading);font-size:15px;color:var(--fg);margin-top:2px}.search-overlay-coll-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:16px}.search-overlay-coll-hit{display:block;color:inherit}.search-overlay-coll-hit .ch-photo{position:relative;aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;background:#ece4f7;margin-bottom:10px}.search-overlay-coll-hit .ch-photo img{width:100%;height:100%;object-fit:cover;display:block}.search-overlay-coll-hit .ch-name{font-family:var(--font-heading);font-weight:600;font-size:16px;color:#3b2560}.search-overlay-coll-hit .ch-desc{font-size:13px;color:var(--muted);font-weight:600;margin-top:2px}.search-overlay-product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:clamp(14px,2vw,20px)}.search-overlay-product-hit{display:block;color:inherit}.search-overlay-product-hit .ph-photo{position:relative;aspect-ratio:4 / 5;border-radius:16px;overflow:hidden;background:#ece4f7;margin-bottom:10px}.search-overlay-product-hit .ph-photo img{width:100%;height:100%;object-fit:cover;display:block}.search-overlay-product-hit .ph-tag{position:absolute;top:10px;left:10px;background:#f8cdd6;color:var(--fg);font-size:10px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:4px 10px;border-radius:100px;z-index:1}.search-overlay-product-hit .ph-name{font-family:var(--font-heading);font-weight:600;font-size:15px;color:#3b2560;line-height:1.25}.search-overlay-product-hit .ph-meta{display:flex;align-items:baseline;gap:8px;margin-top:3px}.search-overlay-product-hit .ph-price{font-size:13.5px;font-weight:800;color:var(--primary-hover)}.search-overlay-product-hit .ph-coll{font-size:12px;color:var(--muted);font-weight:600}.search-overlay-empty{text-align:center;padding:clamp(40px,7vw,80px) 20px}.search-overlay-empty-sparkles{font-size:34px;letter-spacing:8px;color:#c9b6e8;margin-bottom:18px}.search-overlay-empty h3{margin:0 0 10px;font-family:var(--font-heading);font-weight:600;font-size:clamp(23px,3.2vw,30px);color:#3b2560}.search-overlay-empty h3 em{font-style:italic}.search-overlay-empty p{margin:0 auto;max-width:34ch;font-size:15px;color:var(--muted);font-weight:600;line-height:1.6}.collection-hero{background:var(--bg);padding:clamp(40px,6vw,72px) clamp(20px,3vw,40px) clamp(20px,3vw,30px);text-align:center}.collection-hero__title{margin:0;font-family:var(--font-heading);font-weight:600;font-size:clamp(30px,5vw,54px);line-height:1.02;text-transform:none}.collections-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:clamp(16px,1.8vw,28px)}@media(max-width:900px){.collections-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.collections-grid{grid-template-columns:1fr}}.collection-tile{position:relative;display:block;overflow:hidden;border-radius:var(--card-radius);aspect-ratio:3/4;background:var(--surface);color:#fff}.collection-tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.collection-tile:hover img{transform:scale(1.05)}.collection-tile:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgb(0 0 0 / .55) 0%,rgb(0 0 0 / .05) 55%,transparent 100%)}.collection-tile__label{position:absolute;left:0;right:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1.1rem 1.25rem;font-family:var(--font-heading);font-weight:600;font-size:1.15rem}.magnets-banner{position:relative;overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center}.magnets-banner__mosaic{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:1fr;gap:2px}.magnets-banner__tile{position:relative;overflow:hidden;background:#ece4f7}.magnets-banner__tile img{width:100%;height:100%;object-fit:cover;display:block}.magnets-banner__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#2e1b478c,#2e1b47b8)}.magnets-banner__content{position:relative;z-index:2;text-align:center;color:#fefaf4;max-width:480px;padding:44px 24px}.magnets-banner__content .eyebrow{color:#f8cdd6}.magnets-banner__title{margin:0 0 10px;font-family:var(--font-heading);font-weight:600;font-size:clamp(28px,4vw,42px);line-height:1.05;text-transform:none}.magnets-banner__title em{font-style:italic;font-weight:500}.magnets-banner__price{margin:0 0 20px;font-family:var(--font-script);font-weight:600;font-size:22px;color:#f8cdd6}.magnets-banner__content .btn{background:var(--primary);color:#fff;border:none}.brand-story{background:var(--surface);padding-block:clamp(64px,8vw,100px);overflow:hidden}.brand-story__in{max-width:1160px;margin:0 auto;padding:0 28px;display:grid;grid-template-columns:minmax(260px,400px) 1fr;gap:clamp(40px,6vw,80px);align-items:center}.brand-story__photo-wrap{position:relative}.brand-story__photo{position:relative;border-radius:28px;overflow:hidden;aspect-ratio:4/5;background:#ece4f7;transform:rotate(-2.5deg);box-shadow:0 30px 60px -25px #4c405673;border:8px solid var(--bg)}.brand-story__photo img{width:100%;height:100%;object-fit:cover;display:block}.brand-story__spark{position:absolute;top:-16px;right:8%;font-size:32px;color:var(--primary);animation:bohDrift 5s ease-in-out infinite}.brand-story__title{margin:0 0 20px;font-family:var(--font-heading);font-weight:600;font-size:clamp(30px,4vw,44px);line-height:1.1;text-transform:none}.brand-story__body{color:var(--fg);opacity:.85;font-size:16px;line-height:1.75;margin-bottom:26px}.brand-story__body p{margin:0 0 16px}.brand-story__body p:last-child{margin-bottom:0}.brand-story__signature{display:flex;flex-direction:column;gap:2px}.brand-story__signature-name{font-family:var(--font-script);font-weight:700;font-size:30px;color:var(--primary-hover)}.brand-story__signature-title{font-size:13px;letter-spacing:.08em;text-transform:uppercase;font-weight:800;color:var(--muted)}@media(max-width:767px){.site-header__inner{padding:.7rem 0}.site-header__icon{width:40px;height:40px;background:none!important}.site-header__icon:hover{background:none!important}.site-header__actions{gap:.35rem}.menu-toggle{background:none!important;margin-left:10px;margin-top:-4px}.menu-toggle svg{width:26px;height:26px}.site-header__brand{display:none}.mobile-nav{background:linear-gradient(165deg,#2e1b47,#3b2560);padding:3.4rem 1.6rem 1.8rem;color:#fefaf4;overflow:hidden}.mobile-nav:before{content:"bohemians";position:absolute;bottom:-12px;right:-6px;font-family:var(--font-script);font-weight:700;font-size:110px;color:#fefaf40f;white-space:nowrap;pointer-events:none}.mobile-nav:after{content:"\2726";position:absolute;top:92px;right:30px;font-size:26px;color:#f8cdd680;animation:bohDrift 5s ease-in-out infinite}.mobile-nav__head{margin-bottom:1.9rem;position:relative}.mobile-nav__brand{font-family:var(--font-heading);font-weight:600;font-size:1.25rem;letter-spacing:0;text-transform:none;color:#fefaf4}.mobile-nav__close{background:#fefaf41f;color:#fefaf4}.mobile-nav a{font-family:var(--font-heading);font-weight:600;font-size:1.9rem;font-style:italic;border-bottom:none;color:#fefaf4;padding:.5rem 0;position:relative}.mobile-nav a:hover{color:#f8cdd6}.mobile-nav a:after{content:"\2726";font-size:.8rem;color:#f8cdd6;opacity:1;font-style:normal}.mobile-nav__toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-heading);font-weight:600;font-size:1.9rem;font-style:italic;color:#fefaf4;padding:.5rem 0}.mobile-nav__toggle:hover{color:#f8cdd6}.mobile-nav__toggle-sign{font-size:1.1rem;font-style:normal;color:#f8cdd6;flex:0 0 auto;margin-left:.75rem;transition:transform .2s ease}.mobile-nav__toggle[aria-expanded=true] .mobile-nav__toggle-sign{transform:rotate(45deg)}.mobile-nav__group{display:none;flex-direction:column;padding-left:.2rem;gap:.1rem}.mobile-nav__group.is-open{display:flex}.mobile-nav__group a{font-family:var(--font-body);font-weight:700;font-style:normal;font-size:1.05rem;color:#fefaf4bf;padding:.5rem 0}.mobile-nav__group a:hover{color:#f8cdd6}.mobile-nav__group a:after{display:none}.mobile-nav__extra{margin-top:auto;padding-top:1.7rem;display:flex;flex-direction:column;gap:1.1rem}.mobile-nav__extra-links{display:flex;gap:1.1rem;font-size:.88rem;font-weight:700}.mobile-nav__extra-links a{border:none;padding:0;color:#fefaf4d1;font-family:var(--font-body);font-style:normal;font-size:inherit;font-weight:inherit;display:inline}.mobile-nav__extra-links a:after{display:none}.mobile-nav__socials{display:flex;gap:.55rem}.mobile-nav__socials a{width:38px;height:38px;border-radius:999px;background:#fefaf41f;display:flex;align-items:center;justify-content:center;border:none;padding:0;color:#fefaf4;font-family:var(--font-body);font-style:normal}.mobile-nav__socials a:after{display:none}.mobile-nav__tagline{font-family:var(--font-script);font-weight:600;font-size:1.2rem;color:#fefaf4b3;margin:0}.hero--bottom{aspect-ratio:auto!important;height:100svh!important;min-height:0!important;max-height:none!important}.hero--bottom video,.hero--bottom img{object-position:center;transform:scale(1.15)}.hero--bottom .hero__overlay{background:linear-gradient(180deg,#2e1b4714 30%,#2e1b4780)}.hero__grad-top{background:linear-gradient(to bottom,#4c405633,#4c405600)}.hero--bottom .hero__content{padding:0 22px 30px}.hero--bottom .hero__content-in{max-width:none}.hero__kicker{margin:0 0 6px;font-family:var(--font-script);font-weight:600;font-size:18px;color:#f8cdd6}.hero--bottom .hero__content .eyebrow{display:none}.hero--bottom .hero__title{font-size:30px;line-height:1.08}.hero--bottom .hero__subtitle{display:none}.hero__cta-row{gap:8px;margin-top:14px}.hero__cta-row .btn{flex:1;text-align:center;padding:11px 10px;font-size:12.5px;border-radius:100px}.hero__cta-row .btn .btn__full{display:none}.hero__cta-row .btn .btn__short{display:inline}.hero__scroll-hint,.hero__cta-float{display:none}.angel__in{max-width:none;padding:44px 22px}.angel__head{text-align:center;margin-bottom:22px}.angel__title{font-size:32px}.angel__subtitle{font-size:14px}.angel__picker{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;padding:4px 0 6px}.angel__tile{width:auto;height:auto;aspect-ratio:1;border-radius:16px;gap:2px;padding:4px}.angel__tn{font-size:19px}.angel__tl{font-size:7px;letter-spacing:.02em}.angel__spark{font-size:13px;top:-5px;right:-4px}.angel__panel{flex-direction:column}.angel__panel-text{flex:none;width:100%;min-width:0;padding:26px 22px}.angel__panel-photo{flex:none;width:100%;min-width:0;min-height:0;aspect-ratio:16 / 10;order:-1;margin-bottom:0}.angel__foot{font-size:13px}.magnets-banner{min-height:380px}.magnets-banner__mosaic{grid-template-columns:repeat(2,1fr);grid-template-rows:1fr 1fr}.magnets-banner__content{padding:32px 22px}.magnets-banner__title{font-size:26px}.magnets-banner__price{font-size:18px;margin-bottom:16px}.brand-story{padding-block:44px}.brand-story__in{grid-template-columns:1fr;padding:0 22px;gap:28px}.brand-story__photo-wrap{max-width:260px;margin:0 auto}.brand-story__title{font-size:28px;text-align:center}.brand-story__body{font-size:15px;text-align:center}.brand-story__signature{align-items:center}.brand-story__signature-name{font-size:26px}.coll-section{padding:40px 0}.coll-scroll-pin{position:static!important;height:auto!important;overflow-x:auto!important}.coll-scroll-inner{transform:none!important;display:block!important}.coll-grid,.coll-scroll-wrap{display:flex!important;width:auto!important;gap:14px;overflow-x:auto;padding:4px 22px 12px;scroll-snap-type:x mandatory;scrollbar-width:none}.coll-grid::-webkit-scrollbar,.coll-scroll-wrap::-webkit-scrollbar{display:none}.coll-card{flex:0 0 66%!important;width:66%!important;scroll-snap-align:start}.coll-card__photo{border-radius:22px!important}.story__in{grid-template-columns:1fr!important;gap:20px;padding:40px 22px}.story__photo{aspect-ratio:4 / 3!important;border-radius:24px!important;order:-1}.story__title{font-size:30px}.story__body{font-size:15px}.story__values{display:none}.revcar{padding:40px 22px;text-align:center}.revcar__title{font-size:11.5px}.revcar__carousel{max-width:none}.revcar__slide{padding:26px 22px;border-radius:24px}.revcar__quote{font-size:19px}.revcar__quotemark{display:none}.trust-row{grid-template-columns:1fr 1fr;gap:16px;row-gap:22px}.trust-item{text-align:center;align-items:center}.foot-wrap{padding:18px 20px 10px}.foot-nav-grid{grid-template-columns:1fr!important;gap:0!important}.foot-top{flex-direction:column;gap:10px;padding-bottom:8px}.foot-brand{text-align:left}.foot-brand .logo{font-size:17px;margin-bottom:6px}.foot-socials{gap:7px;margin-bottom:8px}.foot-social{width:26px;height:26px}.foot-social svg{width:12px;height:12px}.foot-contact-line{font-size:11px;margin-bottom:1px}.foot-col{border-top:1px solid rgba(254,250,244,.14)}.foot-col-head{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:8px 2px}.foot-col h4{margin:0;font-size:10.5px}.foot-col-sign{display:inline-block;font-size:14px;color:#fefaf499;transition:transform .2s ease}.foot-col-head[aria-expanded=true] .foot-col-sign{transform:rotate(45deg)}.foot-col ul[data-foot-body]{display:none;gap:6px;padding:0 2px 10px}.foot-col ul[data-foot-body].is-open{display:flex}.foot-col a{font-size:12.5px}.foot-news{padding-top:2px}.foot-news h4{font-size:10.5px;margin-bottom:5px}.foot-news p{font-size:12px;margin-bottom:8px}.news-form{gap:7px}.news-form input{padding:8px 12px;font-size:12.5px}.news-form button{padding:8px 14px;font-size:12.5px}.foot-bot{padding:8px 0 4px;font-size:10.5px;gap:6px 14px}.foot-tagline{font-size:14px}.foot-legal{gap:10px}.foot-wordmark{font-size:46px;margin-top:0}.shop-wrap{padding:0 6px}.shop-toolbar{position:sticky;top:0;z-index:20;background:rgb(from var(--bg) r g b / .94);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 6px;flex-wrap:nowrap;gap:6px}.shop-toolbar-right{gap:8px;flex-shrink:0}.shop-count-text{font-size:11px;white-space:nowrap}.shop-sort-btn{font-size:11px;white-space:nowrap;gap:4px}.shop-sort-prefix{display:none}.shop-filters-toggle{font-size:11px;white-space:nowrap;gap:5px;padding:6px 0;flex-shrink:0}.shop-body{flex-direction:column;padding-top:0}.shop-grid.product-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:18px 6px 0;border:none}.shop-grid.product-grid .product-card{min-width:0}.shop-grid.product-grid .product-card{border:none}.shop-signoff{font-size:13px}.shop-sidebar{position:fixed;left:0;right:0;bottom:0;top:auto;z-index:320;width:auto;flex:none;max-height:86vh;margin:0;border-radius:28px 28px 0 0;box-shadow:0 -20px 60px -20px #0006;padding:0;overflow-y:auto;transform:translateY(100%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.shop-sidebar.hidden{display:block;transform:translateY(100%);pointer-events:none}.shop-sidebar:not(.hidden){transform:translateY(0);pointer-events:auto}.shop-sidebar-scrim{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:310;background:#2e1b4766}body.shop-filters-open .shop-sidebar-scrim{display:block}body.shop-filters-open{overflow:hidden}.shop-sidebar-head{position:sticky;top:0;background:var(--bg);z-index:2;padding:14px 22px 12px;border-bottom:1px solid rgba(76,64,86,.1);margin-bottom:0}.shop-sidebar-head:before{content:"";display:block;width:42px;height:5px;border-radius:100px;background:#cbbfd9;margin:0 auto 14px}.shop-sidebar-title{font-size:21px}.shop-facet{padding:0 22px}.shop-sidebar-apply{position:sticky;bottom:0;display:block;width:calc(100% - 44px);margin:0 22px 22px;background:var(--fg);color:var(--surface);border:none;cursor:pointer;font-family:inherit;font-weight:800;font-size:15px;padding:16px;border-radius:100px}.shop-sidebar-apply-wrap{position:sticky;bottom:0;background:var(--bg);padding:14px 0 0;border-top:1px solid rgba(76,64,86,.1);margin-top:6px}.product-card__media{aspect-ratio:2 / 3}.shop-grid .product-card__title{font-size:13.5px}.shop-grid .product-card__price .price{font-size:12.5px}.product-layout{grid-template-columns:1fr;gap:0}.product-gallery{margin:0 -20px}.product-gallery__stage{aspect-ratio:4 / 5;border-radius:0}.product-gallery__dots{display:none}.product-gallery__thumbs{padding:12px 20px}.product-info{padding:8px 22px 0}.product-info__title{font-size:30px}.variant-options{gap:9px}.qty-row-wrap{flex-direction:row}.product-submit{flex:1}.product-pay{display:none}.product-trust{border-top:1px solid rgba(76,64,86,.12);border-bottom:1px solid rgba(76,64,86,.12)}.pd-related .container,.pd-related~.section .container{padding:0 22px}.section-head{flex-direction:column;align-items:flex-start;gap:6px}.cart-page .container{padding:0}.cart-page__head{padding:6px 22px 18px}.cart-page__title{font-size:32px}.cart-page__layout{display:block}.cart-page__items{padding:0 22px;display:flex;flex-direction:column;gap:14px}.cart-page__item{display:flex;gap:13px;background:var(--surface);border-radius:20px;padding:12px;box-shadow:0 14px 30px -26px #4c405699}.cart-page__media{flex:0 0 84px;width:84px;height:104px;border-radius:14px;overflow:hidden}.cart-page__media img{width:100%;height:100%;object-fit:cover}.cart-page__details{flex:1;min-width:0}.cart-page__qty{background:var(--bg);border-radius:100px;padding:3px}.cart-page__summary{margin:22px 22px 0}.cart-page__summary-card{border-radius:20px}.cart-page__trust{flex-direction:column;align-items:flex-start;gap:6px}.cart-upsell{margin:22px 22px 0;background:#ece4f7;border-radius:20px;padding:16px 18px}.cart-upsell__kicker{margin:0 0 4px;font-family:var(--font-script);font-weight:600;font-size:19px;color:#7a6a8c}.cart-upsell__row{display:flex;gap:10px;overflow-x:auto;margin-top:10px;scrollbar-width:none}.cart-upsell__row::-webkit-scrollbar{display:none}.cart-upsell__item{flex:0 0 118px;text-decoration:none;color:inherit}.cart-upsell__item-photo{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:1;background:var(--bg)}.cart-upsell__item-photo img{width:100%;height:100%;object-fit:cover}.cart-upsell__item h4{margin:7px 0 1px;font-family:var(--font-heading);font-weight:600;font-size:13px;line-height:1.2}.cart-upsell__item span{font-size:12px;font-weight:700}.cart-extras{padding:22px 22px 0;display:flex;flex-direction:column;gap:12px}.cart-extras label.cart-extras__label{display:block;font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.cart-coupon-row,.pincode-checker__row{display:flex;gap:8px}.cart-coupon-row input,.pincode-checker input{flex:1;min-width:0;background:var(--surface);border:1.5px solid var(--border);border-radius:14px;padding:12px 16px;font-family:inherit;font-size:14px;font-weight:700;color:var(--fg)}.cart-coupon-row button{background:var(--fg);color:var(--surface);border:none;cursor:pointer;font-family:inherit;font-weight:800;font-size:13.5px;padding:0 18px;border-radius:14px}.pincode-checker{background:none;border:none;padding:0}.pincode-checker strong{display:block;font-weight:800;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.pincode-checker button{background:var(--surface);color:var(--fg);border:1.5px solid var(--border);cursor:pointer;font-family:inherit;font-weight:800;font-size:13.5px;padding:0 18px;border-radius:14px}.cart-coupon-applied{display:flex;align-items:center;justify-content:space-between;background:#dcefe0;border:1.5px dashed #7FB08C;border-radius:14px;padding:12px 16px;font-weight:800;font-size:13.5px;color:#3e6b4c}.cart-coupon-applied a{color:#3e6b4c;font-weight:800;font-size:12.5px}.search-overlay-bar{padding:56px 20px 14px}.add-toast{position:fixed;left:20px;right:20px;bottom:max(26px,env(safe-area-inset-bottom));z-index:500;background:var(--fg);color:var(--surface);font-weight:800;font-size:14px;padding:14px 20px;border-radius:100px;box-shadow:0 20px 40px -18px #0009;display:flex;align-items:center;gap:10px;transform:translateY(140%);transition:transform .3s cubic-bezier(.4,0,.2,1)}.add-toast.is-visible{transform:translateY(0)}.add-toast__cta{margin-left:auto;background:var(--primary);color:#fff;border:none;cursor:pointer;font-family:inherit;font-weight:800;font-size:13px;padding:7px 15px;border-radius:100px;text-decoration:none}}@media(min-width:768px){.add-toast,.mobile-nav__extra,.shop-sidebar-scrim,.shop-sidebar-apply-wrap,.cart-upsell,.hero__kicker,.btn__short{display:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/theme.css.map */
