@import "./footer.css?v=95d0a860ff";.app-header{position:sticky;inset-block-start:0;z-index:1000;background:var(--color-surface);border-block-end:1px solid var(--color-border);box-shadow:var(--shadow-soft)}.app-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"logo actions";align-items:center;column-gap:calc(var(--space-base) * 4);row-gap:calc(var(--space-base) * 2);min-height:64px;padding-block:calc(var(--space-base) * 3)}.app-logo{grid-area:logo;min-width:0;font-family:var(--font-display);font-size:1.5rem;font-weight:600;letter-spacing:.12em;color:var(--color-text-primary);text-decoration:none}.app-logo--platform{display:inline-flex;align-items:center;gap:calc(var(--space-base) * 2);letter-spacing:.08em}.app-logo__mark{width:2rem;height:2rem;flex-shrink:0;object-fit:contain}.app-logo__wordmark{font-family:var(--font-display);font-size:1.125rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:inherit;white-space:nowrap}.app-logo:hover{color:var(--color-accent)}.app-logo:hover .app-logo__wordmark{color:inherit}.platform-brand-link{display:inline-flex;align-items:center;gap:calc(var(--space-base) * 2);text-decoration:none;border-radius:var(--radius-sharp);padding:.15rem .25rem;color:var(--color-text-primary)}.platform-brand-link .app-logo__mark{width:2rem;height:2rem;flex-shrink:0;object-fit:contain}.platform-brand-link .app-logo__wordmark{font-family:var(--font-display);font-size:1.125rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:inherit;white-space:nowrap}.platform-brand-link:hover{color:var(--color-accent)}.login-page__brand.platform-brand-link{border-bottom:none;padding-bottom:0}.nav-desktop{display:none;grid-area:nav;flex:1;justify-content:center;gap:calc(var(--space-base) * 6)}@media(min-width:1024px){.app-header__inner{grid-template-columns:auto 1fr minmax(0,auto);grid-template-areas:"logo nav actions";row-gap:calc(var(--space-base) * 2)}.nav-desktop{display:flex}}.nav-desktop a{font-size:13px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-secondary)}.nav-desktop a:hover,.nav-desktop a[aria-current=page]{color:var(--color-accent)}.header-actions{grid-area:actions;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:calc(var(--space-base) * 2);min-width:0}#logout-btn[hidden],#mobile-logout-btn[hidden],body[data-auth-state=guest] .header-logout{display:none!important}.account-block{display:flex;align-items:center;gap:calc(var(--space-base) * 2);min-width:0;max-width:11.5rem}.account-block__name{font-size:13px;font-weight:500;color:var(--color-text-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.account-block__name-short{display:none}@media(max-width:767px){.account-block{max-width:6.5rem;gap:calc(var(--space-base) * 1)}.account-block__name{font-size:12px}.account-block__name-full{display:none}.account-block__name-short{display:inline}}@media(max-width:399px){.account-block{max-width:none}.account-block__name{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}}.account-block__btn{position:relative;flex-shrink:0}.account-block__icon[hidden]{display:none!important}.account-block__btn .account-initial--visible{position:static;display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;font-size:.6rem;font-weight:700;line-height:1;border-radius:999px;background:var(--color-accent);color:var(--color-primary);pointer-events:none;overflow:hidden}.account-block__btn .account-block__initial--avatar{background:transparent;padding:0}.account-block__btn .account-block__initial--avatar .account-avatar-svg{display:block;width:100%;height:100%}.icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:transparent;border:1px solid transparent;border-radius:var(--radius-sharp);color:var(--color-text-primary);cursor:pointer;transition:background var(--transition),border-color var(--transition)}.icon-btn:hover{background:var(--color-surface-2);border-color:var(--color-border)}.icon-btn svg{width:22px;height:22px}.cart-badge{position:absolute;inset-block-start:4px;inset-inline-end:4px;min-width:18px;height:18px;padding:0 4px;font-size:10px;font-weight:700;line-height:18px;text-align:center;background:var(--color-accent);color:var(--color-primary);border-radius:999px;transition:transform .2s ease}.cart-badge--pulse{animation:badgePulse .45s ease}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.lang-switcher{position:relative}.lang-switcher__btn{display:inline-flex;align-items:center;gap:calc(var(--space-base) * 2);min-height:44px;padding-inline:calc(var(--space-base) * 2);font-size:13px;background:transparent;border:1px solid var(--color-border);border-radius:var(--radius-sharp);cursor:pointer;color:var(--color-text-primary)}.lang-switcher__menu{position:absolute;inset-inline-end:0;inset-block-start:calc(100% + 4px);min-width:160px;padding:calc(var(--space-base) * 2);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);box-shadow:var(--shadow-card);z-index:200}.lang-switcher__menu[hidden]{display:none!important}.lang-switcher__menu:not([hidden]){display:block}.lang-switcher__menu button{display:block;width:100%;text-align:start;padding:calc(var(--space-base) * 2) calc(var(--space-base) * 3);background:transparent;border:none;font-size:14px;cursor:pointer;border-radius:var(--radius-sharp);color:var(--color-text-primary)}.lang-switcher__menu button:hover{background:var(--color-surface-2)}.lang-switcher__menu button:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.mobile-menu-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;min-width:44px;min-height:44px;padding:0;background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:var(--radius-sharp)}.mobile-menu-btn:hover{background:var(--color-surface-3);border-color:var(--color-text-muted)}.mobile-menu-btn__svg{display:block;width:22px;height:22px;flex-shrink:0;pointer-events:none}.mobile-menu-btn__g--close,.mobile-menu-btn--open .mobile-menu-btn__g--menu{display:none}.mobile-menu-btn--open .mobile-menu-btn__g--close{display:block}@media(min-width:1024px){.mobile-menu-btn{display:none}}@media(max-width:1023px){.header-actions .lang-switcher,.header-actions .header-logout,.header-actions #theme-toggle{display:none!important}.app-header__inner{min-height:56px;padding-block:calc(var(--space-base) * 2);column-gap:calc(var(--space-base) * 2)}.app-logo{font-size:1.15rem;letter-spacing:.08em}.header-actions{gap:calc(var(--space-base) * 1)}}body.mobile-nav-open{overflow:hidden}.drawer{position:fixed;inset:0;z-index:3000;pointer-events:none;visibility:hidden}.drawer--open{pointer-events:auto;visibility:visible}.drawer__backdrop{position:absolute;inset:0;background:#1a1a2e73;opacity:0;transition:opacity var(--transition)}.drawer--open .drawer__backdrop{opacity:1}.drawer__panel{position:absolute;inset-block:0;inset-inline-end:0;width:min(100%,420px);max-width:100vw;background:var(--color-surface);box-shadow:var(--shadow-card);transform:translate(100%);transition:transform var(--transition);display:flex;flex-direction:column}[dir=rtl] .drawer__panel{transform:translate(-100%)}.drawer--open .drawer__panel{transform:translate(0)}.mobile-nav-drawer .drawer__panel{width:75vw;max-width:75vw;inset-inline-start:auto;inset-inline-end:0;transform:translate(105%);box-shadow:-4px 0 24px #0f0f1a1f;padding-top:env(safe-area-inset-top,0px)}[dir=rtl] .mobile-nav-drawer .drawer__panel{transform:translate(-105%);box-shadow:4px 0 24px #0f0f1a1f}.mobile-nav-drawer.drawer--open .drawer__panel,[dir=rtl] .mobile-nav-drawer.drawer--open .drawer__panel{transform:translate(0)}.mobile-nav-drawer .drawer__backdrop{background:#0f0f1a80}.drawer__header{display:flex;align-items:center;justify-content:space-between;padding:calc(var(--space-base) * 4);border-block-end:1px solid var(--color-border)}.drawer__body{flex:1;overflow-y:auto;padding:calc(var(--space-base) * 4)}.mobile-drawer__header{padding:calc(var(--space-base) * 3) calc(var(--space-base) * 4)}.mobile-drawer__title{margin:0;font-size:1.125rem}.mobile-drawer__close{flex-shrink:0}.mobile-drawer__body{display:flex;flex-direction:column;gap:0;padding:calc(var(--space-base) * 3) calc(var(--space-base) * 4);padding-bottom:calc(var(--space-base) * 4 + env(safe-area-inset-bottom,0px))}.mobile-drawer-user{display:flex;align-items:center;gap:calc(var(--space-base) * 3);margin-bottom:calc(var(--space-base) * 3);padding-bottom:calc(var(--space-base) * 3);border-bottom:1px solid var(--color-border)}.mobile-drawer-user[hidden]{display:none!important}.mobile-drawer-user__avatar{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:999px;overflow:hidden;background:var(--color-accent);color:var(--color-primary);font-size:.75rem;font-weight:700}.mobile-drawer-user__avatar[hidden]{display:none!important}.mobile-drawer-user__avatar.mobile-drawer-avatar--image{background:transparent}.mobile-drawer-user__avatar .account-avatar-svg{width:100%;height:100%}.mobile-drawer-user__meta{min-width:0}.mobile-drawer-user__name{font-size:1.05rem;font-weight:600;margin:0 0 .25rem;color:var(--color-text-primary);word-break:break-word}.mobile-drawer-user__email{margin:0;color:var(--color-text-secondary);word-break:break-all}.mobile-drawer__nav{display:flex;flex-direction:column;gap:calc(var(--space-base) * 1)}.mobile-drawer__nav--secondary{margin-top:0}.mobile-drawer__link{display:flex;align-items:center;min-height:48px;padding:calc(var(--space-base) * 1.5) calc(var(--space-base) * 2);font-size:1rem;font-weight:500;color:var(--color-text-primary);border-radius:10px;text-decoration:none;transition:background .15s ease,color .15s ease}.mobile-drawer__link:hover,.mobile-drawer__link:focus-visible{background:var(--color-surface-2);outline:2px solid var(--color-accent);outline-offset:0}.mobile-drawer__link[aria-current=page]{background:color-mix(in srgb,var(--color-accent) 14%,transparent);color:var(--color-accent);font-weight:600}.mobile-drawer__link[hidden]{display:none!important}.mobile-drawer__divider{height:1px;margin:calc(var(--space-base) * 3) 0;background:var(--color-border)}.mobile-drawer__tools{display:flex;flex-direction:column;gap:calc(var(--space-base) * 3);margin-top:calc(var(--space-base) * 4);padding-top:calc(var(--space-base) * 4);border-top:1px solid var(--color-border)}.mobile-drawer-lang{margin-bottom:0}.mobile-drawer-lang__label{display:block;margin-bottom:calc(var(--space-base) * 1.5);color:var(--color-text-muted);font-weight:500;letter-spacing:.04em;text-transform:uppercase;font-size:11px}.mobile-locale-select{width:100%;min-height:48px;padding:10px 12px;font-size:15px;border:1px solid var(--color-border);border-radius:10px;background:var(--color-surface-2);color:var(--color-text-primary)}.mobile-locale-select:focus{outline:2px solid var(--color-accent);outline-offset:2px}.mobile-drawer__theme-btn{display:inline-flex;align-items:center;gap:calc(var(--space-base) * 2);min-height:48px;width:100%;padding:calc(var(--space-base) * 1.5) calc(var(--space-base) * 2);font-size:.9375rem;font-weight:500;color:var(--color-text-primary);background:var(--color-surface-2);border:1px solid var(--color-border);border-radius:10px;cursor:pointer;text-align:start}.mobile-drawer__theme-btn:hover{background:var(--color-surface-3, var(--color-surface-2));border-color:var(--color-text-muted)}.mobile-drawer__theme-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}[data-theme=light] .mobile-drawer__theme-icon--light,[data-theme=dark] .mobile-drawer__theme-icon--dark{display:none}.mobile-drawer__logout{width:100%;min-height:48px;margin-top:calc(var(--space-base) * 3)}.mobile-drawer__logout[hidden]{display:none!important}.mobile-drawer__nav a{display:flex;align-items:center;min-height:48px;padding:calc(var(--space-base) * 1.5) calc(var(--space-base) * 2);font-size:1rem;color:var(--color-text-primary);border-radius:10px;text-decoration:none}.mobile-drawer__nav a:hover,.mobile-drawer__nav a:focus-visible{background:var(--color-surface-2);outline:2px solid var(--color-accent);outline-offset:0}.drawer__footer{padding:calc(var(--space-base) * 4);border-block-start:1px solid var(--color-border)}.drawer__header--cart{display:grid;grid-template-columns:1fr auto;gap:calc(var(--space-base) * 2);align-items:center}.drawer__header--cart .drawer__header__title{margin:0;text-align:start;font-size:1.05rem}.section{padding-block:calc(var(--space-base) * 16)}.section__head{text-align:center;margin-bottom:calc(var(--space-base) * 10)}.carousel{position:relative;overflow:hidden;border-radius:var(--radius-card)}.carousel--featured{max-width:860px;margin-inline:auto}.carousel--featured:before,.carousel--featured:after{content:"";position:absolute;top:0;bottom:0;width:44px;pointer-events:none;z-index:2}.carousel--featured:before{left:0;background:linear-gradient(to right,var(--color-surface),rgba(255,255,255,0))}.carousel--featured:after{right:0;background:linear-gradient(to left,var(--color-surface),rgba(255,255,255,0))}.carousel__track{display:flex;transition:transform .5s ease}.carousel__slide{flex:0 0 100%;padding:calc(var(--space-base) * 2)}.carousel--featured .carousel__slide{padding:calc(var(--space-base) * 1.5)}@media(min-width:1024px){.carousel--featured .carousel__slide{flex:0 0 50%}}@media(max-width:767px){.carousel--featured:before,.carousel--featured:after{width:24px}}.carousel__nav{display:flex;justify-content:center;gap:calc(var(--space-base) * 2);margin-top:calc(var(--space-base) * 4)}.carousel--featured .carousel__nav{margin-top:calc(var(--space-base) * 2.5)}.featured-card{max-width:420px;margin-inline:auto}.featured-card .product-card__image-wrap{aspect-ratio:4 / 5}.featured-card .product-card__body{padding:calc(var(--space-base) * 3.5)}.featured-card__title{font-size:1rem;margin-bottom:calc(var(--space-base) * 2)}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:calc(var(--space-base) * 4);align-items:stretch}.product-grid>.product-card{height:100%}@media(min-width:768px){.product-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1200px){.product-grid{grid-template-columns:repeat(4,1fr)}}.store-home .store-home__product-grid{gap:calc(var(--space-base) * 3);grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:480px){.store-home .store-home__product-grid{gap:calc(var(--space-base) * 3.5)}}@media(min-width:640px){.store-home .store-home__product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:calc(var(--space-base) * 4)}}@media(min-width:1024px){.store-home .store-home__product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1400px){.store-home .store-home__product-grid{grid-template-columns:repeat(auto-fill,minmax(14rem,1fr))}}.store-home .store-home__product-grid .product-card__body{padding:calc(var(--space-base) * 2.5) calc(var(--space-base) * 3)}@media(min-width:640px){.store-home .store-home__product-grid .product-card__body{padding:calc(var(--space-base) * 3)}}.store-home .store-home__product-grid .product-card__title{font-size:clamp(.8125rem,.75rem + .35vw,.9375rem);min-height:2.4em}.store-home .store-home__product-grid .product-card__actions{gap:calc(var(--space-base) * 1.5);flex-wrap:wrap}@media(max-width:479px){.store-home .store-home__product-grid .product-card__actions .btn--sm{font-size:.7rem;padding:.3rem .55rem}}.product-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-card);overflow:hidden;transition:box-shadow var(--transition)}.product-card:hover{box-shadow:var(--shadow-card)}.product-card--shop{display:flex;flex-direction:column;height:100%;min-width:0}.product-card--shop .product-card__body{display:flex;flex-direction:column;flex:1 1 auto;min-height:0}.product-card__image-wrap{position:relative;aspect-ratio:3/4;background:var(--color-surface-2);overflow:hidden}.product-card__media-link{display:block;width:100%;height:100%}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform var(--transition),filter .35s ease,opacity .35s ease}.product-card__image-wrap--lqip img,.product-card__img--lqip{filter:blur(12px);transform:scale(1.04);opacity:.85}.product-card--shop:hover .product-card__image-wrap img{transform:scale(1.04)}.product-card__image-wrap--placeholder .product-card__media-link,.product-quick-view__image-wrap.product-card__image-wrap--placeholder{display:flex;align-items:center;justify-content:center;height:100%}.product-image-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--space-base) * 2);width:100%;height:100%;padding:calc(var(--space-base) * 4);text-align:center;pointer-events:none;user-select:none}.product-image-placeholder__logo-wrap{max-width:56%;opacity:.22;filter:grayscale(20%)}.product-image-placeholder__logo{width:auto;max-width:100%;height:auto;max-height:40px;object-fit:contain}.product-image-placeholder__logo--dark,html[data-theme=dark] .product-image-placeholder__logo--light{display:none}html[data-theme=dark] .product-image-placeholder__logo--dark{display:block}.product-image-placeholder__mark{font-family:var(--font-display, serif);font-size:2.5rem;font-weight:700;opacity:.15;line-height:1}.product-image-placeholder__label{margin:0;font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);max-width:12rem;line-height:1.35}.product-image-placeholder--compact .product-image-placeholder__logo-wrap{max-width:70%}.product-image-placeholder--compact .product-image-placeholder__logo{max-height:28px}.product-image-placeholder--compact .product-image-placeholder__label{font-size:.625rem}.product-quick-view__option[hidden],#pqv-variant-wrap[hidden],#pd-variant-wrap[hidden],.product-quick-view__options[hidden]{display:none!important}.product-card__body{padding:calc(var(--space-base) * 4)}.product-card__title{margin:0 0 calc(var(--space-base) * 2);min-height:2.75em;line-height:1.35}.product-card__title a{color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word;overflow-wrap:anywhere}.product-card__title a:hover{text-decoration:underline}.product-card__price-row{display:flex;align-items:baseline;gap:calc(var(--space-base) * 2);flex-wrap:wrap;min-height:1.35em}.product-card__actions{margin-top:auto;padding-top:calc(var(--space-base) * 3);display:flex;flex-wrap:wrap;align-items:center;gap:calc(var(--space-base) * 2)}.product-card__cart-slot{flex:1 1 auto;min-width:0;display:flex;align-items:stretch}.product-card__cart-slot .product-card__add-cart,.product-card__cart-slot .add-cart{width:100%;min-height:40px;font-weight:600}.product-card__qty-stepper{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:stretch;width:100%;min-width:0;min-height:40px;border:1.5px solid color-mix(in srgb,var(--color-accent) 72%,var(--color-border));border-radius:999px;background:var(--color-surface);overflow:hidden}.product-card__qty-btn{display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;border:0;min-width:0;width:100%;background:transparent;color:var(--color-text-primary);cursor:pointer;transition:background-color .15s ease,color .15s ease}.product-card__qty-btn:hover:not(:disabled){background:color-mix(in srgb,var(--color-accent) 16%,transparent);color:var(--color-accent)}.product-card__qty-btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px;z-index:1}.product-card__qty-btn:disabled{opacity:.4;cursor:not-allowed}.product-card__qty-btn--dec{border-inline-end:1px solid var(--color-border)}.product-card__qty-btn--inc{border-inline-start:1px solid var(--color-border)}.product-card__qty-val{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;padding-inline:.35rem;font-size:.9375rem;font-weight:700;color:var(--color-text-primary);line-height:1;user-select:none}.product-card__actions--gift-pick{justify-content:space-between;gap:calc(var(--space-base) * 3)}.product-card__actions--gift-pick .gifts-pick-btn{flex:1 1 auto;text-align:center}.product-detail__buy-row{display:flex;flex-wrap:wrap;align-items:center;gap:calc(var(--space-base) * 2)}.product-detail__thumbs{display:flex;flex-wrap:nowrap;gap:calc(var(--space-base) * 2);margin-top:calc(var(--space-base) * 2);justify-content:flex-start;max-width:100%;overflow-x:auto;padding-bottom:calc(var(--space-base) * 1);-webkit-overflow-scrolling:touch;scrollbar-width:thin}@media(min-width:768px){.product-detail__thumbs{flex-wrap:wrap;justify-content:center;overflow-x:visible}}.product-detail__thumb{padding:2px;border:2px solid transparent;border-radius:var(--radius-card, 8px);background:var(--color-surface-2, #f4f4f6);cursor:pointer;line-height:0}.product-detail__thumb:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.product-detail__thumb--active{border-color:var(--color-accent)}.product-detail__thumb img{display:block;width:72px;height:96px;object-fit:cover;border-radius:calc(var(--radius-card, 8px) - 2px)}@media(max-width:767px){.product-detail__thumb img{width:56px;height:74px}}.product-quick-view--loading .product-quick-view__skeleton{display:grid;grid-template-columns:1fr;gap:calc(var(--space-base) * 4);padding:calc(var(--space-base) * 4)}@media(min-width:768px){.product-quick-view--loading .product-quick-view__skeleton{grid-template-columns:1fr 1fr;padding:calc(var(--space-base) * 6)}}.product-quick-view__skeleton-media,.product-quick-view__skeleton-line{border-radius:var(--radius-card);background:linear-gradient(90deg,var(--color-surface-2) 0%,color-mix(in srgb,var(--color-surface-2) 70%,var(--color-border)) 50%,var(--color-surface-2) 100%);background-size:200% 100%;animation:productQuickViewShimmer 1.2s ease-in-out infinite}.product-quick-view__skeleton-media{aspect-ratio:3 / 4;max-height:360px}.product-quick-view__skeleton-body{display:grid;gap:calc(var(--space-base) * 3);align-content:start}.product-quick-view__skeleton-line{height:14px}.product-quick-view__skeleton-line--lg{height:28px;width:85%}.product-quick-view__skeleton-line--sm{width:45%}@keyframes productQuickViewShimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:767px){.product-quick-view-overlay{align-items:flex-end;padding:0}.product-quick-view{width:100%;max-height:94vh;border-radius:calc(var(--radius-modal) + 4px) calc(var(--radius-modal) + 4px) 0 0}.product-quick-view-overlay.modal-overlay--open .product-quick-view{animation:productQuickViewInMobile .34s cubic-bezier(.22,1,.36,1)}@keyframes productQuickViewInMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}.product-quick-view__media{padding-block-end:calc(var(--space-base) * 2)}.product-quick-view__image-wrap{max-height:38vh;width:100%}.product-quick-view__body{padding:calc(var(--space-base) * 4)}.product-quick-view__bar{padding:calc(var(--space-base) * 3) calc(var(--space-base) * 4);padding-bottom:calc(var(--space-base) * 4 + env(safe-area-inset-bottom,0px))}}@media(prefers-reduced-motion:reduce){.product-quick-view-overlay.modal-overlay--open .product-quick-view,.product-quick-view__skeleton-media,.product-quick-view__skeleton-line{animation:none}}.price--compare{text-decoration:line-through;color:var(--color-text-muted);font-size:14px}.shop-layout{display:grid;gap:calc(var(--space-base) * 6)}.form-group{margin-bottom:calc(var(--space-base) * 4)}.form-group label{display:block;font-size:12px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:calc(var(--space-base) * 2)}#shop-filters-form label.shop-filter-option,#shop-filters-form label.shop-filter-stock-label{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:12px;width:100%;margin-bottom:0;font-size:13px;font-weight:400;letter-spacing:normal;text-transform:none;color:var(--color-text-primary)}#shop-filters-form label.shop-filter-option{padding:11px 0}#shop-filters-form label.shop-filter-stock-label{padding:6px 0}.form-group legend{margin-bottom:calc(var(--space-base) * 2);padding:0;border:0}.form-group input,.form-group select,.form-group textarea{width:100%;min-height:15px;padding:calc(var(--space-base) * 3);font-family:var(--font-body);font-size:15px;border:1px solid var(--color-border);border-radius:var(--radius-sharp);background:var(--color-surface);color:var(--color-text-primary)}.store-avatar{flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;background:var(--surface-2, #e8e4dc)}.store-avatar--sm{width:40px;height:40px}.store-avatar--md{width:56px;height:56px}.store-avatar--lg{width:80px;height:80px}.store-avatar--lg .store-avatar__initials{font-size:1.125rem}.store-avatar__img{width:100%;height:100%;object-fit:cover;display:block}.store-avatar--fallback{position:relative;background-color:var(--surface-2, #e8e4dc);background-image:var(--store-avatar-bg, none);background-size:70%;background-position:center;background-repeat:no-repeat;filter:none}.store-avatar--fallback:before{content:"";position:absolute;inset:0;border-radius:inherit;background:inherit;background-size:inherit;background-position:inherit;background-repeat:inherit;opacity:.22;filter:blur(1px)}.store-avatar--fallback:after{content:"";position:absolute;inset:0;border-radius:inherit;background:color-mix(in srgb,var(--surface-2, #e8e4dc) 55%,transparent)}.store-avatar__initials{position:relative;z-index:1;font-size:.875rem;font-weight:700;letter-spacing:.04em;color:var(--text, #1a1a1a);line-height:1}.store-avatar--sm .store-avatar__initials{font-size:.75rem}.marketplace-store-card{display:flex;flex-direction:column;height:100%;min-width:0}.marketplace-store-card .product-card__body{display:flex;flex-direction:column;flex:1 1 auto;min-height:0;position:relative}.marketplace-store-card__fav{position:absolute;top:calc(var(--space-base) * 2);inset-inline-end:calc(var(--space-base) * 2);z-index:2;box-sizing:border-box;width:40px;min-width:40px;height:40px;min-height:40px;max-height:40px;padding:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:1.0625rem;line-height:1;background:var(--color-surface);box-shadow:0 1px 3px #0f0f1a1a}.marketplace-store-card--directory .product-card__body{padding-inline-end:calc(var(--space-base) * 2 + 2.75rem)}.marketplace-store-card--directory .marketplace-store-card__head{align-items:flex-start}.marketplace-store-card--directory .marketplace-store-card__name{min-height:0;padding-inline-end:0}.marketplace-featured-store-card{position:relative}.marketplace-featured-store-card>.marketplace-store-card__fav{top:calc(var(--space-base) * 2.5);inset-inline-end:calc(var(--space-base) * 2.5);inset-inline-start:auto;z-index:2}.store-home-hero__fav-btn{box-sizing:border-box;min-width:2.75rem;width:2.75rem;max-width:2.75rem;height:2.75rem;padding:0;border-radius:50%;font-size:1.125rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;flex:0 0 2.75rem}.account-favorite-stores__grid{grid-template-columns:minmax(0,1fr);gap:calc(var(--space-base) * 4)}@media(min-width:640px){.account-favorite-stores__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.account-favorite-stores__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.account-favorite-stores__empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:calc(var(--space-base) * 4);min-height:min(40vh,22rem);padding:calc(var(--space-base) * 10) calc(var(--space-base) * 4);text-align:center;color:var(--color-text-secondary)}.account-favorite-stores__empty p{margin:0}.account-favorite-store-card{height:100%}.account-favorite-store-card .product-card__body{padding-inline-end:calc(var(--space-base) * 2 + 2.75rem)}.account-favorite-store-card .marketplace-store-card__head{align-items:flex-start}.account-favorite-store-card .marketplace-store-card__name{min-height:0}@media(max-width:767px){.marketplace-featured-store-card>.marketplace-store-card__fav{width:44px;min-width:44px;height:44px;min-height:44px;max-height:44px;font-size:1.125rem}.marketplace-store-card--directory .marketplace-store-card__fav,.account-favorite-store-card .marketplace-store-card__fav{width:36px;min-width:36px;height:36px;min-height:36px;max-height:36px;font-size:1rem;top:calc(var(--space-base) * 1.5);inset-inline-end:calc(var(--space-base) * 1.5)}.marketplace-store-card--directory .product-card__body,.account-favorite-store-card .product-card__body{padding-inline-end:calc(var(--space-base) * 1.5 + 2.5rem)}}.marketplace-store-card .store-avatar{margin-bottom:calc(var(--space-base) * 2)}.marketplace-store-card__head{display:flex;align-items:center;gap:calc(var(--space-base) * 2);margin-bottom:calc(var(--space-base) * 2)}.marketplace-store-card__head .store-avatar{margin-bottom:0}#logo-link.store-brand-logo{display:inline-flex;align-items:center;gap:calc(var(--space-base) * 1.5);text-decoration:none;color:inherit}.store-brand-logo__name{font-weight:600;letter-spacing:.02em}#logo-link .store-avatar--sm{vertical-align:middle}.marketplace-store-card__actions{display:flex;flex-wrap:wrap;gap:calc(var(--space-base) * 2);margin-top:calc(var(--space-base) * 2)}.route-skel{min-height:40vh}.route-skel__hero{display:grid;gap:.75rem;margin-bottom:1.5rem}.route-skel__toolbar{display:flex;gap:1rem;margin-bottom:1.25rem}.route-skel__line{height:1rem;width:100%;max-width:28rem}.route-skel__line--lg{height:1.75rem;max-width:18rem}.route-skel__line--md{height:1.1rem;max-width:22rem}.route-skel__line--sm{height:.9rem;max-width:8rem}.route-skel__stores-grid,.route-skel__products-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(10rem,1fr))}.route-skel__store-card{min-height:10rem}.route-skel__product-card{min-height:12rem;aspect-ratio:3/4}.route-skel__shop{display:grid;gap:1.5rem;grid-template-columns:minmax(0,14rem) minmax(0,1fr)}@media(max-width:800px){.route-skel__shop{grid-template-columns:1fr}.route-skel__filters{display:none}}.route-skel__filters{display:grid;gap:.75rem;align-content:start}.route-skel__pdp{display:grid;gap:2rem;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}@media(max-width:800px){.route-skel__pdp{grid-template-columns:1fr}}.route-skel__pdp-media{min-height:20rem;width:100%}.route-skel__pdp-body{display:grid;gap:.85rem;align-content:start}.route-skel__btn{height:2.75rem;width:12rem;border-radius:var(--radius-card)}.route-skel__cart-rows{display:grid;gap:.75rem;margin:1.25rem 0}.route-skel__cart-row{min-height:4.5rem}.route-skel__block{min-height:8rem;width:100%}.route-skel__checkout{display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.4fr) minmax(0,.8fr)}@media(max-width:900px){.route-skel__checkout{grid-template-columns:1fr}}.route-skel__checkout-main,.route-skel__checkout-aside{display:grid;gap:1rem}.route-skel__account-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));margin-top:1.25rem}.route-skel__store-hero{min-height:12rem;width:100%;margin-bottom:1.5rem;border-radius:0}.guest-gate.checkout-guest-gate{max-width:28rem;margin-inline:auto;padding:clamp(1rem,4vw,2rem) 0}.guest-gate__card{padding:clamp(1.25rem,4vw,2rem);border:1px solid var(--color-border);border-radius:var(--radius-card);background:var(--color-surface-2);text-align:center}.guest-gate__title{margin:0 0 .75rem;line-height:1.25}.guest-gate__lead,.checkout-guest-gate__lead{margin:0 auto 1.5rem;max-width:36ch;color:var(--color-text-secondary);font-size:.9375rem;line-height:1.55}.guest-gate__actions{display:flex;flex-direction:column;align-items:stretch;gap:.75rem;width:100%;max-width:20rem;margin-inline:auto}.guest-gate__btn{width:100%;min-height:48px}.guest-gate__divider{margin:.125rem 0;font-size:.8125rem;color:var(--color-text-muted, var(--color-text-secondary))}.guest-gate__browse{margin:1.25rem 0 0}.guest-gate__browse-link{font-size:.875rem;color:var(--color-text-secondary);text-decoration:underline;text-underline-offset:3px}.guest-gate__browse-link:hover,.guest-gate__browse-link:focus-visible{color:var(--color-accent)}.guest-gate--embedded{padding:0}.guest-gate--embedded .guest-gate__card{padding:clamp(1rem,3vw,1.5rem);text-align:start}.guest-gate--embedded .guest-gate__lead{margin-inline:0;text-align:start}.guest-gate--embedded .guest-gate__actions{margin-inline:0;max-width:none}.account-page--guest,.orders-page--guest{padding-block:clamp(1.5rem,6vw,3rem)}@media(min-width:768px){.guest-gate__actions{max-width:16rem}}html[data-theme=dark] .guest-gate__card{background:var(--color-surface-raised, var(--color-surface-2));border-color:var(--color-border)}
