.astro-route-announcer{clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;top:0;left:0;overflow:hidden}.toast{background:var(--color-white);border-radius:.375rem;align-items:flex-start;gap:.75rem;min-width:280px;max-width:360px;padding:.875rem 1rem;display:flex;box-shadow:0 4px 12px #00000026}.toast--success .toast__icon{color:#22c55e}.toast--error .toast__icon{color:#ef4444}.toast--warning .toast__icon{color:#eab308}.toast--info .toast__icon{color:#3b82f6}.toast__icon{flex-shrink:0;display:flex}.toast__content{flex:1;min-width:0}.toast__title{color:var(--color-dark);margin:0 0 .125rem;font-size:.875rem;font-weight:600}.toast__message{color:#0c0c0cb3;margin:0;font-size:.8125rem}.toast__close{cursor:pointer;color:#0c0c0c66;background:0 0;border:none;flex-shrink:0;padding:0;transition:color .2s}.toast__close:hover{color:var(--color-dark)}.toast-enter-active,.toast-leave-active{transition:all .3s}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(100%)}.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:.5rem;padding:1rem;display:flex;position:fixed}.toast-container>*{pointer-events:auto}.toast-container--top-right{align-items:flex-end;top:0;right:0}.toast-container--top-left{align-items:flex-start;top:0;left:0}.toast-container--top-center{align-items:center;top:0;left:50%;transform:translate(-50%)}.toast-container--bottom-right{flex-direction:column-reverse;align-items:flex-end;bottom:0;right:0}.toast-container--bottom-left{flex-direction:column-reverse;align-items:flex-start;bottom:0;left:0}.toast-container--bottom-center{flex-direction:column-reverse;align-items:center;bottom:0;left:50%;transform:translate(-50%)}.toast-list-enter-active,.toast-list-leave-active{transition:all .3s}.toast-list-enter-from,.toast-list-leave-to{opacity:0;transform:translate(30px)}.toast-list-move{transition:transform .3s}.confirm-dialog{z-index:9999;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.confirm-dialog__overlay{background:#00000080;position:absolute;inset:0}.confirm-dialog__container{background:var(--color-white);text-align:center;width:100%;max-width:400px;padding:2rem;position:relative}.confirm-dialog__icon{margin-bottom:1rem}.confirm-dialog--danger .confirm-dialog__icon{color:#ef4444}.confirm-dialog--warning .confirm-dialog__icon{color:#eab308}.confirm-dialog__title{font-family:var(--font-heading);color:var(--color-dark);margin:0 0 .5rem;font-size:1.25rem;font-weight:500}.confirm-dialog__message{color:#0c0c0cb3;margin:0 0 1.5rem;font-size:.9375rem;line-height:1.5}.confirm-dialog__actions{justify-content:center;gap:.75rem;display:flex}.confirm-dialog__btn{text-transform:uppercase;letter-spacing:.05em;cursor:pointer;border:none;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:background-color .2s,color .2s}.confirm-dialog__btn--cancel{color:var(--color-dark);border:1px solid var(--color-text-muted);background:0 0}.confirm-dialog__btn--cancel:hover{background:#0c0c0c0d}.confirm-dialog__btn--confirm{background:var(--color-dark);color:var(--color-white)}.confirm-dialog__btn--confirm:hover{background:var(--color-sable-dark)}.confirm-dialog__btn--danger{background:#ef4444}.confirm-dialog__btn--danger:hover{background:#dc2626}.confirm-dialog__btn--warning{color:var(--color-dark);background:#eab308}.confirm-dialog__btn--warning:hover{background:#ca8a04}.confirm-enter-active,.confirm-leave-active{transition:opacity .2s}.confirm-enter-active .confirm-dialog__container,.confirm-leave-active .confirm-dialog__container{transition:transform .2s,opacity .2s}.confirm-enter-from,.confirm-leave-to{opacity:0}.confirm-enter-from .confirm-dialog__container,.confirm-leave-to .confirm-dialog__container{opacity:0;transform:scale(.95)}.back-to-top{background:var(--color-dark);width:48px;height:48px;color:var(--color-white);cursor:pointer;z-index:999;border:none;justify-content:center;align-items:center;transition:all .3s;display:flex;position:fixed;bottom:2rem;right:2rem}.back-to-top:hover{background:var(--color-sable-dark);transform:translateY(-4px)}.fade-enter-active,.fade-leave-active{transition:opacity .3s,transform .3s}.fade-enter-from,.fade-leave-to{opacity:0;transform:translateY(20px)}@media (width<=768px){.back-to-top{width:40px;height:40px;bottom:1rem;right:1rem}}.compare-bar-item{background:var(--color-white);border:1px solid #0c0c0c1a;width:60px;height:60px;position:relative}.compare-bar-item__image{object-fit:contain;width:100%;height:100%;padding:.25rem}.compare-bar-item__remove{background:var(--color-dark);width:20px;height:20px;color:var(--color-white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;top:-8px;right:-8px}.compare-bar-item__remove:hover{opacity:.8}.compare-bar-cta{align-items:center;gap:1rem;display:flex}.compare-bar-cta__count{color:#0c0c0c99;font-size:.875rem}.compare-bar-cta__btn{color:var(--color-white);background:var(--color-dark);padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:opacity .2s;display:inline-block}.compare-bar-cta__btn:hover{opacity:.9}.compare-bar{background:var(--color-white);z-index:100;border-top:1px solid #0c0c0c1a;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0000001a}.compare-bar__container{justify-content:space-between;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex}.compare-bar__items{gap:.75rem;display:flex}.compare-bar__empty{color:#0c0c0c4d;border:2px dashed #0c0c0c33;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.25rem;display:flex}@media (width<=768px){.compare-bar__empty{display:none}}.cursor-follower{pointer-events:none;z-index:9999;mix-blend-mode:difference;position:fixed;top:0;left:0}.cursor-follower--hidden{opacity:0}.cursor-follower__dot{background:var(--color-white);border-radius:50%;width:8px;height:8px;transition:transform .15s,opacity .15s;position:absolute;transform:translate(-50%,-50%)}.cursor-follower__ring{border:1px solid var(--color-white);opacity:.5;border-radius:50%;width:40px;height:40px;transition:transform .3s,border-color .3s;position:absolute;transform:translate(-50%,-50%)}.cursor-follower__label{text-transform:uppercase;letter-spacing:.1em;color:var(--color-white);white-space:nowrap;opacity:0;font-size:.6875rem;transition:opacity .2s;position:absolute;top:30px;left:50%;transform:translate(-50%)}.cursor-follower--active .cursor-follower__dot{transform:translate(-50%,-50%)scale(.5)}.cursor-follower--active .cursor-follower__ring{transform:translate(-50%,-50%)scale(.8)}.cursor-follower--hover .cursor-follower__dot{transform:translate(-50%,-50%)scale(0)}.cursor-follower--hover .cursor-follower__ring{border-color:var(--color-sable);transform:translate(-50%,-50%)scale(1.5)}.cursor-follower--hover .cursor-follower__label{opacity:1}@media (width<=1024px){.cursor-follower{display:none}}@keyframes astroFadeInOut{0%{opacity:1}to{opacity:0}}@keyframes astroFadeIn{0%{opacity:0;mix-blend-mode:plus-lighter}to{opacity:1;mix-blend-mode:plus-lighter}}@keyframes astroFadeOut{0%{opacity:1;mix-blend-mode:plus-lighter}to{opacity:0;mix-blend-mode:plus-lighter}}@keyframes astroSlideFromRight{0%{transform:translate(100%)}}@keyframes astroSlideFromLeft{0%{transform:translate(-100%)}}@keyframes astroSlideToRight{to{transform:translate(100%)}}@keyframes astroSlideToLeft{to{transform:translate(-100%)}}@media (prefers-reduced-motion){::view-transition-group(*),::view-transition-old(*),::view-transition-new(*),[data-astro-transition-scope]{animation:none!important}}

.hero{background-color:var(--color-cream);align-items:center;min-height:100vh;display:flex;position:relative}.hero-content{z-index:2;max-width:600px;padding:var(--space-12);position:relative}.hero-tagline{font-family:var(--font-body);font-size:var(--text-sm);letter-spacing:var(--tracking-wider);text-transform:uppercase;color:var(--color-text-muted);margin-bottom:var(--space-4)}.hero-title{font-family:var(--font-heading);font-size:var(--text-6xl);font-weight:var(--font-light);line-height:var(--leading-tight);margin-bottom:var(--space-6)}.hero-description{font-size:var(--text-lg);color:var(--color-text-muted);line-height:var(--leading-relaxed);margin-bottom:var(--space-8)}.hero-image{object-fit:cover;width:50%;height:100%;position:absolute;top:0;right:0}.featured-section{padding:var(--space-20)0}.featured-header{margin-bottom:var(--space-12);justify-content:space-between;align-items:flex-end;display:flex}.featured-title{font-family:var(--font-heading);font-size:var(--text-4xl);font-weight:var(--font-light)}.featured-link{font-size:var(--text-sm);color:var(--color-text-muted);transition:color var(--duration-fast)var(--ease-out);text-decoration:none}.featured-link:hover{color:var(--color-dark)}.sticky-split{grid-template-columns:1fr 1fr;min-height:100vh;display:grid}.sticky-split-image{height:100vh;position:sticky;top:0}.sticky-split-image img{object-fit:cover;width:100%;height:100%}.sticky-split-content{padding:var(--space-12)}.sticky-split-products{gap:var(--space-8);flex-direction:column;display:flex}.categories-section{padding:var(--space-20)0;background-color:var(--color-cream)}.categories-grid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.category-card{aspect-ratio:3/4;position:relative;overflow:hidden}.category-card-image{object-fit:cover;width:100%;height:100%;transition:transform var(--duration-slow)var(--ease-out)}.category-card:hover .category-card-image{transform:scale(1.05)}.category-card-content{padding:var(--space-6);color:var(--color-white);background:linear-gradient(#0000,#00000080);flex-direction:column;justify-content:flex-end;display:flex;position:absolute;inset:0}.category-card-title{font-family:var(--font-heading);font-size:var(--text-xl);margin-bottom:var(--space-2)}.category-card-count{font-size:var(--text-sm);opacity:.8}.brands-marquee{gap:var(--space-12);animation:30s linear infinite marquee;display:flex}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.brand-logo{opacity:.6;height:40px;transition:opacity var(--duration-fast)var(--ease-out)}.brand-logo:hover{opacity:1}.newsletter-section{padding:var(--space-20)var(--space-12);background-color:var(--color-dark);color:var(--color-white);text-align:center}.newsletter-title{font-family:var(--font-heading);font-size:var(--text-3xl);font-weight:var(--font-light);margin-bottom:var(--space-4)}.newsletter-description{font-size:var(--text-base);color:var(--color-text-muted-light);margin-bottom:var(--space-8);max-width:500px;margin-left:auto;margin-right:auto}.newsletter-form{gap:var(--space-3);max-width:400px;margin:0 auto;display:flex}.newsletter-input{padding:var(--space-4);color:var(--color-white);background-color:#0000;border:1px solid #ffffff4d;flex:1}.newsletter-input::placeholder{color:var(--color-text-muted-light)}@media (width<=1024px){.sticky-split{grid-template-columns:1fr}.sticky-split-image{height:60vh;position:relative}.categories-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.hero-content{padding:var(--space-6);max-width:100%}.hero-title{font-size:var(--text-4xl)}.hero-image{width:100%;height:50vh;position:relative}.featured-header{align-items:flex-start;gap:var(--space-4);flex-direction:column}.newsletter-form{flex-direction:column}}.hero-image{width:100%;height:100%}.hero-image__img{object-fit:cover;width:100%;height:100%}.hero-image__overlay{background:linear-gradient(#0000004d,#00000080);position:absolute;inset:0}.hero-video{width:100%;height:100%}.hero-video__player{object-fit:cover;width:100%;height:100%}.hero-video__overlay{background:linear-gradient(#0000004d,#00000080);position:absolute;inset:0}.btn-magnetic{cursor:pointer;border:none;justify-content:center;align-items:center;transition:background-color .2s,color .2s;display:inline-flex;overflow:hidden}.btn-magnetic__content{text-transform:uppercase;letter-spacing:.05em;justify-content:center;align-items:center;gap:.5rem;font-weight:500;transition:transform .2s ease-out;display:inline-flex}.btn-magnetic--sm{padding:.5rem 1rem;font-size:.75rem}.btn-magnetic--md{padding:.75rem 1.5rem;font-size:.8125rem}.btn-magnetic--lg{padding:1rem 2rem;font-size:.875rem}.btn-magnetic--primary{background:var(--color-dark);color:var(--color-white)}.btn-magnetic--primary:hover:not(.btn-magnetic--disabled){background:var(--color-sable-dark)}.btn-magnetic--secondary{background:var(--color-sable);color:var(--color-dark)}.btn-magnetic--secondary:hover:not(.btn-magnetic--disabled){background:var(--color-sable-dark)}.btn-magnetic--outline{color:var(--color-dark);border:1px solid var(--color-dark);background:0 0}.btn-magnetic--outline:hover:not(.btn-magnetic--disabled){background:var(--color-dark);color:var(--color-white)}.btn-magnetic--disabled{opacity:.5;cursor:not-allowed}.hero-cta{background:var(--color-white);color:var(--color-dark);letter-spacing:.05em;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.hero-cta:hover{background:var(--color-sable);color:var(--color-white)}.hero-cta svg{transition:transform .3s}.hero-cta:hover svg{transform:translate(4px)}.hero-nav{z-index:10;gap:0;display:flex;position:absolute;bottom:1rem;left:50%;transform:translate(-50%)}.hero-nav__dot{cursor:pointer;background:0 0;border:none;border-radius:50%;width:44px;height:44px;padding:0;transition:all .3s;position:relative}.hero-nav__dot:after{content:"";border:2px solid var(--color-white);opacity:.6;background:0 0;border-radius:50%;width:12px;height:12px;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-nav__dot:hover:after{opacity:1}.hero-nav__dot--active:after{background:var(--color-white);opacity:1}.hero-slide{background:#000;width:100%;height:100%;position:relative}.hero-slide--banner{display:block}.hero-slide__hotspot{z-index:5;color:#3b1a1a;font-family:var(--font-heading);letter-spacing:.08em;cursor:pointer;background:linear-gradient(135deg,#fff 0%,#f0e6ff 50%,#fff 100%) 0 0/200% 200%;border-radius:50px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s,background-position .3s;animation:3s infinite hotspot-shimmer;display:inline-flex;position:absolute;bottom:12%;right:10%;box-shadow:0 4px 20px #00000026}@keyframes hotspot-shimmer{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.hero-slide__hotspot:hover,.hero-slide__hotspot:active{background:linear-gradient(135deg,#f0e6ff 0%,#e0d0f5 50%,#f0e6ff 100%) 0 0/200% 200%;animation:1.5s infinite hotspot-shimmer;transform:scale(1.08);box-shadow:0 8px 35px #00000040}@media (width<=768px){.hero-slide__hotspot{padding:.8rem 2rem;font-size:.95rem;bottom:8%;right:50%;transform:translate(50%)}.hero-slide__hotspot:hover,.hero-slide__hotspot:active{transform:translate(50%)scale(1.08)}}.hero-slide__bg{z-index:0;position:absolute;inset:0}.hero-slide__bg img,.hero-slide__bg video{object-fit:cover;width:100%;height:100%}.hero-slide__grid{z-index:1;justify-content:flex-end;align-items:center;max-width:1400px;height:100%;margin:0 auto;padding:0 2rem;display:flex;position:relative}.hero-slide__content{flex-direction:column;justify-content:center;width:50%;max-width:520px;padding:2rem 0;display:flex}.hero-slide__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#fff9;margin-bottom:1rem;font-size:.75rem;display:block}.hero-slide__title{font-family:var(--font-heading);color:#fff;margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2}.hero-slide__description{color:#fff9;margin:0 0 2rem;font-size:1rem;line-height:1.8}@media (width<=768px){.hero-slide__grid{text-align:center;justify-content:center;align-items:flex-end;padding:0 1.5rem 4rem}.hero-slide__content{align-items:center;width:100%;max-width:100%}}.hero-carousel{width:100%;height:100%;position:relative;overflow:hidden}.hero-carousel__track{height:100%;transition:transform .5s;display:flex}.hero-carousel__slide{flex:0 0 100%;width:100%;min-height:100svh}.hero-carousel__nav{-webkit-backdrop-filter:blur(8px);color:#fff;cursor:pointer;z-index:10;background:#ffffff26;border:none;justify-content:center;align-items:center;width:48px;height:48px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-carousel__nav:hover{background:#ffffff4d}.hero-carousel__nav--prev{left:2rem}.hero-carousel__nav--next{right:2rem}@media (width<=768px){.hero-carousel__nav{width:40px;height:40px}.hero-carousel__nav--prev{left:1rem}.hero-carousel__nav--next{right:1rem}}.product-carousel-header{padding:0 var(--container-padding,1.5rem);justify-content:space-between;align-items:flex-end;margin-bottom:2rem;display:flex}.product-carousel-header__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.product-carousel-header__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.product-carousel-header__view-all{color:var(--color-link);letter-spacing:.05em;white-space:nowrap;margin-left:1rem;font-size:.8125rem;text-decoration:none;transition:color .2s}.product-carousel-header__view-all:hover{color:var(--color-dark);text-decoration:underline}@media (width<=768px){.product-carousel-header{flex-direction:column;align-items:flex-start;gap:1rem}}.product-carousel-items{padding:0 var(--container-padding,1.5rem);overflow:hidden}.product-carousel-items__track{gap:24px;transition:transform .4s;display:flex}.product-carousel-items__item{flex-shrink:0;width:280px}@media (width<=1280px){.product-carousel-items__item{width:260px}}@media (width<=1024px){.product-carousel-items{padding:0 1.25rem}.product-carousel-items__track{gap:20px}.product-carousel-items__item{width:240px}}@media (width<=768px){.product-carousel-items{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 1rem;overflow:auto hidden}.product-carousel-items::-webkit-scrollbar{display:none}.product-carousel-items__track{gap:16px;transition:none;transform:none!important}.product-carousel-items__item{width:200px}}@media (width<=480px){.product-carousel-items{-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;padding:0 1rem;overflow:auto hidden}.product-carousel-items::-webkit-scrollbar{display:none}.product-carousel-items__track{gap:12px;transition:none;transform:none!important}.product-carousel-items__item{width:155px}}@media (width<=390px){.product-carousel-items__item{width:150px}}@media (width<=360px){.product-carousel-items{padding:0 .75rem}.product-carousel-items__track{gap:10px}.product-carousel-items__item{width:142px}}.product-carousel-items__link{color:inherit;text-decoration:none}.product-carousel-items__image-link{display:block}.product-carousel-items__image-wrapper{aspect-ratio:1;margin-bottom:1rem;position:relative;overflow:hidden}.product-carousel-items__image{object-fit:contain;width:100%;height:100%;transition:transform .4s}.product-carousel-items__image-link:hover .product-carousel-items__image{transform:scale(1.05)}.product-carousel-items__actions{opacity:0;z-index:10;gap:8px;transition:all .25s;display:flex;position:absolute;bottom:12px;right:12px;transform:translateY(8px)}.product-carousel-items__item:hover .product-carousel-items__actions{opacity:1;transform:translateY(0)}.product-carousel-items__quick-view,.product-carousel-items__add-cart{cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.product-carousel-items__quick-view{background:var(--color-white,#fff);color:var(--color-dark,#0c0c0c)}.product-carousel-items__quick-view:hover{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff);transform:scale(1.05)}.product-carousel-items__add-cart{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff)}.product-carousel-items__cart-form{display:flex}.product-carousel-items__add-cart:hover{background:var(--color-sable-dark,#22c55e);transform:scale(1.05)}.product-carousel-items__brand{text-transform:uppercase;letter-spacing:.1em;color:#0c0c0ca6;margin-bottom:.25rem;font-size:.75rem;display:block}.product-carousel-items__name{margin:0 0 .5rem;font-size:.9375rem;font-weight:400}.product-carousel-items__price-wrapper{align-items:center;gap:.5rem;display:flex}.product-carousel-items__price-original{color:#0c0c0ca6;font-size:.8125rem;text-decoration:line-through}.product-carousel-items__price{font-size:.875rem}.product-carousel-items__price--sale{color:#c41e3a;font-weight:500}.product-carousel-nav{gap:.5rem;display:flex}.product-carousel-nav__btn{cursor:pointer;background:0 0;border:1px solid #00000026;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:10px;transition:all .2s;display:flex}.product-carousel-nav__btn:hover{border-color:var(--color-dark);background:var(--color-dark);color:var(--color-white)}.product-carousel{background:var(--color-cream);padding:4rem 0;overflow:hidden}.sticky-section-left{background:var(--color-sable);height:100vh;position:sticky;top:0;overflow:hidden}.sticky-section-left__content{width:100%;height:100%}@media (width<=768px){.sticky-section-left{height:50vh;position:relative}}.sticky-section-right{background:var(--color-cream);padding:4rem 3rem}@media (width<=768px){.sticky-section-right{padding:2rem 1.5rem}}.sticky-image{width:100%;height:100%;position:relative;overflow:hidden}.sticky-image__img{object-fit:cover;width:100%;height:100%;transition:transform 8s cubic-bezier(.16,1,.3,1)}.sticky-image:hover .sticky-image__img{transform:scale(1.05)}.sticky-image__overlay{z-index:1;pointer-events:none;background:linear-gradient(#0c0c0c1a 0%,#0000 30% 70%,#0c0c0c33 100%);position:absolute;inset:0}.sticky-image__content{z-index:2;position:absolute;bottom:2rem;left:2rem}.sticky-image__badge{color:var(--color-dark);text-transform:uppercase;letter-spacing:.15em;backdrop-filter:blur(4px);background:#fffffff2;padding:.5rem 1rem;font-size:.65rem;display:inline-block}@media (width<=768px){.sticky-image__content{bottom:1.5rem;left:1.5rem}}.sticky-products{flex-direction:column;min-height:100%;display:flex}.sticky-products__header{background:linear-gradient(to bottom,var(--color-cream)80%,transparent);z-index:2;padding:3rem 0 2rem;position:sticky;top:0}.sticky-products__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#3d3833;margin-bottom:.75rem;font-size:.7rem;display:block}.sticky-products__title{font-family:var(--font-heading);margin:0 0 1rem;font-size:2.25rem;font-weight:300;line-height:1.1}.sticky-products__description{color:#0c0c0ca6;max-width:320px;margin:0;font-size:.9rem;line-height:1.6}.sticky-products__list{flex-direction:column;flex:1;display:flex}.sticky-products__item{justify-content:center;align-items:center;min-height:85vh;padding:2rem 0;display:flex}.sticky-products__card{width:100%;max-width:300px;position:relative}.sticky-products__link{min-width:44px;min-height:44px;color:inherit;justify-content:center;align-items:center;padding:8px 12px;text-decoration:none;display:inline-flex}.sticky-products__image-link{justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:8px 12px;display:inline-flex}.sticky-products__image-container{background:#0c0c0c05;margin-bottom:1.25rem;position:relative;overflow:hidden}.sticky-products__image{object-fit:contain;width:100%;height:auto;transition:transform .6s cubic-bezier(.16,1,.3,1)}.sticky-products__image-link:hover .sticky-products__image{transform:scale(1.05)}.sticky-products__actions{opacity:0;z-index:10;gap:8px;transition:all .25s;display:flex;position:absolute;bottom:12px;right:12px;transform:translateY(8px)}.sticky-products__card:hover .sticky-products__actions{opacity:1;transform:translateY(0)}.sticky-products__quick-view,.sticky-products__add-cart{cursor:pointer;border:none;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.sticky-products__quick-view{background:var(--color-white,#fff);color:var(--color-dark,#0c0c0c)}.sticky-products__quick-view:hover{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff);transform:scale(1.05)}.sticky-products__cart-form{display:flex}.sticky-products__add-cart{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff)}.sticky-products__add-cart:hover{background:var(--color-sable-dark,#22c55e);transform:scale(1.05)}.sticky-products__details{text-align:left}.sticky-products__brand{text-transform:uppercase;letter-spacing:.15em;color:#3d3833;margin-bottom:.5rem;font-size:.65rem;display:block}.sticky-products__name{font-family:var(--font-heading);margin:0 0 .5rem;font-size:1.1rem;font-weight:400;line-height:1.3}.sticky-products__price-wrapper{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.sticky-products__price-original{color:#0c0c0c80;font-size:.85rem;text-decoration:line-through}.sticky-products__price{color:#0c0c0cb3;font-size:.95rem}.sticky-products__price--sale{color:#c41e3a;font-weight:500}.sticky-products__cta{text-transform:uppercase;letter-spacing:.1em;color:var(--color-dark);opacity:0;align-items:center;gap:.5rem;font-size:.75rem;transition:opacity .3s,transform .3s;display:inline-flex;transform:translate(-10px)}.sticky-products__cta svg{transition:transform .3s}.sticky-products__link:hover .sticky-products__cta{opacity:1;transform:translate(0)}.sticky-products__link:hover .sticky-products__cta svg{transform:translate(4px)}@media (width<=768px){.sticky-products__header{background:var(--color-cream);padding:2rem 0 1.5rem;position:relative}.sticky-products__title{font-size:1.5rem}.sticky-products__item{min-height:70vh;padding:1.5rem 0}.sticky-products__card{max-width:240px}.sticky-products__cta{opacity:1;transform:translate(0)}}.sticky-section{grid-template-columns:1fr 1fr;display:grid}@media (width<=768px){.sticky-section{grid-template-columns:1fr}}.banner-content__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#ffffffe6;margin-bottom:.75rem;font-size:.75rem;display:block}.banner-content__title{font-family:var(--font-heading);margin:0;font-size:clamp(2rem,5vw,3.5rem);font-weight:300;line-height:1.2}.banner-content__description{opacity:.9;max-width:500px;margin:1rem 0 0;font-size:1rem;line-height:1.6}.banner-content--dark{color:var(--color-dark)}.banner-content--dark .banner-content__subtitle{color:#4a4a4a}.banner-cta{background:var(--color-white);min-height:44px;color:var(--color-dark);letter-spacing:.05em;justify-content:center;align-items:center;gap:.5rem;margin-top:2rem;padding:12px 16px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.banner-cta:hover{background:var(--color-sable);color:var(--color-white)}.banner-cta--dark{background:var(--color-dark);color:var(--color-white)}.banner-cta--dark:hover{background:var(--color-sable)}.banner-cta svg{transition:transform .3s}.banner-cta:hover svg{transform:translate(4px)}.banner-full{background:var(--color-cream,#fff);flex-direction:column-reverse;align-items:center;display:flex;overflow:hidden}@media (width>=768px){.banner-full{flex-direction:row;min-height:480px}}.banner-full__content{text-align:center;flex-direction:column;flex:1;justify-content:center;padding:2.5rem 1.5rem;display:flex}@media (width>=768px){.banner-full__content{text-align:left;max-width:50%;padding:3rem 3rem 3rem 4rem}}@media (width>=1280px){.banner-full__content{padding:4rem 3rem 4rem 6rem}}.banner-full__visual{justify-content:center;align-items:center;width:100%;max-width:320px;padding:2rem 1.5rem 0;display:flex}@media (width>=768px){.banner-full__visual{flex:1;max-width:50%;padding:2rem}}@media (width>=1280px){.banner-full__visual{padding:2rem 4rem}}.banner-full__image{object-fit:contain;width:100%;height:auto;max-height:500px}.banner-split{grid-template-columns:1fr 1fr;min-height:60vh;display:grid}.banner-split__image{overflow:hidden}.banner-split__image img{object-fit:cover;width:100%;height:100%}.banner-split__content{background:var(--color-cream);flex-direction:column;justify-content:center;padding:4rem;display:flex}@media (width<=768px){.banner-split{grid-template-columns:1fr}.banner-split__image{height:50vh}.banner-split__content{padding:2rem}}.banner-parallax{background:var(--color-dark);justify-content:center;align-items:center;min-height:60vh;display:flex;position:relative;overflow:hidden}.banner-parallax__image{will-change:transform;position:absolute;inset:-20%}.banner-parallax__image img{object-fit:cover;opacity:.7;width:100%;height:100%}.banner-parallax__overlay{background:linear-gradient(#0000004d,#00000080);position:absolute;inset:0}.banner-parallax__content{z-index:1;text-align:center;color:var(--color-white);max-width:800px;padding:2rem;position:relative}.banner-parallax__subtitle{text-transform:uppercase;letter-spacing:.2em;opacity:.8;margin-bottom:.75rem;font-size:.75rem;display:block}.banner-parallax__title{font-family:var(--font-heading);margin:0;font-size:clamp(2.5rem,6vw,4rem);font-weight:300;line-height:1.1}.banner-parallax__description{opacity:.9;margin:1rem 0 0;font-size:1rem}.banner-parallax__cta{background:var(--color-white);color:var(--color-dark);letter-spacing:.05em;align-items:center;gap:.5rem;margin-top:2rem;padding:1rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.banner-parallax__cta:hover{background:var(--color-sable);color:var(--color-white)}.banner-parallax__cta svg{transition:transform .3s}.banner-parallax__cta:hover svg{transform:translate(4px)}.brand-item{opacity:.6;justify-content:center;align-items:center;text-decoration:none;transition:opacity .3s;display:flex}.brand-item:hover{opacity:1}.brand-item__logo{object-fit:contain;filter:grayscale();max-width:120px;max-height:48px;transition:filter .3s}.brand-item:hover .brand-item__logo{filter:grayscale(0%)}.brand-item__name{font-family:var(--font-heading);color:var(--color-dark);text-transform:uppercase;letter-spacing:.1em;font-size:1rem}.brands-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:2rem;padding:0 2rem;display:grid}.brands-marquee{overflow:hidden}.brands-marquee__track{gap:4rem;animation:30s linear infinite marquee;display:flex}.brands-marquee:hover .brands-marquee__track{animation-play-state:paused}.brands-strip{flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding:0 2rem;display:flex}.brands-section{padding:4rem 0}.brands-section__header{text-align:center;margin-bottom:3rem}.brands-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.brands-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.brands-section__view-all{color:var(--color-link);margin-top:.75rem;font-size:.8125rem;text-decoration:none;transition:color .2s;display:inline-block}.brands-section__view-all:hover{color:var(--color-dark);text-decoration:underline}.category-card{aspect-ratio:4/5;text-decoration:none;display:block;position:relative;overflow:hidden}.category-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.category-card:hover .category-card__image{transform:scale(1.08)}.category-card__tag{-webkit-backdrop-filter:blur(8px);color:var(--color-dark);font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;background:#fffffff2;padding:.5rem 1rem;font-size:.875rem;font-weight:400;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:1.25rem;left:1.25rem;box-shadow:0 2px 12px #00000014}.category-card:hover .category-card__tag{background:var(--color-dark);color:var(--color-white);transform:translateY(-4px);box-shadow:0 8px 24px #00000026}@media (width<=768px){.category-card__tag{letter-spacing:.1em;padding:.3rem .6rem;font-size:.625rem;bottom:.75rem;left:.75rem}.category-card:hover .category-card__tag{transform:translateY(-2px)}}@media (width<=480px){.category-card__tag{padding:.25rem .5rem;font-size:.5625rem;bottom:.5rem;left:.5rem}}.categories-grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.categories-section{padding:4rem 0}.categories-section__header{text-align:center;margin-bottom:3rem}.categories-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.categories-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.categories-section__view-all{color:var(--color-link);margin-top:.75rem;font-size:.8125rem;text-decoration:none;transition:color .2s;display:inline-block}.categories-section__view-all:hover{color:var(--color-dark);text-decoration:underline}.collection-card{aspect-ratio:1;color:var(--color-white);text-decoration:none;display:block;position:relative;overflow:hidden}.collection-card__image-wrapper{width:100%;height:100%;position:absolute;inset:0}.collection-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s}.collection-card:hover .collection-card__image{transform:scale(1.05)}.collection-card__overlay{background:linear-gradient(#0000,#000000b3);position:absolute;inset:0}.collection-card__content{padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.collection-card__name{font-family:var(--font-heading);margin:0;font-size:1.5rem;font-weight:300}.collection-card__description{opacity:.8;margin:.5rem 0 0;font-size:.875rem;line-height:1.4}.collections-section{padding:4rem 0}.collections-section__header{text-align:center;margin-bottom:3rem}.collections-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.collections-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.collections-section__view-all{color:var(--color-link);margin-top:.75rem;font-size:.8125rem;text-decoration:none;transition:color .2s;display:inline-block}.collections-section__view-all:hover{color:var(--color-dark);text-decoration:underline}.collections-section__grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=768px){.collections-section__grid{grid-template-columns:1fr}}.gender-card{aspect-ratio:4/5;color:var(--color-white);border-radius:4px;text-decoration:none;display:block;position:relative;overflow:hidden}.gender-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.gender-card:hover .gender-card__image{transform:scale(1.05)}.gender-card__overlay{background:linear-gradient(#0000 40%,#0009);transition:opacity .3s;position:absolute;inset:0}.gender-card:hover .gender-card__overlay{opacity:.9}.gender-card__content{padding:1.5rem;position:absolute;bottom:0;left:0;right:0}.gender-card__name{font-family:var(--font-heading);letter-spacing:.05em;margin:0 0 .5rem;font-size:1.5rem;font-weight:300;display:block}.gender-card__cta{text-transform:uppercase;letter-spacing:.08em;opacity:0;align-items:center;gap:.375rem;font-size:.75rem;transition:all .3s;display:inline-flex;transform:translateY(8px)}.gender-card:hover .gender-card__cta{opacity:1;transform:translateY(0)}.gender-card__cta svg{transition:transform .3s}.gender-card:hover .gender-card__cta svg{transform:translate(3px)}@media (width<=768px){.gender-card{aspect-ratio:3/2}.gender-card__cta{opacity:1;transform:translateY(0)}}.gender-section{padding:4rem 0}.gender-section__header{text-align:center;margin-bottom:3rem}.gender-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.gender-section__view-all{color:var(--color-link);margin-top:.75rem;font-size:.8125rem;text-decoration:none;transition:color .2s;display:inline-block}.gender-section__view-all:hover{color:var(--color-dark);text-decoration:underline}.gender-section__grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(3,1fr);gap:1rem;display:grid}@media (width<=768px){.gender-section__grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}}.fragrance-family-card{aspect-ratio:1;color:var(--color-white);text-decoration:none;display:block;position:relative;overflow:hidden}.fragrance-family-card__image{background:linear-gradient(135deg,#2c2c2c 0%,#1a1a1a 100%);position:absolute;inset:0}.fragrance-family-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.fragrance-family-card:hover .fragrance-family-card__image img{transform:scale(1.05)}.fragrance-family-card__overlay{background:linear-gradient(#0000 0%,#0003 50%,#000000b3 100%);position:absolute;inset:0}.fragrance-family-card__content{text-align:center;flex-direction:column;justify-content:flex-end;align-items:center;padding:1.5rem;display:flex;position:absolute;inset:0}.fragrance-family-card__name{font-family:var(--font-heading);text-shadow:0 2px 4px #0000004d;margin:0;font-size:1.25rem;font-weight:400}.fragrance-family-card__count{text-transform:uppercase;letter-spacing:.1em;opacity:.8;margin-top:.25rem;font-size:.75rem}.fragrance-families-section{padding:4rem 0}.fragrance-families-section__header{text-align:center;margin-bottom:3rem}.fragrance-families-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.fragrance-families-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.fragrance-families-section__view-all{color:var(--color-link);margin-top:.75rem;font-size:.8125rem;text-decoration:none;transition:color .2s;display:inline-block}.fragrance-families-section__view-all:hover{color:var(--color-dark);text-decoration:underline}.fragrance-families-section__grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}.occasion-card{color:inherit;flex-direction:column;text-decoration:none;display:flex}.occasion-card__image-wrapper{aspect-ratio:1;border-radius:50%;margin-bottom:1rem;overflow:hidden}.occasion-card__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.occasion-card:hover .occasion-card__image{transform:scale(1.1)}.occasion-card__name{font-family:var(--font-heading);text-align:center;margin:0;font-size:1rem;font-weight:400}.occasions-section{background:var(--color-cream);padding:4rem 0}.occasions-section__header{text-align:center;margin-bottom:3rem}.occasions-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.occasions-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.occasions-section__grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.season-card{aspect-ratio:1;text-decoration:none;display:block;position:relative;overflow:hidden}.season-card__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.season-card:hover .season-card__image{transform:scale(1.08)}.season-card__tag{-webkit-backdrop-filter:blur(8px);color:var(--color-dark);font-family:var(--font-heading);letter-spacing:.15em;text-transform:uppercase;background:#fffffff2;padding:.5rem 1rem;font-size:.875rem;font-weight:400;transition:all .4s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:1.25rem;left:1.25rem;box-shadow:0 2px 12px #00000014}.season-card:hover .season-card__tag{background:var(--color-dark);color:var(--color-white);transform:translateY(-4px);box-shadow:0 8px 24px #00000026}@media (width<=768px){.season-card__tag{letter-spacing:.1em;padding:.3rem .6rem;font-size:.625rem;bottom:.75rem;left:.75rem}.season-card:hover .season-card__tag{transform:translateY(-2px)}}@media (width<=480px){.season-card__tag{padding:.25rem .5rem;font-size:.5625rem;bottom:.5rem;left:.5rem}}.seasons-section{padding:4rem 0}.seasons-section__header{text-align:center;margin-bottom:3rem}.seasons-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.seasons-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.seasons-section__grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}@media (width<=768px){.seasons-section__grid{grid-template-columns:repeat(2,1fr)}}.instagram-post{aspect-ratio:1;display:block;position:relative;overflow:hidden}.instagram-post__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.instagram-post:hover .instagram-post__image{transform:scale(1.05)}.instagram-post__overlay{color:var(--color-white);opacity:0;background:#0006;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.instagram-post:hover .instagram-post__overlay{opacity:1}.instagram-feed{grid-template-columns:repeat(6,1fr);gap:0;display:grid}@media (width<=768px){.instagram-feed{grid-template-columns:repeat(3,1fr)}}.instagram-section{padding:4rem 0}.instagram-section__header{text-align:center;margin-bottom:2rem}.instagram-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.instagram-section__title{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.instagram-section__handle{color:#0c0c0ca6;margin-top:.5rem;font-size:.875rem;text-decoration:none;transition:color .2s;display:inline-block}.instagram-section__handle:hover{color:var(--color-dark)}.feature-icon{background:var(--color-white);width:64px;height:64px;color:var(--color-sable);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.feature-item{text-align:center;padding:1.5rem}.feature-item__title{font-family:var(--font-heading);margin:1rem 0 .5rem;font-size:1rem;font-weight:500}.feature-item__description{color:#0c0c0c99;margin:0;font-size:.875rem;line-height:1.5}.features-grid{padding:0 var(--container-padding,1.5rem);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.features.astro-ludp2yfi{background:var(--color-cream);padding:4rem 0}.features__header.astro-ludp2yfi{text-align:center;margin-bottom:3rem}.features__subtitle.astro-ludp2yfi{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.5rem;font-size:.75rem;display:block}.features__title.astro-ludp2yfi{font-family:var(--font-heading);margin:0;font-size:2rem;font-weight:300}.newsletter-form{gap:0;display:flex}.newsletter-form__input{border:none;outline:none;flex:1;padding:1rem 1.25rem;font-size:.875rem}.newsletter-form__btn{background:var(--color-dark);color:var(--color-white);cursor:pointer;border:none;padding:1rem 1.5rem;font-size:.875rem;font-weight:500;transition:background-color .2s}.newsletter-form__btn:hover:not(:disabled){background:var(--color-sable-dark)}.newsletter-form__btn:disabled{opacity:.7;cursor:not-allowed}@media (width<=480px){.newsletter-form{flex-direction:column}}.newsletter-success{color:#22c55e;flex-direction:column;align-items:center;gap:1rem;display:flex}.newsletter-success__text{color:var(--color-white);margin:0;font-size:1rem}.newsletter{background:var(--color-dark);color:var(--color-white);padding:4rem 2rem}.newsletter__content{text-align:center;max-width:500px;margin:0 auto}.newsletter__title{font-family:var(--font-heading);margin:0 0 .5rem;font-size:2rem;font-weight:300}.newsletter__description{opacity:.8;margin:0 0 2rem;font-size:.875rem}.story-content__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:.75rem;font-size:.75rem;display:block}.story-content__title{font-family:var(--font-heading);margin:0;font-size:2.5rem;font-weight:300;line-height:1.2}.story-content__text{color:#0c0c0cb3;margin:1.5rem 0 0;font-size:1rem;line-height:1.7}.story-content__cta{margin-top:2rem}.story-cta{color:var(--color-dark);letter-spacing:.05em;border-bottom:1px solid var(--color-dark);align-items:center;gap:.5rem;padding-bottom:.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.story-cta:hover{color:var(--color-sable);border-color:var(--color-sable)}.story-cta svg{transition:transform .3s}.story-cta:hover svg{transform:translate(4px)}.story-image{aspect-ratio:4/5;overflow:hidden}.story-image__img{object-fit:cover;width:100%;height:100%}.story-section{background:var(--color-cream);padding:6rem 0}.story-section__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.story-section__image{aspect-ratio:4/5;overflow:hidden}.story-section__image img{object-fit:cover;width:100%;height:100%}.story-section__subtitle{text-transform:uppercase;letter-spacing:.2em;color:#0c0c0ca6;margin-bottom:1rem;font-size:.75rem;display:block}.story-section__title{font-family:var(--font-heading);margin:0 0 1.5rem;font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2}.story-section__text{color:#0c0c0ca6;margin:0 0 2rem;font-size:1rem;line-height:1.8}.story-section__cta{text-transform:uppercase;letter-spacing:.1em;color:var(--color-dark);border-bottom:1px solid;align-items:center;gap:.5rem;padding-bottom:.25rem;font-size:.875rem;text-decoration:none;transition:gap .3s;display:inline-flex}.story-section__cta:hover{gap:1rem}@media (width<=768px){.story-section__grid{grid-template-columns:1fr;gap:2rem}.story-section{padding:4rem 0}}.partner-logo{opacity:.6;justify-content:center;align-items:center;transition:opacity .3s;display:flex}.partner-logo:hover{opacity:1}.partner-logo__image{object-fit:contain;filter:grayscale();max-width:120px;max-height:48px;transition:filter .3s}.partner-logo:hover .partner-logo__image{filter:grayscale(0%)}@media (width>=769px){.partner-logo__image{max-width:150px;max-height:60px}}.partners-grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;display:flex}@media (width>=769px){.partners-grid{gap:3rem 4rem}}.partners-section{background:var(--color-cream);padding:4rem 0}.partners-section__container{text-align:center}.partners-section__title{font-family:var(--font-heading);margin:0 0 .5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:400}.partners-section__subtitle{color:#0c0c0c99;margin:0 0 2rem;font-size:.875rem}.cta-content{margin-bottom:2rem}.cta-content__title{font-family:var(--font-heading);color:var(--color-dark);margin:0 0 1rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:400}.cta-content__title--light{color:var(--color-white)}.cta-content__description{color:#0c0c0cb3;margin:0;font-size:1rem;line-height:1.6}.cta-content__description--light{color:#ffffffb3}.cta-button{background:var(--color-dark);color:var(--color-white);letter-spacing:.05em;text-transform:uppercase;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.cta-button:hover{background:var(--color-sable);color:var(--color-dark)}.cta-button--dark{background:var(--color-white);color:var(--color-dark)}.cta-button--dark:hover{background:var(--color-sable)}.cta-button__icon{transition:transform .3s}.cta-button:hover .cta-button__icon{transform:translate(4px)}.cta-section{background:var(--color-cream);text-align:center;padding:5rem 0}.cta-section--dark{background:var(--color-dark)}.cta-section__container{max-width:800px;padding:0 var(--container-padding,1.5rem);margin:0 auto}.recently-viewed-carousel{position:relative;overflow:hidden}.recently-viewed-carousel__track{transition:transform .4s;display:flex}.recently-viewed-carousel__item{flex:0 0 50%;padding:0 .5rem}@media (width>=640px){.recently-viewed-carousel__item{flex:0 0 25%}}@media (width>=1024px){.recently-viewed-carousel__item{flex:0 0 16.6667%}}.recently-viewed-carousel__link{color:inherit;text-decoration:none;display:block}.recently-viewed-carousel__image-link{display:block}.recently-viewed-carousel__image-wrap{aspect-ratio:1;background:var(--color-cream);margin-bottom:.75rem;position:relative;overflow:hidden}.recently-viewed-carousel__image{object-fit:cover;width:100%;height:100%;transition:transform .4s}.recently-viewed-carousel__image-link:hover .recently-viewed-carousel__image{transform:scale(1.05)}.recently-viewed-carousel__actions{opacity:0;z-index:10;gap:6px;transition:all .25s;display:flex;position:absolute;bottom:8px;right:8px;transform:translateY(8px)}.recently-viewed-carousel__item:hover .recently-viewed-carousel__actions{opacity:1;transform:translateY(0)}.recently-viewed-carousel__quick-view,.recently-viewed-carousel__add-cart{cursor:pointer;border:none;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.recently-viewed-carousel__quick-view{background:var(--color-white,#fff);color:var(--color-dark,#0c0c0c)}.recently-viewed-carousel__quick-view:hover{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff);transform:scale(1.05)}.recently-viewed-carousel__cart-form{display:flex}.recently-viewed-carousel__add-cart{background:var(--color-dark,#0c0c0c);color:var(--color-white,#fff)}.recently-viewed-carousel__add-cart:hover{background:var(--color-sable-dark,#22c55e);transform:scale(1.05)}.recently-viewed-carousel__info{flex-direction:column;gap:.25rem;display:flex}.recently-viewed-carousel__brand{text-transform:uppercase;letter-spacing:.1em;color:#0c0c0ca6;font-size:.625rem}.recently-viewed-carousel__name{white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;font-weight:500;overflow:hidden}.recently-viewed-carousel__price-wrapper{align-items:center;gap:.375rem;display:flex}.recently-viewed-carousel__price-original{color:#0c0c0c80;font-size:.6875rem;text-decoration:line-through}.recently-viewed-carousel__price{color:#0c0c0ca6;font-size:.75rem}.recently-viewed-carousel__price--sale{color:#c41e3a;font-weight:500}.recently-viewed-carousel__nav{justify-content:center;gap:.5rem;margin-top:1.5rem;display:flex}.recently-viewed-carousel__btn{cursor:pointer;background:0 0;border:1px solid #0c0c0c33;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.recently-viewed-carousel__btn:hover:not(:disabled){background:var(--color-dark);color:var(--color-white);border-color:var(--color-dark)}.recently-viewed-carousel__btn:disabled{opacity:.3;cursor:not-allowed}.recently-viewed-section{background:var(--color-white);padding:4rem 0}.recently-viewed-section__title{font-family:var(--font-heading);margin:0 0 2rem;font-size:clamp(1.25rem,2.5vw,1.5rem);font-weight:400}.home-page.astro-j7pv25f6{margin-top:calc(-1*var(--header-height,140px));flex-direction:column;display:flex}

.header-top{background:var(--color-cream);border-bottom:1px solid var(--color-text-muted);padding:.5rem 0;font-size:.75rem}.header-top__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.header-top__left,.header-top__right{align-items:center;gap:1rem;display:flex}.header-top__link{color:var(--color-link);align-items:center;gap:.375rem;text-decoration:none;transition:color .2s;display:flex}.header-top__link:hover{color:var(--color-dark)}.header-top__divider{background:var(--color-text-muted);width:1px;height:12px}.header-top__currency{color:var(--color-dark);font-weight:500}@media (width<=768px){.header-top{display:none}}.header-logo{color:inherit;align-items:center;gap:.5rem;text-decoration:none;display:flex}.header-logo__icon{object-fit:contain;width:36px;height:36px}.header-logo__text{letter-spacing:0;color:#9b4d8b;-webkit-text-stroke:.5px #9b4d8b;paint-order:stroke fill;font-family:Buffalo,cursive;font-size:2.5rem;font-weight:400}@media (width<=768px){.header-logo__icon{width:30px;height:30px}.header-logo__text{font-size:2rem}}.header-menu-icon{cursor:pointer;width:40px;height:40px;color:inherit;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;padding:.5rem;transition:color .3s;display:flex}.header-menu-icon__line{background:currentColor;width:20px;height:1.5px;transition:transform .3s,opacity .3s,background .3s;display:block}.header-menu-icon--open .header-menu-icon__line:first-child{transform:translateY(6.5px)rotate(45deg)}.header-menu-icon--open .header-menu-icon__line:nth-child(2){opacity:0}.header-menu-icon--open .header-menu-icon__line:nth-child(3){transform:translateY(-6.5px)rotate(-45deg)}.header-wishlist-icon{color:inherit;padding:.5rem;transition:color .3s,opacity .2s;position:relative}.header-wishlist-icon:hover{opacity:.7}.header-wishlist-icon__count{background:var(--color-dark);min-width:18px;height:18px;color:var(--color-white);border-radius:9px;justify-content:center;align-items:center;padding:0 4px;font-size:.625rem;font-weight:600;display:flex;position:absolute;top:0;right:0}.header-wishlist-icon__tooltip{background:var(--color-dark);color:var(--color-white);white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:10;border-radius:.25rem;padding:.375rem .75rem;font-size:.75rem;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.header-wishlist-icon:hover .header-wishlist-icon__tooltip,.header-wishlist-icon:focus .header-wishlist-icon__tooltip{opacity:1;visibility:visible}@media (width<=768px){.header-wishlist-icon{display:none}}.header-user{position:relative}.header-user__btn{color:inherit;cursor:pointer;background:0 0;border:none;padding:.5rem;transition:color .3s,opacity .2s}.header-user__btn:hover{opacity:.7}.header-user__dropdown{background:var(--color-white);z-index:100;border:1px solid #0c0c0c1a;min-width:180px;margin-top:.5rem;padding:.5rem 0;position:absolute;top:100%;right:0}.header-user__item{color:var(--color-dark);text-align:left;width:100%;font-size:.875rem;font-family:var(--font-body);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.625rem 1rem;text-decoration:none;transition:background-color .2s;display:flex}.header-user__item:hover{background:#0c0c0c0d}.header-user__item--logout:hover{color:#c41e3a}.header-user__item--logout:hover .header-user__icon{filter:brightness(0)saturate()invert(22%)sepia(85%)saturate(2108%)hue-rotate(338deg)brightness(88%)contrast(93%)}.header-user__item:disabled{opacity:.6;cursor:not-allowed}.header-user__divider{background:#0c0c0c1a;height:1px;margin:.5rem 0}@media (width<=768px){.header-user{display:none}}.header-cart-icon{cursor:pointer;color:inherit;background:0 0;border:none;padding:.5rem;transition:color .3s,opacity .2s;position:relative}.header-cart-icon:hover{opacity:.7}.header-cart-icon__count{background:var(--color-dark);min-width:18px;height:18px;color:var(--color-white);border-radius:9px;justify-content:center;align-items:center;padding:0 4px;font-size:.625rem;font-weight:600;display:flex;position:absolute;top:0;right:0}.header-cart-icon__tooltip{background:var(--color-dark);color:var(--color-white);white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:10;border-radius:.25rem;padding:.375rem .75rem;font-size:.75rem;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.header-cart-icon:hover .header-cart-icon__tooltip,.header-cart-icon:focus .header-cart-icon__tooltip{opacity:1;visibility:visible}.header-actions{align-items:center;gap:.5rem;display:flex}.header-actions__btn{cursor:pointer;color:inherit;background:0 0;border:none;padding:.5rem;transition:color .3s,opacity .2s;position:relative}.header-actions__btn:hover{opacity:.7}.header-actions__tooltip{background:var(--color-dark);color:var(--color-white);white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:10;border-radius:.25rem;padding:.375rem .75rem;font-size:.75rem;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)}.header-actions__btn:hover .header-actions__tooltip,.header-actions__btn:focus .header-actions__tooltip{opacity:1;visibility:visible}@media (width<=768px){.header-actions{gap:.25rem}}.navigation-item__link{letter-spacing:.05em;text-transform:uppercase;color:inherit;align-items:center;gap:.375rem;padding:.5rem 0;font-size:.875rem;font-weight:400;text-decoration:none;transition:color .3s;display:flex}.navigation-item__link:hover{color:var(--color-sable-dark)}.navigation-item__arrow{transition:transform .2s}.navigation-item__link--has-menu:hover .navigation-item__arrow{transform:rotate(180deg)}.mega-menu-column__title{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sable-dark);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.mega-menu-column__links{flex-direction:column;gap:.625rem;display:flex}.mega-menu-link{color:var(--color-dark);font-size:.875rem;text-decoration:none;transition:color .2s}.mega-menu-link:hover{color:var(--color-sable-dark)}.mega-menu-product{color:var(--color-dark);text-decoration:none;transition:opacity .2s;display:block}.mega-menu-product:hover{opacity:.8}.mega-menu-product__image{aspect-ratio:1;background:var(--color-cream);margin-bottom:.75rem;overflow:hidden}.mega-menu-product__image img{object-fit:cover;width:100%;height:100%}.mega-menu-product__brand{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sable-dark);margin-bottom:.25rem;font-size:.625rem}.mega-menu-product__name{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:.8125rem;font-weight:500;overflow:hidden}.mega-menu-product__price{color:var(--color-sable-dark);font-size:.8125rem}.mega-menu-perfumes__columns{grid-template-columns:repeat(4,1fr) 2fr;gap:1.5rem;display:grid}.mega-menu-perfumes__featured{border-left:1px solid var(--color-text-muted);padding-left:2rem}.mega-menu-perfumes__featured-title{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sable-dark);margin-bottom:1rem;font-size:.75rem;font-weight:600}.mega-menu-perfumes__products{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.mega-menu-perfumes__footer{border-top:1px solid var(--color-text-muted);text-align:center;margin-top:1.5rem;padding-top:1.5rem}.mega-menu-perfumes__view-all{color:var(--color-dark);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.mega-menu-perfumes__view-all:hover{color:var(--color-sable-dark)}.brand-card-mini{color:inherit;align-items:center;gap:.75rem;padding:.5rem .75rem;text-decoration:none;transition:background-color .2s;display:flex}.brand-card-mini:hover{background:#0c0c0c08}.brand-card-mini__logo{background:var(--color-cream);justify-content:center;align-items:center;width:32px;height:32px;display:flex;overflow:hidden}.brand-card-mini__logo img{object-fit:contain;max-width:100%;max-height:100%}.brand-card-mini__logo span{font-family:var(--font-heading);color:var(--color-sable-dark);font-size:.875rem}.brand-card-mini__name{font-size:.8125rem;font-weight:500}.brand-card-horizontal{color:inherit;background:var(--color-white);align-items:center;gap:1rem;padding:1rem;text-decoration:none;transition:background-color .2s;display:flex}.brand-card-horizontal:hover{background:var(--color-cream)}.brand-card-horizontal__image{background:var(--color-cream);flex-shrink:0;width:60px;height:60px;overflow:hidden}.brand-card-horizontal__image img{object-fit:cover;width:100%;height:100%}.brand-card-horizontal__initial{width:100%;height:100%;font-family:var(--font-heading);color:var(--color-sable-dark);background:var(--color-sable);justify-content:center;align-items:center;font-size:1.5rem;display:flex}.brand-card-horizontal__content{flex:1;min-width:0}.brand-card-horizontal__name{font-family:var(--font-heading);margin:0 0 .25rem;font-size:.9375rem;font-weight:400}.brand-card-horizontal__desc{color:#0c0c0c99;white-space:nowrap;text-overflow:ellipsis;margin:0 0 .25rem;font-size:.75rem;overflow:hidden}.brand-card-horizontal__count{color:#0c0c0ca6;font-size:.6875rem}.brand-card-horizontal__arrow{color:#0c0c0c4d;flex-shrink:0;transition:color .2s,transform .2s}.brand-card-horizontal:hover .brand-card-horizontal__arrow{color:var(--color-dark);transform:translate(4px)}.mega-menu-brands__columns{grid-template-columns:repeat(3,1fr) 2fr;gap:2rem;display:grid}.mega-menu-brands__alphabet{border-left:1px solid var(--color-text-muted);padding-left:2rem}.mega-menu-brands__alphabet-title{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sable-dark);margin-bottom:1rem;font-size:.75rem;font-weight:600}.mega-menu-brands__letters{flex-wrap:wrap;gap:.5rem;display:flex}.mega-menu-brands__letter{width:28px;height:28px;color:var(--color-dark);border:1px solid var(--color-text-muted);justify-content:center;align-items:center;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.mega-menu-brands__letter:hover{background:var(--color-dark);color:var(--color-white);border-color:var(--color-dark)}.mega-menu-brands__footer{border-top:1px solid var(--color-text-muted);text-align:center;margin-top:1.5rem;padding-top:1.5rem}.mega-menu-brands__view-all{color:var(--color-dark);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.mega-menu-brands__view-all:hover{color:var(--color-sable-dark)}.mega-menu-brands__trending{border-top:1px solid var(--color-text-muted);margin-top:1.5rem;padding-top:1.5rem}.mega-menu-brands__trending-title{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sable-dark);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.mega-menu-categories__columns{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.mega-menu-categories__footer{border-top:1px solid var(--color-text-muted);text-align:center;margin-top:1.5rem;padding-top:1.5rem}.mega-menu-categories__view-all{color:var(--color-dark);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.mega-menu-categories__view-all:hover{color:var(--color-sable-dark)}.mega-menu-blog__columns{grid-template-columns:repeat(3,1fr) 2fr;gap:2rem;display:grid}.mega-menu-blog__featured{border-left:1px solid var(--color-text-muted);padding-left:2rem}.mega-menu-blog__featured-title{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sable-dark);margin-bottom:1rem;font-size:.75rem;font-weight:600}.mega-menu-blog__coming-soon{color:var(--color-sable-dark);opacity:.7;font-size:.875rem}.mega-menu-blog__footer{border-top:1px solid var(--color-text-muted);text-align:center;margin-top:1.5rem;padding-top:1.5rem}.mega-menu-blog__view-all{color:var(--color-dark);align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.mega-menu-blog__view-all:hover{color:var(--color-sable-dark)}.mega-menu{z-index:100;width:100vw;max-width:1200px;position:absolute;top:100%;left:50%;transform:translate(-50%)}.mega-menu:before{content:"";height:10px;position:absolute;top:-10px;left:0;right:0}.mega-menu__container{background:var(--color-white);border:1px solid var(--color-text-muted);padding:2rem;box-shadow:0 8px 30px #0000001a}.navigation{position:relative}.navigation__list{align-items:center;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.mega-menu-enter-active,.mega-menu-leave-active{transition:opacity .25s,clip-path .25s}.mega-menu-enter-from,.mega-menu-leave-to{opacity:0;clip-path:inset(0 0 100%)}.mega-menu-enter-to,.mega-menu-leave-from{opacity:1;clip-path:inset(0)}.header-main{padding:1rem 0;transition:padding .3s}.header-main--scrolled{padding:.75rem 0}.header-main__container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.header-main__menu-btn{display:none}.header-main__logo{flex-shrink:0}.header-main__nav{flex:1;justify-content:center;display:flex}.header-main__actions{flex-shrink:0}@media (width<=1024px){.header-main__menu-btn{display:flex}.header-main__nav{display:none}.header-main__container{gap:1rem}}.header-bottom{background:0 0;border-top:1px solid #0000000f;transition:all .4s}.header-bottom--dark-text,.header-bottom--scrolled{background:0 0;border-top:1px solid #0000000f}.header-bottom__container{max-width:1400px;margin:0 auto;padding:0 2rem}.header-bottom__nav{justify-content:center;gap:2rem;padding:.5rem 0;display:flex}.header-bottom__link{color:var(--color-dark);white-space:nowrap;font-size:.75rem;text-decoration:none;transition:color .3s}.header-bottom--dark-text .header-bottom__link,.header-bottom--scrolled .header-bottom__link{color:var(--color-dark)}.header-bottom__link:hover{color:var(--color-sable)}.header-bottom--scrolled .header-bottom__link:hover{color:var(--color-sable-dark)}@media (width<=1024px){.header-bottom{display:none}}.mobile-menu-header{border-bottom:1px solid var(--color-text-muted);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.mobile-menu-header__logo{color:var(--color-dark);align-items:center;gap:.5rem;text-decoration:none;display:flex}.mobile-menu-header__icon{object-fit:contain;width:30px;height:30px}.mobile-menu-header__text{letter-spacing:0;color:#9b4d8b;-webkit-text-stroke:.5px #9b4d8b;paint-order:stroke fill;font-family:Buffalo,cursive;font-size:2rem;font-weight:400}.mobile-menu-header__close{cursor:pointer;color:var(--color-dark);background:0 0;border:none;padding:.5rem}.panel-item{border-bottom:1px solid #0c0c0c14}.panel-item:last-child{border-bottom:none}.panel-item__header{cursor:pointer;width:100%;color:var(--color-dark);font-family:var(--font-body);letter-spacing:.01em;background:0 0;border:none;border-left:3px solid #0000;justify-content:space-between;align-items:center;padding:1rem 1.5rem;font-size:.9375rem;font-weight:500;text-decoration:none;transition:background-color .2s,border-color .2s;display:flex}.panel-item__header--depth-1{border-left:none;padding-left:2.25rem;font-size:.8125rem;font-weight:400}.panel-item__header--depth-2{border-left:none;padding-left:3rem;font-size:.75rem;font-weight:400}.panel-item__header:hover,.panel-item__header:focus-visible{background:#0c0c0c08}.panel-item__header--active{border-left-color:var(--color-sable-dark);background:#0c0c0c08}.panel-item__header--depth-1.panel-item__header--active{background:#0c0c0c0d;border-left:none}.panel-item__header--link{border-left-color:#0000}.panel-item__label{text-align:left;flex:1}.panel-item__chevron{opacity:.5;flex-shrink:0;transition:transform .25s}.panel-item__chevron--open{opacity:1;transform:rotate(180deg)}.panel-item__children{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid}.panel-item__children--open{grid-template-rows:1fr}.panel-item__list{margin:0;padding:0;list-style:none;overflow:hidden}.panel-item__child{border-top:1px solid #0c0c0c0a}.panel-item__child:first-child{border-top:none}.panel-item__child-link{color:var(--color-dark);opacity:.75;padding:.75rem 1.5rem .75rem 2.25rem;font-size:.8125rem;text-decoration:none;transition:opacity .2s,background-color .2s;display:block}.panel-item__child-link:hover,.panel-item__child-link:focus-visible{opacity:1;background:#0c0c0c08}.mobile-menu-nav{-webkit-overflow-scrolling:touch;flex:1;padding:.5rem 0;overflow-y:auto}.mobile-menu-nav__list{margin:0;padding:0;list-style:none}.mobile-menu-footer{border-top:1px solid var(--color-text-muted);background:var(--color-cream);padding:1.5rem}.mobile-menu-footer__links{gap:1.5rem;margin-bottom:1.5rem;display:flex}.mobile-menu-footer__link{color:var(--color-dark);align-items:center;gap:.5rem;font-size:.875rem;text-decoration:none;display:flex}.mobile-menu-footer__contact{margin-bottom:1.5rem}.mobile-menu-footer__label{color:var(--color-sable-dark);margin-bottom:.25rem;font-size:.75rem}.mobile-menu-footer__phone{color:var(--color-dark);font-size:1rem;font-weight:500;text-decoration:none}.mobile-menu-footer__social{gap:1rem;display:flex}.mobile-menu-footer__social-link{color:var(--color-dark);transition:opacity .2s}.mobile-menu-footer__social-link:hover{opacity:.7}.mobile-menu{z-index:1001;position:fixed;inset:0}.mobile-menu__overlay{background:#00000080;position:absolute;inset:0}.mobile-menu__panel{background:var(--color-white);flex-direction:column;width:85vw;max-width:400px;display:flex;position:absolute;top:0;bottom:0;left:0;overflow:hidden;box-shadow:4px 0 24px #0000001f}.mobile-menu-enter-active,.mobile-menu-leave-active{transition:opacity .3s}.mobile-menu-enter-active .mobile-menu__panel,.mobile-menu-leave-active .mobile-menu__panel{transition:transform .3s}.mobile-menu-enter-from,.mobile-menu-leave-to{opacity:0}.mobile-menu-enter-from .mobile-menu__panel,.mobile-menu-leave-to .mobile-menu__panel{transform:translate(-100%)}.search-modal-input{border-bottom:1px solid var(--color-text-muted);padding:1rem 2rem}.search-modal-input__container{align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.search-modal-input__icon{color:var(--color-sable-dark);flex-shrink:0}.search-modal-input__field{color:var(--color-dark);border:none;outline:none;flex:1;font-size:1.25rem}.search-modal-input__field::placeholder{color:var(--color-sable)}.search-modal-input__clear{cursor:pointer;color:var(--color-sable-dark);background:0 0;border:none;padding:.25rem}.search-modal-input__close{color:var(--color-sable-dark);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:.875rem}.search-modal-input__close:hover{color:var(--color-dark)}.product-card-mini{gap:.75rem;display:flex}.product-card-mini__image{background:var(--color-cream);flex-shrink:0;width:64px;height:64px;overflow:hidden}.product-card-mini__image img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.product-card-mini__image:hover img{transform:scale(1.05)}.product-card-mini__content{flex-direction:column;gap:.125rem;min-width:0;display:flex}.product-card-mini__brand{text-transform:uppercase;letter-spacing:.1em;color:#0c0c0ca6;font-size:.5625rem;font-weight:500}.product-card-mini__name{color:var(--color-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;text-decoration:none;overflow:hidden}.product-card-mini__name:hover{color:var(--color-sable-dark)}.product-card-mini__price-wrapper{align-items:center;gap:.375rem;display:flex}.product-card-mini__price-original{color:#0c0c0c80;font-size:.6875rem;text-decoration:line-through}.product-card-mini__price{color:var(--color-sable-dark);font-size:.75rem;font-weight:500}.product-card-mini__price--sale{color:#c41e3a}.search-sort{align-items:center;gap:.75rem;display:flex}.search-sort__label{color:#0c0c0ca6;white-space:nowrap;font-size:.8125rem}.search-sort__select-wrapper{position:relative}.search-sort__select{appearance:none;color:var(--color-dark);cursor:pointer;background:0 0;border:1px solid #0c0c0c26;padding:.5rem 2rem .5rem .75rem;font-size:.8125rem;transition:border-color .2s}.search-sort__select:hover{border-color:#0c0c0c4d}.search-sort__select:focus{border-color:var(--color-dark);outline:none}.search-sort__icon{pointer-events:none;color:#0c0c0ca6;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.search-modal-results__count{color:var(--color-sable-dark);margin-bottom:1.5rem;font-size:.875rem}.search-modal-results__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.search-modal-results__item{color:var(--color-dark);text-decoration:none;transition:opacity .2s;display:block}.search-modal-results__item:hover{opacity:.8}.search-modal-results__image{aspect-ratio:1;background:var(--color-cream);margin-bottom:.75rem;overflow:hidden}.search-modal-results__image img{object-fit:contain;width:100%;height:100%}.search-modal-results__brand{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sable-dark);margin-bottom:.25rem;font-size:.625rem}.search-modal-results__name{text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:.875rem;overflow:hidden}.search-modal-results__price{font-size:.875rem;font-weight:500}.search-modal-results__loading{color:var(--color-sable-dark);justify-content:center;align-items:center;gap:.5rem;padding:2rem;display:flex}.search-modal-results__mini-list{flex-direction:column;gap:1rem;display:flex}.search-modal-suggestions{margin-bottom:2rem}.search-modal-suggestions__title{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sable-dark);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.search-modal-suggestions__list{flex-wrap:wrap;gap:.5rem;display:flex}.search-modal-suggestions__item{color:var(--color-dark);background:var(--color-cream);padding:.5rem 1rem;font-size:.875rem;text-decoration:none;transition:background-color .2s;display:inline-block}.search-modal-suggestions__item:hover{background:var(--color-sable)}.search-modal-history{margin-bottom:2rem}.search-modal-history__header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.search-modal-history__title{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sable-dark);font-size:.75rem;font-weight:600;display:block}.search-modal-history__clear{color:var(--color-sable-dark);cursor:pointer;background:0 0;border:none;font-size:.75rem;text-decoration:underline}.search-modal-history__clear:hover{color:var(--color-dark)}.search-modal-history__list{flex-wrap:wrap;gap:.5rem;display:flex}.search-modal-history__item{color:var(--color-dark);border:1px solid var(--color-text-muted);cursor:pointer;background:0 0;align-items:center;gap:.375rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:inline-flex}.search-modal-history__item:hover{background:var(--color-cream);border-color:var(--color-sable)}.search-modal-trending{margin-bottom:2rem}.search-modal-trending__title{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sable-dark);margin-bottom:1rem;font-size:.75rem;font-weight:600;display:block}.search-modal-trending__grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.search-modal-trending__item{color:var(--color-dark);gap:.75rem;text-decoration:none;transition:opacity .2s;display:flex}.search-modal-trending__item:hover{opacity:.8}.search-modal-trending__image{background:var(--color-cream);flex-shrink:0;width:60px;height:60px;overflow:hidden}.search-modal-trending__image img{object-fit:cover;width:100%;height:100%}.search-modal-trending__info{min-width:0}.search-modal-trending__brand{text-transform:uppercase;letter-spacing:.05em;color:var(--color-sable-dark);margin-bottom:.125rem;font-size:.625rem}.search-modal-trending__name{text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;overflow:hidden}@media (width<=768px){.search-modal-trending__grid{grid-template-columns:repeat(2,1fr)}}.search-modal{z-index:1003;position:fixed;inset:0}.search-modal__overlay{background:#00000080;position:absolute;inset:0}.search-modal__panel{background:var(--color-white);flex-direction:column;max-height:90vh;display:flex;position:absolute;top:0;left:0;right:0;overflow:hidden}.search-modal__content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 2rem 2rem;overflow-y:auto}.search-modal__empty{text-align:center;color:var(--color-sable-dark);padding:3rem 0}.search-modal__empty-hint{margin-top:.5rem;font-size:.875rem}.search-modal-enter-active,.search-modal-leave-active{transition:opacity .2s}.search-modal-enter-active .search-modal__panel,.search-modal-leave-active .search-modal__panel{transition:transform .3s}.search-modal-enter-from,.search-modal-leave-to{opacity:0}.search-modal-enter-from .search-modal__panel,.search-modal-leave-to .search-modal__panel{transform:translateY(-20px)}.btn-icon{cursor:pointer;border:none;justify-content:center;align-items:center;transition:all .2s;display:inline-flex}.btn-icon--sm{width:32px;height:32px}.btn-icon--md{width:40px;height:40px}.btn-icon--lg{width:48px;height:48px}.btn-icon--default{color:var(--color-dark);background:0 0}.btn-icon--default:hover:not(.btn-icon--disabled){background:var(--color-cream)}.btn-icon--primary{background:var(--color-dark);color:var(--color-white)}.btn-icon--primary:hover:not(.btn-icon--disabled){background:var(--color-sable-dark)}.btn-icon--outline{color:var(--color-dark);border:1px solid var(--color-dark);background:0 0}.btn-icon--outline:hover:not(.btn-icon--disabled){background:var(--color-dark);color:var(--color-white)}.btn-icon--ghost{color:var(--color-dark);background:0 0}.btn-icon--ghost:hover:not(.btn-icon--disabled){color:var(--color-sable-dark)}.btn-icon--disabled{opacity:.5;cursor:not-allowed}.cart-drawer-header{border-bottom:1px solid var(--color-text-muted);flex:none;justify-content:space-between;align-items:center;padding:1rem;display:flex}.cart-drawer-header__title{font-family:var(--font-heading);font-size:1.125rem;font-weight:400}.cart-drawer-header__count{color:var(--color-sable-dark)}.cart-drawer-header__close{cursor:pointer;color:var(--color-dark);background:0 0;border:none;padding:.5rem}.cart-item-options{gap:.5rem;margin-top:.5rem;display:flex}.cart-item-options__btn{color:#0c0c0c99;cursor:pointer;background:0 0;border:none;padding:0;font-size:.75rem;text-decoration:underline;transition:color .2s}.cart-item-options__btn:hover{color:var(--color-dark)}.cart-item-save{color:#0c0c0c99;cursor:pointer;background:0 0;border:none;align-items:center;gap:.375rem;padding:0;font-size:.75rem;transition:color .2s;display:flex}.cart-item-save:hover{color:var(--color-dark)}.cart-drawer-item{border-bottom:1px solid var(--color-text-muted);gap:1rem;padding:1rem 0;display:flex}.cart-drawer-item:last-child{border-bottom:none}.cart-drawer-item__image{background:var(--color-cream);flex-shrink:0;width:80px;height:100px;overflow:hidden}.cart-drawer-item__image img{object-fit:cover;width:100%;height:100%}.cart-drawer-item__image-placeholder{color:#0c0c0c33;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.cart-drawer-item__details{flex:1;min-width:0}.cart-drawer-item__brand{text-transform:uppercase;letter-spacing:.1em;color:var(--color-sable-dark);margin-bottom:.25rem;font-size:.625rem}.cart-drawer-item__name{color:var(--color-dark);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.25rem;font-size:.875rem;text-decoration:none;display:block;overflow:hidden}.cart-drawer-item__name:hover{text-decoration:underline}.cart-drawer-item__price{margin-bottom:.75rem;font-size:.875rem;font-weight:500}.cart-drawer-item__quantity{border:1px solid var(--color-text-muted);align-items:center;display:inline-flex}.cart-drawer-item__qty-btn{cursor:pointer;color:var(--color-dark);background:0 0;border:none;padding:.375rem .5rem;transition:background-color .2s}.cart-drawer-item__qty-btn:hover{background:var(--color-cream)}.cart-drawer-item__qty-value{text-align:center;min-width:2rem;font-size:.875rem}.cart-drawer-item__remove{cursor:pointer;color:var(--color-sable-dark);background:0 0;border:none;align-self:flex-start;padding:.25rem;transition:color .2s}.cart-drawer-item__remove:hover{color:var(--color-dark)}.cart-drawer-item__actions{align-items:center;gap:1rem;margin-top:.5rem;display:flex}.cart-drawer-items{padding:.5rem 1rem}.cart-item-enter-active,.cart-item-leave-active{transition:all .3s}.cart-item-enter-from,.cart-item-leave-to{opacity:0;transform:translate(20px)}.cart-drawer-empty{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex}.cart-drawer-empty__icon{color:var(--color-sable);margin-bottom:1.5rem}.cart-drawer-empty__title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.cart-drawer-empty__text{color:var(--color-sable-dark);margin-bottom:1.5rem;font-size:.875rem}.cart-drawer-empty__btn{text-transform:uppercase;letter-spacing:.05em;background:var(--color-dark);color:var(--color-white);padding:.875rem 2rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background-color .2s;display:inline-block}.cart-drawer-empty__btn:hover{background:var(--color-sable-dark)}.cart-drawer-summary{padding:.75rem 1rem}.cart-drawer-summary__row{justify-content:space-between;align-items:center;margin-bottom:.25rem;font-size:.875rem;display:flex}.cart-drawer-summary__value{font-size:1rem;font-weight:600}.cart-drawer-summary__note{color:var(--color-sable-dark);font-size:.6875rem}.cart-drawer-footer{flex-direction:column;gap:.5rem;padding:.75rem 1rem;display:flex}.cart-drawer-footer__form{display:flex}.cart-drawer-footer__checkout{text-align:center;text-transform:uppercase;letter-spacing:.08em;background:var(--color-dark);width:100%;color:var(--color-white);cursor:pointer;border:none;padding:.75rem;font-size:.75rem;font-weight:600;transition:background-color .2s;display:block}.cart-drawer-footer__checkout:hover{background:var(--color-sable-dark)}.cart-drawer-footer__view-cart{text-align:center;width:100%;color:var(--color-dark);border:1px solid var(--color-dark);padding:.625rem;font-size:.75rem;text-decoration:none;transition:all .2s;display:block}.cart-drawer-footer__view-cart:hover{background:var(--color-dark);color:var(--color-white)}.cart-cross-sell{background:var(--color-cream);border-radius:4px}.cart-cross-sell__header{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:.5rem .75rem;display:flex}.cart-cross-sell__title{text-transform:uppercase;letter-spacing:.05em;color:var(--color-dark);font-size:.6875rem;font-weight:600}.cart-cross-sell__icon{color:#0c0c0c66;transition:transform .2s}.cart-cross-sell__icon--open{transform:rotate(180deg)}.cart-cross-sell__content{padding:0 .75rem .75rem}.cart-cross-sell__list{flex-direction:column;gap:.375rem;display:flex}.cart-cross-sell__item{background:var(--color-white);border-radius:2px;align-items:center;gap:.5rem;padding:.375rem;display:flex}.cart-cross-sell__image{background:var(--color-cream);flex-shrink:0;width:36px;height:36px;overflow:hidden}.cart-cross-sell__image img{object-fit:cover;width:100%;height:100%}.cart-cross-sell__info{flex-direction:column;flex:1;gap:0;min-width:0;display:flex}.cart-cross-sell__brand{text-transform:uppercase;letter-spacing:.05em;color:#0c0c0ca6;font-size:.5rem;font-weight:600}.cart-cross-sell__name{color:var(--color-dark);white-space:nowrap;text-overflow:ellipsis;font-size:.6875rem;line-height:1.3;overflow:hidden}.cart-cross-sell__price-wrapper{align-items:center;gap:.25rem;display:flex}.cart-cross-sell__price-original{color:#0c0c0c80;font-size:.5625rem;text-decoration:line-through}.cart-cross-sell__price{color:var(--color-dark);font-size:.625rem;font-weight:500}.cart-cross-sell__price--sale{color:#c41e3a}.cart-cross-sell__btn{width:24px;height:24px;color:var(--color-dark);cursor:pointer;background:0 0;border:1px solid #0c0c0c26;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s;display:flex}.cart-cross-sell__btn:hover{background:var(--color-dark);border-color:var(--color-dark);color:var(--color-white)}.collapse-enter-active,.collapse-leave-active{transition:all .2s;overflow:hidden}.collapse-enter-from,.collapse-leave-to{opacity:0;max-height:0;padding-top:0;padding-bottom:0}.collapse-enter-to,.collapse-leave-from{opacity:1;max-height:200px}.shipping-estimate-form{flex-direction:column;gap:1rem;display:flex}.shipping-estimate-form__field{flex-direction:column;gap:.375rem;display:flex}.shipping-estimate-form__label{color:#0c0c0c99;font-size:.75rem}.shipping-estimate-form__select,.shipping-estimate-form__input{background:var(--color-white);border:1px solid #0c0c0c26;padding:.625rem .75rem;font-size:.875rem;transition:border-color .2s}.shipping-estimate-form__select:focus,.shipping-estimate-form__input:focus{border-color:var(--color-dark);outline:none}.shipping-estimate-form__btn{color:var(--color-white);background:var(--color-dark);cursor:pointer;border:none;padding:.75rem 1rem;font-size:.8125rem;font-weight:500;transition:opacity .2s}.shipping-estimate-form__btn:hover:not(:disabled){opacity:.9}.shipping-estimate-form__btn:disabled{opacity:.5;cursor:not-allowed}.shipping-estimate-result__methods{flex-direction:column;gap:.75rem;display:flex}.shipping-estimate-result__method{cursor:pointer;border:1px solid #0c0c0c1a;align-items:center;gap:.75rem;padding:.75rem;transition:border-color .2s;display:flex}.shipping-estimate-result__method:has(:checked){border-color:var(--color-dark)}.shipping-estimate-result__radio{width:16px;height:16px;accent-color:var(--color-dark)}.shipping-estimate-result__info{flex-direction:column;flex:1;gap:.125rem;display:flex}.shipping-estimate-result__name{color:var(--color-dark);font-size:.875rem}.shipping-estimate-result__days{color:#0c0c0ca6;font-size:.75rem}.shipping-estimate-result__price{color:var(--color-dark);font-size:.875rem;font-weight:500}.shipping-estimate-result__change{color:#0c0c0c99;cursor:pointer;background:0 0;border:none;margin-top:1rem;padding:0;font-size:.75rem;text-decoration:underline}.shipping-estimate-result__change:hover{color:var(--color-dark)}.cart-shipping-estimate{background:var(--color-cream);border-radius:4px;padding:.5rem .75rem}.cart-shipping-estimate__header{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.cart-shipping-estimate__title{color:var(--color-dark);font-size:.75rem;font-weight:500}.cart-shipping-estimate__icon{color:#0c0c0c66;transition:transform .2s}.cart-shipping-estimate__icon--open{transform:rotate(180deg)}.cart-shipping-estimate__content{border-top:1px solid #0c0c0c14;margin-top:.5rem;padding-top:.5rem}.cart-drawer{z-index:1002;position:fixed;inset:0}.cart-drawer__overlay{background:#00000080;position:absolute;inset:0}.cart-drawer__panel{background:var(--color-white);flex-direction:column;width:100%;max-width:420px;height:100dvh;display:flex;position:absolute;top:0;right:0}.cart-drawer__body{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;flex:1;min-height:0;overflow:hidden auto}.cart-drawer__extras{flex-direction:column;gap:.5rem;padding:.5rem 1rem;display:flex}.cart-drawer__bottom{border-top:1px solid var(--color-text-muted);flex:none}.cart-drawer-enter-active,.cart-drawer-leave-active{transition:opacity .3s}.cart-drawer-enter-active .cart-drawer__panel,.cart-drawer-leave-active .cart-drawer__panel{transition:transform .3s}.cart-drawer-enter-from,.cart-drawer-leave-to{opacity:0}.cart-drawer-enter-from .cart-drawer__panel,.cart-drawer-leave-to .cart-drawer__panel{transform:translate(100%)}.header{z-index:1000;contain:layout style;background:#fffffffa;transition:background-color .4s,box-shadow .4s,transform .3s;position:fixed;top:0;left:0;right:0}.header--hidden{transform:translateY(-100%)}.header--scrolled{background:#fffffffa;box-shadow:0 1px #0000000f}@media (width>=1025px){.header--scrolled{-webkit-backdrop-filter:blur(12px)}}.header--transparent{box-shadow:none;background:0 0}.header--transparent .header-main__logo,.header--transparent .header-main__nav-link,.header--transparent .header-actions__btn,.header--transparent .nav__link,.header--transparent .header-main,.header--transparent .header-bottom__link{color:var(--color-white)}.header--dark-text:not(.header--scrolled) .header-main__logo,.header--dark-text:not(.header--scrolled) .header-main__nav-link,.header--dark-text:not(.header--scrolled) .header-actions__btn,.header--dark-text:not(.header--scrolled) .nav__link,.header--dark-text:not(.header--scrolled) .header-main,.header--scrolled .header-main__logo,.header--scrolled .header-main__nav-link,.header--scrolled .header-actions__btn,.header--scrolled .nav__link,.header--scrolled .header-main{color:var(--color-dark)}.footer{background:var(--color-dark);color:var(--color-white);margin-top:auto}.footer-top{border-bottom:1px solid #ffffff1a}.footer-top__container{max-width:1400px;margin:0 auto;padding:3rem 2rem}.footer-newsletter{justify-content:space-between;align-items:center;gap:2rem;display:flex}.footer-newsletter__title{font-family:var(--font-heading);margin-bottom:.5rem;font-size:1.25rem;font-weight:400}.footer-newsletter__text{color:#ffffffbf;font-size:.875rem}.footer-newsletter__form{flex-shrink:0}.footer-newsletter__input-wrapper{gap:0;display:flex}.footer-newsletter__input{color:var(--color-white);background:#ffffff1a;border:1px solid #fff3;outline:none;width:280px;padding:.875rem 1rem;font-size:.875rem;transition:border-color .2s}.footer-newsletter__input::placeholder{color:#ffffffa6}.footer-newsletter__input:focus{border-color:#fff6}.footer-newsletter__btn{text-transform:uppercase;letter-spacing:.05em;background:var(--color-white);color:var(--color-dark);cursor:pointer;border:none;padding:.875rem 1.5rem;font-size:.875rem;font-weight:500;transition:opacity .2s}.footer-newsletter__btn:hover:not(:disabled){opacity:.9}.footer-newsletter__btn:disabled{opacity:.5;cursor:not-allowed}.footer-newsletter__message{color:#4ade80;margin-top:.5rem;font-size:.75rem}.footer-newsletter__message--error{color:#f87171}.footer-main__container{grid-template-columns:1fr 2fr;gap:4rem;max-width:1400px;margin:0 auto;padding:3rem 2rem;display:grid}.footer-main__brand{max-width:300px}.footer-main__tagline{color:#ffffffbf;margin:1rem 0 1.5rem;font-size:.875rem;line-height:1.6}.footer-logo{text-decoration:none;display:inline-block}.footer-logo__text{font-family:var(--font-heading);letter-spacing:.15em;color:var(--color-white);font-size:2rem}.footer-social{gap:1rem;display:flex}.footer-social__link{width:40px;height:40px;color:var(--color-white);border:1px solid #fff3;justify-content:center;align-items:center;transition:all .2s;display:flex;transform:translateZ(0)}.footer-social__link:hover{background:var(--color-white);color:var(--color-dark);border-color:var(--color-white)}.footer-links{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.footer-links-column__title{text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.footer-links-column__list{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.footer-links-column__link{color:#ffffffbf;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-links-column__link:hover{color:var(--color-white)}.footer-bottom{border-top:1px solid #ffffff1a}.footer-bottom__container{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding:1.5rem 2rem;display:flex}.footer-bottom__business{text-align:center;border-bottom:1px solid #ffffff0f;width:100%;margin-bottom:.5rem;padding-bottom:1rem}.footer-bottom__business-name{color:#fffc;margin:0 0 .375rem;font-size:.8125rem;font-weight:500}.footer-bottom__business-details{color:#ffffffbf;margin:0;font-size:.6875rem;line-height:1.7}.footer-bottom__business-details a{color:#ffffffb3;text-underline-offset:2px;text-decoration:underline}.footer-bottom__business-details a:hover{color:var(--color-white)}.footer-copyright{color:#ffffffbf;font-size:.75rem}.footer-payments{align-items:center;gap:1rem;display:flex}.footer-payments__label{color:#ffffffbf;font-size:.75rem}.footer-payments__icons{gap:.5rem;display:flex}.footer-payments__icon{opacity:.8;transition:opacity .2s}.footer-payments__icon:hover{opacity:1}.footer-legal{gap:1.5rem;display:flex}.footer-legal__link{color:#ffffffbf;font-size:.75rem;text-decoration:none;transition:color .2s}.footer-legal__link:hover{color:var(--color-white)}@media (width<=768px){.footer-newsletter{text-align:center;flex-direction:column}.footer-newsletter__input-wrapper{flex-direction:column}.footer-newsletter__input{width:100%}.footer-main__container{grid-template-columns:1fr;gap:2rem}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-bottom__container{text-align:center;flex-direction:column}.footer-payments{flex-direction:column;gap:.5rem}.footer-legal{gap:1rem}}@media (width<=480px){.footer-links{grid-template-columns:1fr}}.footer-logo{color:var(--color-white);align-items:center;gap:.5rem;text-decoration:none;display:flex}.footer-logo__icon{object-fit:contain;width:36px;height:36px}.footer-logo__text{letter-spacing:0;color:#9b4d8b;-webkit-text-stroke:.5px #9b4d8b;paint-order:stroke fill;font-family:Buffalo,cursive;font-size:2.5rem;font-weight:400}.footer-payments{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.footer-payments__label{color:#ffffffbf;white-space:nowrap;font-size:.75rem}.footer-payments__icons{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.footer-payments__icon{object-fit:contain;border-radius:2px;width:auto;height:20px}

.product-detail{gap:var(--space-2xl);padding:calc(var(--space-2xl) + 80px)var(--space-lg)var(--space-2xl);grid-template-columns:1fr 1fr;max-width:1400px;margin:0 auto;display:grid}.product-detail__gallery{align-self:start;position:sticky;top:100px}.product-detail__main-image{aspect-ratio:1;background:var(--color-white);width:100%;overflow:hidden}.product-detail__image{object-fit:cover;width:100%;height:100%}.product-detail__thumbs{gap:var(--space-sm);margin-top:var(--space-md);display:flex;overflow-x:auto}.product-detail__thumb{cursor:pointer;border:2px solid #0000;width:60px;height:80px;padding:0;overflow:hidden}.product-detail__thumb--active{border-color:var(--color-dark)}.product-detail__thumb img{object-fit:cover;width:100%;height:100%}.product-detail__brand{letter-spacing:.2em;text-transform:uppercase;color:var(--color-sable-dark);font-size:.75rem}.product-detail__name{margin:var(--space-sm)0 var(--space-md);color:var(--color-text-dark);font-size:clamp(1.5rem,4vw,2.5rem)}.product-detail__meta{gap:var(--space-md);color:var(--color-text-muted);margin-bottom:var(--space-lg);font-size:.875rem;display:flex}.product-detail__price{margin-bottom:var(--space-xl);color:var(--color-text-dark);font-size:1.5rem;font-weight:500}.product-detail__description{color:var(--color-text-muted);margin-bottom:var(--space-xl);line-height:1.8}.product-detail__notes{gap:var(--space-lg);margin-bottom:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.product-detail__note-group h3{letter-spacing:.1em;text-transform:uppercase;color:var(--color-sable-dark);margin-bottom:var(--space-sm);font-size:.75rem}.product-detail__note-group p{color:var(--color-text-dark);font-size:.875rem}.product-detail__attributes{gap:var(--space-xl);padding-top:var(--space-lg);border-top:1px solid #0000001a;display:flex}.product-detail__attr-label{letter-spacing:.1em;text-transform:uppercase;color:var(--color-sable-dark);margin-bottom:var(--space-xs);font-size:.75rem;display:block}@media (width<=768px){.product-detail{grid-template-columns:1fr}.product-detail__gallery{position:static}.product-detail__notes{grid-template-columns:1fr}}.quick-view-modal{z-index:var(--z-modal);padding:var(--space-lg);background:#0c0c0ccc;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.quick-view-content{background:var(--color-white);border-radius:var(--radius-lg);width:100%;max-width:1000px;max-height:90vh;position:relative;overflow:hidden}.close-button{top:var(--space-md);right:var(--space-md);background:var(--color-white);border-radius:var(--radius-full);z-index:10;width:40px;height:40px;transition:background var(--transition-fast);justify-content:center;align-items:center;display:flex;position:absolute}.close-button:hover{background:var(--color-cream)}.close-button svg{width:20px;height:20px}.quick-view-grid{grid-template-columns:1fr;display:grid}@media (width>=768px){.quick-view-grid{grid-template-columns:1fr 1fr}}.image-section{background:var(--color-cream);padding:var(--space-xl)}.main-image{aspect-ratio:1;justify-content:center;align-items:center;display:flex}.main-image__img{object-fit:contain;max-width:100%;max-height:100%}.image-nav{justify-content:center;align-items:center;gap:var(--space-md);margin-top:var(--space-md);display:flex}.nav-arrow{background:var(--color-white);border-radius:var(--radius-full);width:36px;height:36px;transition:background var(--transition-fast);justify-content:center;align-items:center;display:flex}.nav-arrow:hover{background:var(--color-sable)}.nav-arrow svg{width:18px;height:18px}.image-counter{color:var(--color-text-muted);font-size:.875rem}.info-section{padding:var(--space-xl);gap:var(--space-md);flex-direction:column;display:flex}.product-brand{text-transform:uppercase;letter-spacing:.15em;color:var(--color-sable-dark);font-size:.75rem}.product-name{font-family:var(--font-heading);color:var(--color-text-dark);font-size:clamp(1.25rem,3vw,1.75rem)}.product-meta{gap:var(--space-md);flex-wrap:wrap;display:flex}.meta-item{color:var(--color-text-muted);padding:var(--space-xs)var(--space-sm);background:var(--color-cream);border-radius:var(--radius-sm);font-size:.875rem}.product-price{font-family:var(--font-heading);color:var(--color-text-dark);font-size:1.5rem}.product-description{color:var(--color-text-dark);-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.9375rem;line-height:1.7;display:-webkit-box;overflow:hidden}.view-details{align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-lg);background:var(--color-text-dark);color:var(--color-white);letter-spacing:.05em;text-transform:uppercase;border-radius:var(--radius-full);transition:background var(--transition-base);align-self:flex-start;margin-top:auto;font-size:.875rem;display:inline-flex}.view-details:hover{background:var(--color-sable-dark)}.view-details svg{width:16px;height:16px}

