@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.store-app{font-family:var(--font-store, "Inter", system-ui, sans-serif);-webkit-font-smoothing:antialiased}.store-announcement{background:linear-gradient(90deg,#1e293b,#334155);color:#f8fafc;text-align:center;font-size:.8125rem;font-weight:500}.store-announcement__inner{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:80rem;margin:0 auto;padding:.5rem 1rem}.store-announcement-bar{--announcement-bg: #000000;--announcement-color: #ffffff;--announcement-font-size: 15px;--announcement-font-weight: 500;--announcement-speed: 8s;background:var(--announcement-bg);color:var(--announcement-color);overflow:hidden}.store-announcement-bar__viewport{width:100%;overflow:hidden}.store-announcement-bar__track{display:flex;width:-moz-max-content;width:max-content;animation:store-announcement-bar-scroll var(--announcement-speed) linear infinite}.store-announcement-bar--pause-on-hover:hover .store-announcement-bar__track{animation-play-state:paused}.store-announcement-bar--static .store-announcement-bar__track{width:100%;justify-content:center;animation:none}.store-announcement-bar--sticky-top{position:sticky;top:0;z-index:45}.store-announcement-bar__chunk{display:inline-flex;align-items:center;gap:.85rem;padding:.7rem 2.5rem;white-space:nowrap;flex-shrink:0;font-size:var(--announcement-font-size);font-weight:var(--announcement-font-weight);line-height:1.3}.store-announcement-bar__item{display:inline-flex;align-items:center;gap:.45rem}.store-announcement-bar__icon{height:1.1rem;width:1.1rem;flex-shrink:0}.store-announcement-bar__sep{opacity:.45;padding:0 .15rem}.store-announcement-bar__text{display:inline-block}.store-announcement-bar__link{color:inherit;text-decoration:underline;text-underline-offset:2px;font-weight:600;opacity:.92}.store-announcement-bar__link:hover{opacity:1}@keyframes store-announcement-bar-scroll{0%{transform:translateZ(0)}to{transform:translate3d(-50%,0,0)}}@media (prefers-reduced-motion: reduce){.store-announcement-bar__track{width:100%;justify-content:center;animation:none}.store-announcement-bar__chunk.is-duplicate{display:none}}.store-header{position:sticky;top:0;z-index:40;border-bottom:1px solid #e8ecf4;background:#ffffffeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px #0f172a0a}.store-header__bar{max-width:80rem;margin:0 auto;padding:.75rem 1rem}.store-brand{display:inline-flex;align-items:center;max-width:min(100%,11rem);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;color:var(--color-primary, #f97316);text-decoration:none}.store-brand__logo{display:block;max-width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:left center;object-position:left center}.store-brand__text{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (min-width: 768px){.store-brand{max-width:min(100%,14rem);font-size:1.5rem}}.store-footer__brand{max-width:10rem}.store-footer__brand .store-brand__logo{padding:.25rem .35rem;border-radius:.5rem;background:#ffffff0f}.store-icon-link{display:inline-flex;align-items:center;gap:.25rem;border-radius:.625rem;padding:.375rem;color:#475569;transition:color .15s,background .15s}.store-icon-link:hover{color:var(--color-primary, #f97316);background:#f8fafc}.store-count-badge{position:absolute;right:-.25rem;top:-.25rem;display:flex;height:1rem;min-width:1rem;align-items:center;justify-content:center;border-radius:999px;background:#ef4444;padding:0 .25rem;font-size:.625rem;font-weight:700;color:#fff}.store-search-input{width:100%;border-radius:999px;border:2px solid var(--color-primary, #f97316);background:#fff;padding:.625rem 5rem .625rem 3rem;font-size:.875rem;transition:box-shadow .2s,border-color .2s}.store-search-input:focus{outline:none;box-shadow:0 0 0 4px color-mix(in srgb,var(--color-primary, #f97316) 18%,transparent)}@media (min-width: 768px){.store-search-input{padding-top:.75rem;padding-bottom:.75rem}}.store-search-submit{position:absolute;right:.375rem;top:50%;transform:translateY(-50%);border-radius:999px;background:var(--color-primary, #f97316);padding:.375rem 1rem;font-size:.8125rem;font-weight:600;color:#fff;transition:filter .15s,transform .15s}.store-search-submit:hover{filter:brightness(1.05)}.store-search-panel{position:absolute;left:0;right:0;top:100%;z-index:50;margin-top:.5rem;max-height:24rem;overflow-y:auto;border-radius:1rem;border:1px solid #e8ecf4;background:#fff;box-shadow:0 20px 50px #0f172a1f}.store-search-panel__label{padding:.5rem 1rem;font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#94a3b8}.store-search-hit{display:flex;gap:.75rem;padding:.625rem 1rem;font-size:.875rem;transition:background .12s}.store-search-hit:hover{background:#f8fafc}.store-category-nav{display:none;border-top:1px solid #f1f5f9;background:#fff}@media (min-width: 768px){.store-category-nav{display:block}}.store-nav-link{display:block;padding:.625rem .75rem;font-size:.8125rem;font-weight:600;color:#475569;transition:color .15s}.store-nav-link:hover{color:var(--color-primary, #f97316)}.store-mega-menu{position:absolute;left:0;top:100%;z-index:50;width:37.5rem;border-radius:0 0 1rem 1rem;border:1px solid #e8ecf4;border-top:none;background:#fff;padding:1.5rem;box-shadow:0 24px 48px #0f172a1a}.store-product-card{position:relative;overflow:hidden;border-radius:1rem;border:1px solid #e8ecf4;background:#fff;box-shadow:0 4px 18px #0f172a0a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s}.store-product-card:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--color-primary, #f97316) 28%,#e8ecf4);box-shadow:0 16px 36px #0f172a1a}.store-product-card__media{position:relative;aspect-ratio:1;background:#f8fafc}.store-product-card__body{padding:.75rem}.store-product-card__title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:.875rem;font-weight:500;color:#0f172a;transition:color .15s}.store-product-card:hover .store-product-card__title{color:var(--color-primary, #f97316)}.store-product-card__foot{display:flex;align-items:center;gap:.5rem;border-top:1px solid #f1f5f9;padding:.55rem .65rem}.store-product-card__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;flex-shrink:0;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#64748b;transition:border-color .15s ease,background-color .15s ease,color .15s ease,transform .15s ease}.store-product-card__icon-btn:hover{border-color:#cbd5e1;color:#0f172a;transform:translateY(-1px)}.store-product-card__icon-btn.is-active{border-color:color-mix(in srgb,var(--color-primary, #f97316) 45%,#fff);background:color-mix(in srgb,var(--color-primary, #f97316) 12%,#fff);color:var(--color-primary, #f97316)}.store-product-card__icon-btn-svg{width:1rem;height:1rem}.store-product-card__cart-btn{display:inline-flex;min-width:0;flex:1;align-items:center;justify-content:center;gap:.4rem;border:none;border-radius:999px;background:#0f172a;padding:.5rem .75rem;font-size:.75rem;font-weight:600;color:#fff;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.store-product-card__cart-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 20px #0f172a2e}.store-product-card__cart-btn:disabled{opacity:.55;cursor:not-allowed}.store-product-card__cart-btn-icon{width:1rem;height:1rem;flex-shrink:0}.store-product-card__cart-btn-loading{letter-spacing:.08em}.store-section{max-width:80rem;margin:0 auto;padding:2rem 1rem}.store-section__title{margin-bottom:1.25rem;font-size:clamp(1.25rem,2.4vw,1.5rem);font-weight:800;letter-spacing:-.03em;color:#0f172a}.store-carousel{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1rem;scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.store-carousel::-webkit-scrollbar{display:none}.store-carousel__item{width:11rem;flex-shrink:0;scroll-snap-align:start}@media (min-width: 640px){.store-carousel__item{width:13rem}}@media (min-width: 768px){.store-carousel__item{width:14rem}}.store-product-rail{position:relative}.store-product-rail__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.store-product-rail__head .store-section__title{margin-bottom:0}.store-product-rail__head--nav-only{justify-content:flex-end;margin-bottom:.65rem}.store-product-rail__viewport{position:relative}.store-product-rail__track{display:flex;gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:.35rem}.store-product-rail__track::-webkit-scrollbar{display:none}.store-product-rail__item{width:11.5rem;flex-shrink:0;scroll-snap-align:start}.store-product-rail--showcase .store-product-rail__item{width:15.5rem}.store-product-rail--compact .store-product-rail__item{width:10rem}.store-product-rail--compact.store-product-rail--showcase .store-product-rail__item{width:10.5rem}.store-product-rail__nav{display:inline-flex;align-items:center;gap:.5rem}.store-product-rail__arrow{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#0f172a;box-shadow:0 4px 14px #0f172a14;transition:opacity .15s ease,transform .15s ease}.store-product-rail__arrow:hover:not(:disabled){transform:translateY(-1px)}.store-product-rail__arrow:disabled{opacity:.35;cursor:not-allowed}.store-product-rail__arrow svg{width:1rem;height:1rem}.store-product-rail__arrow--edge{position:absolute;top:50%;z-index:2;transform:translateY(-50%)}.store-product-rail__arrow--edge:hover:not(:disabled){transform:translateY(calc(-50% - 1px))}.store-product-rail__arrow--prev{left:-.35rem}.store-product-rail__arrow--next{right:-.35rem}.store-product-rail__dots{display:flex;justify-content:center;gap:.35rem;margin-top:.85rem}.store-product-rail__dot{width:.45rem;height:.45rem;border:none;border-radius:999px;background:#cbd5e1;padding:0;transition:width .2s ease,background-color .2s ease}.store-product-rail__dot.is-active{width:1.35rem;background:#0f172a}.store-product-card--showcase{border-radius:1rem;box-shadow:0 10px 30px #0f172a0f}.store-product-card--showcase .store-product-card__body{padding:.9rem .95rem .35rem}.store-product-card--showcase .store-product-card__title{font-size:.9375rem;font-weight:600}.store-product-card--showcase .store-product-card__foot{padding:.65rem .95rem .85rem}.store-product-rail--compact .store-product-card--showcase .store-product-card__body{padding:.65rem .7rem .25rem}.store-product-rail--compact .store-product-card--showcase .store-product-card__title{font-size:.8125rem}.store-product-rail--compact .store-product-card--showcase .store-product-card__foot{padding:.5rem .7rem .65rem}.store-countdown-deal__products .store-product-rail--compact .store-product-rail__item{width:9.25rem}.store-countdown-deal__products .store-product-rail__track{gap:.75rem}.store-countdown-deal{padding:1.5rem 0 2rem}.store-countdown-deal__page{padding-top:0;padding-bottom:0}.store-countdown-deal__layout{display:grid;gap:1.5rem;padding:1.25rem;border-radius:1.25rem;background:radial-gradient(circle at 0% 0%,rgba(99,102,241,.08) 0%,transparent 42%),linear-gradient(135deg,#f8fafc,#eef2ff 48%,#f8fafc)}.store-countdown-deal__intro{display:flex;flex-direction:column;justify-content:center;gap:.85rem}.store-countdown-deal__eyebrow{font-size:.8125rem;font-weight:700;letter-spacing:.02em;color:#0f172a}.store-countdown-deal__title{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1.05;letter-spacing:-.03em;color:#0f172a}.store-countdown-deal__subtitle{max-width:24rem;font-size:1rem;line-height:1.5;color:#64748b}.store-countdown-deal__timer{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.store-countdown-deal__unit{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:4.25rem;min-height:4.6rem;border-radius:.85rem;background:#fff;box-shadow:0 8px 24px #0f172a14;padding:.55rem .75rem}.store-countdown-deal__value{font-size:1.5rem;font-weight:800;line-height:1;color:#0f172a;font-variant-numeric:tabular-nums}.store-countdown-deal__label{margin-top:.25rem;font-size:.6875rem;font-weight:600;color:#94a3b8}.store-countdown-deal__sep{font-size:1.25rem;font-weight:700;color:#94a3b8}.store-countdown-deal__cta{display:inline-flex;align-items:center;gap:.75rem;width:-moz-fit-content;width:fit-content;margin-top:.35rem;border-radius:999px;background:#0f172a;color:#fff;padding:.8rem .85rem .8rem 1.2rem;font-size:.9375rem;font-weight:600;text-decoration:none;transition:transform .15s ease,box-shadow .15s ease}.store-countdown-deal__cta:hover{transform:translateY(-1px);box-shadow:0 12px 28px #0f172a2e}.store-countdown-deal__cta-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;background:#fff;color:#0f172a}.store-countdown-deal__cta-icon svg{width:1rem;height:1rem}.store-countdown-deal__products{min-width:0}@media (min-width: 640px){.store-product-rail__item{width:13rem}.store-product-rail--showcase .store-product-rail__item{width:16.5rem}.store-product-rail--compact .store-product-rail__item{width:11rem}.store-product-rail--compact.store-product-rail--showcase .store-product-rail__item{width:11.5rem}.store-countdown-deal__products .store-product-rail--compact .store-product-rail__item{width:10rem}}@media (min-width: 1024px){.store-countdown-deal__layout{grid-template-columns:minmax(16rem,22rem) minmax(0,1fr);align-items:center;gap:2rem;padding:1.75rem 1.5rem}.store-product-rail--showcase .store-product-rail__item{width:18rem}.store-product-rail--compact.store-product-rail--showcase .store-product-rail__item{width:12rem}.store-countdown-deal__products .store-product-rail--compact .store-product-rail__item{width:10.5rem}}.store-footer{margin-top:4rem;border-top:1px solid #1e293b;background:linear-gradient(180deg,#0f172a,#020617);color:#94a3b8}.store-footer a:hover{color:var(--color-primary, #fb923c)}.store-footer__grid{max-width:80rem;margin:0 auto;display:grid;gap:2rem;padding:3rem 1rem}@media (min-width: 768px){.store-footer__grid{grid-template-columns:repeat(4,1fr)}}.store-footer__bottom{border-top:1px solid #1e293b;padding:1rem;text-align:center;font-size:.75rem;color:#64748b}.store-mobile-nav{position:fixed;bottom:0;left:0;right:0;z-index:50;display:flex;border-top:1px solid #e8ecf4;background:#fffffff2;padding:.375rem 0 calc(.375rem + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 -4px 24px #0f172a0f}@media (min-width: 768px){.store-mobile-nav{display:none}}.store-mobile-nav__link{display:flex;flex:1;flex-direction:column;align-items:center;gap:.25rem;font-size:.625rem;font-weight:600;color:#64748b;transition:color .15s}.store-mobile-nav__link.is-active,.store-mobile-nav__link:hover{color:var(--color-primary, #f97316)}.store-toast{position:fixed;right:1rem;top:5rem;z-index:60;max-width:min(20rem,calc(100vw - 2rem));border-radius:.875rem;padding:.875rem 1rem;font-size:.8125rem;font-weight:500;color:#fff;box-shadow:0 12px 40px #0f172a2e;animation:store-toast-in .35s cubic-bezier(.22,1,.36,1)}.store-toast--success{background:linear-gradient(135deg,#059669,#10b981)}.store-toast--error{background:linear-gradient(135deg,#dc2626,#ef4444)}@keyframes store-toast-in{0%{opacity:0;transform:translate(110%)}to{opacity:1;transform:translate(0)}}.store-cookie{position:fixed;bottom:5rem;left:0;right:0;z-index:50;padding:0 1rem}@media (min-width: 768px){.store-cookie{bottom:1rem;left:1rem;right:auto;max-width:24rem;padding:0}}.store-cookie__card{border-radius:1rem;border:1px solid #e8ecf4;background:#fff;padding:1rem;box-shadow:0 16px 48px #0f172a1f}.store-btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-button, .75rem);background:var(--color-primary, #f97316);padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#fff;transition:filter .15s,transform .15s}.store-btn-primary:hover{filter:brightness(1.05)}.store-btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-button, .75rem);border:1px solid #e2e8f0;background:#fff;padding:.5rem 1rem;font-size:.875rem;font-weight:600;color:#475569}.store-btn-secondary:hover{border-color:#cbd5e1;background:#f8fafc}@keyframes store-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.store-skeleton{border-radius:.5rem;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9 80%);background-size:200% 100%;animation:store-shimmer 1.4s ease-in-out infinite}.store-drawer-backdrop{background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.store-drawer{background:#fff;box-shadow:8px 0 40px #0f172a26}.store-page{max-width:80rem;margin:0 auto;padding:1.5rem 1rem 2rem}.store-page__title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:#0f172a}@media (min-width: 768px){.store-page__title{font-size:1.875rem}}.store-breadcrumb{margin-bottom:1rem;font-size:.8125rem;color:#64748b}.store-breadcrumb a:hover{color:var(--color-primary, #f97316)}.store-breadcrumb [aria-current]{color:#0f172a;font-weight:500}.store-panel{border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;box-shadow:0 1px 3px #0f172a0a}.store-panel--muted{background:#f8fafc;border-color:#f1f5f9}.store-panel__padding{padding:1rem}@media (min-width: 768px){.store-panel__padding{padding:1.5rem}}.store-input{width:100%;border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;padding:.5rem .875rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.store-input:focus{outline:none;border-color:color-mix(in srgb,var(--color-primary, #f97316) 50%,#e2e8f0);box-shadow:0 0 0 3px color-mix(in srgb,var(--color-primary, #f97316) 12%,transparent)}.store-input--sm{padding:.375rem .625rem;font-size:.8125rem}.store-select{border-radius:.75rem;border:1px solid #e2e8f0;background:#fff;padding:.5rem .75rem;font-size:.8125rem}.store-filter-sidebar{position:sticky;top:5.5rem;border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;padding:1.25rem}.store-filter-group__title{margin-bottom:.5rem;font-size:.8125rem;font-weight:700;color:#334155}.store-filter-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.store-filter-drawer__sheet{position:absolute;bottom:0;left:0;right:0;max-height:85vh;overflow-y:auto;border-radius:1.25rem 1.25rem 0 0;background:#fff;padding:1rem;box-shadow:0 -12px 48px #0f172a26}.store-chip{display:inline-flex;align-items:center;border-radius:999px;background:#f1f5f9;padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:#475569;transition:background .15s,color .15s}.store-chip:hover{background:#e2e8f0}.store-chip--active,.store-view-btn.is-active{background:color-mix(in srgb,var(--color-primary, #f97316) 15%,#fff);color:var(--color-primary, #f97316)}.store-chip--dismiss{cursor:pointer;border:none;transition:opacity .15s}.store-chip--dismiss:hover{opacity:.85}.store-swatch{display:block;height:1.5rem;width:1.5rem;border-radius:999px;border:2px solid #fff;box-shadow:0 0 0 1px #cbd5e1}.store-swatch-option{display:inline-flex;cursor:pointer;border-radius:999px;padding:2px;border:2px solid transparent;transition:border-color .15s}.store-swatch-option.is-selected{border-color:var(--color-primary, #f97316)}.store-variant-btn--swatch{padding:.375rem;min-width:2.25rem}.store-variant-btn--swatch .store-swatch{height:1.25rem;width:1.25rem}.store-accordion{border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;overflow:hidden}.store-accordion__summary{cursor:pointer;padding:1rem 1.25rem;font-weight:600;color:#0f172a;list-style:none}.store-accordion__summary::-webkit-details-marker{display:none}.store-accordion[open] .store-accordion__summary{border-bottom:1px solid #f1f5f9}.store-accordion__body{padding:0 1.25rem 1rem;font-size:.875rem;color:#475569;line-height:1.6}.store-view-btn{border-radius:.5rem;padding:.5rem;color:#64748b;transition:background .15s,color .15s}.store-pdp-gallery{aspect-ratio:1;overflow:hidden;border-radius:var(--radius-card, .75rem);background:#f8fafc;border:1px solid #e8ecf4}.store-pdp-price-box{margin-top:1.5rem;border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:linear-gradient(180deg,#f8fafc,#fff);padding:1rem 1.25rem}.store-variant-btn{border-radius:.625rem;border:1px solid #e2e8f0;padding:.5rem .75rem;font-size:.8125rem;font-weight:500;transition:border-color .15s,background .15s}.store-variant-btn.is-selected{border-color:var(--color-primary, #f97316);background:color-mix(in srgb,var(--color-primary, #f97316) 10%,#fff);color:var(--color-primary, #f97316)}.store-tabs{display:flex;gap:1.5rem;overflow-x:auto;border-bottom:1px solid #e8ecf4;font-size:.875rem;font-weight:600}.store-tab{flex-shrink:0;border-bottom:2px solid transparent;padding-bottom:.75rem;color:#64748b;transition:color .15s,border-color .15s}.store-tab.is-active{border-bottom-color:var(--color-primary, #f97316);color:var(--color-primary, #f97316)}.store-cart-line{display:flex;gap:1rem;border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;padding:1rem;transition:box-shadow .15s}.store-cart-line:hover{box-shadow:0 8px 24px #0f172a0f}.store-cart-line__thumb{height:5rem;width:5rem;flex-shrink:0;overflow:hidden;border-radius:.625rem;background:#f1f5f9}.store-summary{position:sticky;top:5.5rem;border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;padding:1.5rem;box-shadow:0 4px 24px #0f172a0f}.store-progress{height:.5rem;overflow:hidden;border-radius:999px;background:#e2e8f0}.store-progress__bar{height:100%;border-radius:999px;background:var(--color-primary, #f97316);transition:width .3s ease}.store-option{display:flex;cursor:pointer;align-items:flex-start;gap:.75rem;border-radius:.75rem;border:1px solid #e8ecf4;padding:.875rem;margin-bottom:.5rem;transition:border-color .15s,background .15s}.store-option.is-selected{border-color:var(--color-primary, #f97316);background:color-mix(in srgb,var(--color-primary, #f97316) 8%,#fff)}.store-account-nav{border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;padding:.5rem}.store-account-nav__link{display:block;border-radius:.625rem;padding:.625rem .75rem;font-size:.875rem;font-weight:500;color:#475569;transition:background .15s,color .15s}.store-account-nav__link:hover{background:#f8fafc}.store-account-nav__link.is-active{background:color-mix(in srgb,var(--color-primary, #f97316) 12%,#fff);color:var(--color-primary, #f97316)}.store-category-hero{height:8rem;width:100%;border-radius:var(--radius-card, .75rem);-o-object-fit:cover;object-fit:cover}@media (min-width: 768px){.store-category-hero{height:12rem}}.store-link{color:var(--color-primary, #f97316);font-weight:500}.store-link:hover{text-decoration:underline}.store-btn-primary--lg{padding:.75rem 2rem;font-size:1rem}.store-btn-cart-sm{border-radius:var(--radius-button, .5rem);background:var(--color-primary, #f97316);padding:.375rem .75rem;font-size:.75rem;font-weight:600;color:#fff}.store-btn-cart-sm:hover{filter:brightness(1.05)}.store-btn-cart-sm:disabled{opacity:.5}.store-skeleton-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (min-width: 640px){.store-skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width: 1280px){.store-skeleton-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.store-skeleton-card__image{aspect-ratio:1;width:100%;border-radius:var(--radius-card, .75rem)}.store-skeleton-card__line{height:.875rem;margin-top:.75rem;border-radius:.375rem}.store-skeleton-card__line--short{width:55%;margin-top:.5rem}.store-kpi-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}@media (min-width: 1024px){.store-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.store-kpi-card{border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;padding:1rem}.store-kpi-card__label{font-size:.75rem;color:#64748b}.store-kpi-card__value{margin-top:.25rem;font-size:1.5rem;font-weight:700;color:#0f172a}.store-kpi-card__meta{margin-top:.125rem;font-size:.75rem;color:var(--color-primary, #f97316)}.store-order-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;padding:1rem;transition:box-shadow .15s,border-color .15s}.store-order-row:hover{border-color:#cbd5e1;box-shadow:0 4px 16px #0f172a0f}.store-status-badge{border-radius:999px;background:#f1f5f9;padding:.25rem .75rem;font-size:.75rem;font-weight:600;color:#475569}.store-timeline{border-left:2px solid color-mix(in srgb,var(--color-primary, #f97316) 35%,#e2e8f0);padding-left:1rem}.store-timeline li{font-size:.875rem}.store-notice{border-radius:.75rem;background:color-mix(in srgb,var(--color-primary, #f97316) 10%,#fff);padding:.75rem 1rem;font-size:.875rem;color:#9a3412}.store-blog-chip{display:inline-flex;border-radius:999px;padding:.375rem 1rem;font-size:.8125rem;font-weight:600;background:#f1f5f9;color:#475569;transition:background .15s,color .15s}.store-blog-chip:hover{background:#e2e8f0}.store-blog-chip.is-active{background:var(--color-primary, #f97316);color:#fff}.store-blog-card{border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;padding:1.25rem;transition:box-shadow .15s}.store-blog-card:hover{box-shadow:0 8px 24px #0f172a14}.store-btn-danger{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-button, .75rem);background:#dc2626;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;color:#fff}.store-btn-danger:hover{background:#b91c1c}.store-icon-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-button, .75rem);border:1px solid #e2e8f0;padding:.75rem 1rem;color:#64748b;transition:border-color .15s,color .15s}.store-icon-btn.is-active{border-color:#fecaca;color:#dc2626}.store-icon-btn.is-active svg{fill:currentColor}.store-chat-fab{display:flex;height:3.5rem;width:3.5rem;align-items:center;justify-content:center;border-radius:999px;background:var(--color-primary, #f97316);color:#fff;box-shadow:0 8px 24px color-mix(in srgb,var(--color-primary, #f97316) 40%,transparent)}.store-chat-panel{position:absolute;bottom:4rem;right:0;width:20rem;overflow:hidden;border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;box-shadow:0 16px 48px #0f172a26}.store-chat-panel__header{border-bottom:1px solid #e8ecf4;padding:.75rem 1rem;font-weight:600;color:#0f172a}.store-modal-backdrop{background:#0f172a80;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.store-modal{max-width:28rem;border-radius:var(--radius-card, 1rem);background:#fff;padding:1.5rem;box-shadow:0 24px 64px #0f172a33}.store-badge{border-radius:.375rem;padding:.125rem .5rem;font-size:.75rem;font-weight:700}.store-badge--sale{background:var(--color-primary, #f97316);color:#fff}.store-badge--info{background:#3b82f6;color:#fff}.store-hero{background:linear-gradient(135deg,var(--color-primary, #f97316),color-mix(in srgb,var(--color-secondary, #1f2937) 40%,var(--color-primary, #f97316)));color:#fff}.store-banner-slider{padding:0 0 .75rem}.store-banner-slider__page.store-page{padding-top:0;padding-bottom:0}.store-banner-slider__shell{position:relative}.store-banner-slider__viewport{position:relative;overflow:hidden;border-radius:1.25rem;background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary, #f97316) 14%,#fff),color-mix(in srgb,var(--color-primary, #f97316) 28%,#fff));box-shadow:0 10px 30px color-mix(in srgb,var(--color-primary, #f97316) 16%,transparent)}.store-banner-slider__track{display:flex;transition:transform .45s ease;will-change:transform}.store-banner-slider__slide{min-width:100%;flex-shrink:0}.store-banner-slider__link{display:block;color:inherit;text-decoration:none}.store-banner-slider__inner{padding:.5rem}.store-banner-slider__media{position:relative;width:100%;aspect-ratio:1200 / 420;overflow:hidden;border-radius:.9rem;background:#f1f5f9}.store-banner-slider__media--empty{aspect-ratio:1200 / 420;background:linear-gradient(135deg,color-mix(in srgb,var(--color-primary, #f97316) 20%,#fff),color-mix(in srgb,var(--color-primary, #f97316) 36%,#fff))}.store-banner-slider__image{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:.9rem}.store-banner-slider__meta{position:absolute;right:1rem;bottom:.85rem;z-index:2;display:inline-flex;align-items:center;gap:.45rem;max-width:calc(100% - 2rem)}.store-banner-slider__title{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:14rem;border-radius:.45rem;background:#fff;padding:.3rem .7rem;font-size:.8125rem;font-weight:700;line-height:1.2;color:var(--color-primary, #f97316);box-shadow:0 4px 14px color-mix(in srgb,var(--color-primary, #f97316) 22%,transparent)}.store-banner-slider__nav{position:absolute;top:50%;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:none;border-radius:999px;background:#fff;color:#111827;box-shadow:0 4px 16px #0f172a24;cursor:pointer;transform:translateY(-50%);transition:transform .15s ease,box-shadow .15s ease}.store-banner-slider__nav:hover{transform:translateY(-50%) scale(1.05);box-shadow:0 8px 22px #0f172a29}.store-banner-slider__nav--prev{left:.65rem}.store-banner-slider__nav--next{right:.65rem}.store-banner-slider__nav-icon{width:1.125rem;height:1.125rem}.store-banner-slider__counter{display:inline-flex;flex-shrink:0;align-items:center;gap:.2rem;border-radius:999px;background:var(--color-primary, #f97316);padding:.28rem .7rem;font-size:.75rem;font-weight:600;color:#fff;box-shadow:0 4px 14px color-mix(in srgb,var(--color-primary, #f97316) 35%,transparent);pointer-events:none}@media (min-width: 768px){.store-banner-slider__title{max-width:18rem;font-size:.875rem}}@media (max-width: 767px){.store-banner-slider__image{-o-object-position:var(--banner-mobile-position, center center);object-position:var(--banner-mobile-position, center center)}.store-banner-slider__meta{right:.75rem;bottom:.75rem}.store-banner-slider__title{max-width:9rem}.store-banner-slider__nav{width:2.15rem;height:2.15rem}}.store-category-rail__head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.store-category-rail__head .store-section__title{margin-bottom:0}.store-category-rail__head--nav-only{justify-content:flex-end}.store-category-rail__nav{display:inline-flex;align-items:center;gap:.5rem}.store-category-rail__arrow{display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#0f172a;box-shadow:0 4px 14px #0f172a14;transition:opacity .15s ease,transform .15s ease}.store-category-rail__arrow:hover:not(:disabled){transform:translateY(-1px)}.store-category-rail__arrow:disabled{opacity:.35;cursor:not-allowed}.store-category-rail__arrow svg{width:1rem;height:1rem}.store-category-rail__track{display:flex;gap:.85rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:.35rem}.store-category-rail__track::-webkit-scrollbar{display:none}.store-category-rail__item{width:8.5rem;flex-shrink:0;scroll-snap-align:start}@media (min-width: 640px){.store-category-rail__item{width:9.5rem}}@media (min-width: 1024px){.store-category-rail__item{width:10.5rem}}.store-category-tile{display:block;height:100%;border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;padding:1rem;text-align:center;transition:box-shadow .15s,border-color .15s}.store-category-tile:hover{border-color:#cbd5e1;box-shadow:0 8px 24px #0f172a14}.store-category-tile__icon{display:flex;height:3.5rem;width:3.5rem;align-items:center;justify-content:center;margin:0 auto .75rem;border-radius:1rem;color:var(--color-primary, #f97316);background:color-mix(in srgb,var(--color-primary, #f97316) 12%,#fff)}.store-category-tile__label{font-size:.875rem;font-weight:500;color:#334155}.store-brand-strip{border-block:1px solid #e8ecf4;background:linear-gradient(180deg,#fff,#f8fafc);padding:2rem 0}.store-brand-strip__heading{max-width:80rem;margin:0 auto 1.25rem;padding:0 1rem}.store-brand-strip__inner{display:flex;max-width:80rem;margin:0 auto;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem 2rem;padding:0 1rem}.store-brand-strip__item{display:flex;align-items:center;justify-content:center;min-width:5.5rem;min-height:3rem;border-radius:.85rem;border:1px solid #e8ecf4;background:#fff;padding:.65rem 1rem;box-shadow:0 4px 16px #0f172a0a;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.store-brand-strip__item:hover{transform:translateY(-2px);border-color:#dbeafe;box-shadow:0 10px 24px #0f172a14}.store-brand-strip__logo{display:block;max-width:7.5rem;max-height:2.5rem;width:auto;height:auto;-o-object-fit:contain;object-fit:contain}.store-brand-strip__name{font-size:.8125rem;font-weight:600;color:#64748b;letter-spacing:.02em;text-align:center}.store-compare-wrap{overflow-x:auto;border-radius:var(--radius-card, .75rem);border:1px solid #e8ecf4;background:#fff;box-shadow:0 4px 24px #0f172a0f}.store-compare-table{width:100%;min-width:36rem;border-collapse:collapse;font-size:.875rem}.store-compare-table th,.store-compare-table td{padding:1rem;border-bottom:1px solid #f1f5f9;vertical-align:top;text-align:left}.store-compare-table thead th{background:#f8fafc;font-weight:600;color:#0f172a}.store-compare-table__label{font-weight:600;color:#475569;background:#fafbfc;white-space:nowrap}.store-compare-table tbody tr:last-child td{border-bottom:none}.store-pdp-thumb{height:4rem;width:4rem;flex-shrink:0;overflow:hidden;border-radius:.5rem;border:2px solid #e2e8f0;opacity:.7;transition:border-color .15s,opacity .15s}.store-pdp-thumb.is-active{border-color:var(--color-primary, #f97316);opacity:1}.store-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;background:#0f172ad9;padding:1rem}.store-lightbox__image{max-height:90vh;max-width:100%;border-radius:.5rem;-o-object-fit:contain;object-fit:contain}.store-lightbox__close{position:absolute;top:1rem;right:1rem;height:2.5rem;width:2.5rem;border-radius:999px;background:#fff;font-size:1.5rem;line-height:1;color:#0f172a}.store-lightbox__nav{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none;padding:0 1rem}.store-lightbox__nav button{pointer-events:auto;height:2.5rem;width:2.5rem;border-radius:999px;background:#ffffffe6;font-size:1.25rem}.store-checkout-steps{display:flex;flex-wrap:wrap;gap:.5rem}.store-checkout-step{border-radius:999px;background:#f1f5f9;padding:.375rem .875rem;font-size:.75rem;font-weight:600;color:#64748b}.store-checkout-step.is-active{background:color-mix(in srgb,var(--color-primary, #f97316) 12%,#fff);color:var(--color-primary, #f97316)}.store-checkout-step.is-current{box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary, #f97316) 35%,transparent)}.store-compare-bar{position:fixed;bottom:5.5rem;left:50%;z-index:45;display:flex;transform:translate(-50%);align-items:center;gap:1rem;border-radius:999px;border:1px solid #e8ecf4;background:#fff;padding:.75rem 1.25rem;box-shadow:0 12px 40px #0f172a26}@media (min-width: 768px){.store-compare-bar{bottom:1.5rem}}:root{--store-maintenance-banner-h: 2.75rem}.store-maintenance-banner{position:fixed;top:0;left:0;right:0;z-index:70;height:var(--store-maintenance-banner-h);border-bottom:1px solid rgba(251,191,36,.35);background:linear-gradient(90deg,#78350f,#92400e 45%,#b45309);color:#fffbeb;box-shadow:0 4px 18px #78350f47}.store-maintenance-banner__inner{display:flex;align-items:center;justify-content:center;gap:.625rem;height:100%;max-width:80rem;margin:0 auto;padding:0 1rem;font-size:.8125rem;font-weight:600;line-height:1.3}.store-maintenance-banner__text{margin:0;text-align:center}.store-maintenance-banner__link{display:inline-flex;align-items:center;gap:.25rem;flex-shrink:0;border-radius:999px;border:1px solid rgba(255,255,255,.35);padding:.2rem .65rem;color:#fff;font-size:.75rem;font-weight:600;text-decoration:none;white-space:nowrap}.store-maintenance-banner__link:hover{background:#ffffff1f}.store-app--maintenance-preview .store-header{top:var(--store-maintenance-banner-h)}@media (max-width: 640px){.store-maintenance-banner__inner{flex-wrap:wrap;justify-content:flex-start;padding-top:.35rem;padding-bottom:.35rem;height:auto;min-height:var(--store-maintenance-banner-h)}.store-maintenance-banner__text{text-align:left;flex:1 1 100%}}.store-stories{--store-stories-gap: .85rem;padding:.75rem 0 .5rem}.store-stories .store-page{padding-top:0;padding-bottom:0}.store-stories__shell{position:relative}.store-stories--has-nav .store-stories__shell{padding-inline:2.5rem}.store-stories__nav{position:absolute;top:2.25rem;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:none;border-radius:999px;background:var(--color-primary, #f97316);color:#fff;box-shadow:0 4px 14px color-mix(in srgb,var(--color-primary, #f97316) 40%,transparent);cursor:pointer;transition:transform .15s ease,opacity .15s ease,background .15s ease}.store-stories__nav:hover:not(:disabled){background:color-mix(in srgb,var(--color-primary, #f97316) 85%,#000);color:#fff;transform:scale(1.05)}.store-stories__nav:disabled{opacity:.35;cursor:default;transform:none}.store-stories__nav--prev{left:0}.store-stories__nav--next{right:0}.store-stories__nav-icon{width:1.125rem;height:1.125rem}@media (min-width: 768px){.store-stories--has-nav .store-stories__shell{padding-inline:3rem}.store-stories__nav{top:50%;width:2.5rem;height:2.5rem;margin-top:-1.35rem;transform:translateY(-50%)}.store-stories__nav:hover:not(:disabled){transform:translateY(-50%) scale(1.06)}.store-stories__nav--prev{left:-.25rem}.store-stories__nav--next{right:-.25rem}}.store-stories__track{display:flex;flex-wrap:nowrap;gap:var(--store-stories-gap);overflow-x:auto;overflow-y:hidden;padding-bottom:.25rem;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none}.store-stories__track::-webkit-scrollbar{display:none}.store-stories--centered .store-stories__track{overflow-x:hidden;justify-content:space-evenly}.store-stories--has-nav .store-stories__track{scroll-snap-type:x mandatory;cursor:grab}.store-stories--has-nav .store-stories__track:active{cursor:grabbing}.store-stories__item{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:.35rem;width:calc((100% - (var(--store-stories-gap) * (var(--store-stories-layout, var(--store-stories-visible, 6)) - 1))) / var(--store-stories-layout, var(--store-stories-visible, 6)));flex:0 0 calc((100% - (var(--store-stories-gap) * (var(--store-stories-layout, var(--store-stories-visible, 6)) - 1))) / var(--store-stories-layout, var(--store-stories-visible, 6)));scroll-snap-align:start;transition:transform .22s ease,z-index 0s linear .22s}.store-stories--has-nav .store-stories__item{width:calc((100% - (var(--store-stories-gap) * (var(--store-stories-visible, 6) - 1))) / var(--store-stories-visible, 6));flex:0 0 calc((100% - (var(--store-stories-gap) * (var(--store-stories-visible, 6) - 1))) / var(--store-stories-visible, 6))}@media (max-width: 767px){.store-stories--has-nav .store-stories__item{min-width:4.25rem;max-width:5.5rem;width:auto;flex:0 0 calc((100% - (var(--store-stories-gap) * (var(--store-stories-visible, 6) - 1))) / var(--store-stories-visible, 6))}}.store-stories__item--linked{color:inherit;text-decoration:none}.store-stories__ring{padding:2px;border-radius:999px;background:linear-gradient(135deg,#f97316,#ec4899,#8b5cf6);transition:transform .22s ease,box-shadow .22s ease;transform-origin:center top}.store-stories__cover{display:block;height:4.5rem;width:4.5rem;border-radius:999px;border:2px solid #fff;-o-object-fit:cover;object-fit:cover;background:#f1f5f9;transition:transform .22s ease}@media (hover: hover) and (pointer: fine){.store-stories__item:hover{z-index:4;transition-delay:0s;transform:translateY(-2px)}.store-stories__item:hover .store-stories__ring{transform:scale(1.14);box-shadow:0 10px 28px color-mix(in srgb,var(--color-primary, #f97316) 28%,transparent)}.store-stories__item:hover .store-stories__cover{transform:scale(1.02)}.store-stories__item:hover .store-stories__label{color:#0f172a;font-weight:600}}.store-stories__label{display:-webkit-box;width:100%;max-width:100%;min-height:2.4em;overflow:hidden;font-size:.6875rem;line-height:1.2;text-align:center;color:#334155;-webkit-box-orient:vertical;-webkit-line-clamp:2;white-space:normal;word-break:break-word}.store-app--embed-preview main{padding-bottom:0!important}.store-app--embed-preview .store-banner-slider__media{aspect-ratio:1200 / 420}.store-app--embed-preview.store-app--preview-mobile .store-banner-slider__image{-o-object-position:var(--banner-mobile-position, center center);object-position:var(--banner-mobile-position, center center)}
