.store-page,.store-shell{min-height:100dvh}.store-shell{display:flex;flex-direction:column}.store-topbar{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgb(var(--v-theme-surface))!important;box-shadow:0 8px 30px rgba(var(--v-theme-on-surface),.04)}.store-brand{align-items:center;display:inline-flex;gap:10px;max-width:min(52vw,340px)}.store-logo{flex:0 0 auto}.store-action-btn{border-color:rgba(var(--v-theme-on-surface),.14)!important;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease}.store-action-btn:hover{box-shadow:0 10px 24px rgba(var(--v-theme-on-surface),.08);transform:translateY(-1px)}.store-categories-wrap{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgb(var(--v-theme-surface));position:sticky;top:0;z-index:2}.store-categories{display:flex;gap:10px;overflow-x:auto;padding:14px 0;scrollbar-width:none}.store-categories::-webkit-scrollbar{display:none}.store-chip{border-radius:999px;box-shadow:0 6px 14px rgba(var(--v-theme-on-surface),.03);flex:0 0 auto;padding-inline:10px}.store-main{flex:1 1 auto}.store-grid{display:grid;gap:28px 22px;grid-template-columns:repeat(1,minmax(0,1fr))}.store-product-card{background:transparent!important;box-shadow:none!important;transition:transform .22s ease,box-shadow .22s ease}.store-product-card:hover{transform:translateY(-6px)}.store-product-media{background:rgba(var(--v-theme-on-surface),.06);border-radius:18px;min-height:320px;overflow:hidden;position:relative}.store-badge{background:var(--store-primary-color);border-radius:0 3px 3px 0;bottom:22px;box-shadow:0 10px 18px rgba(var(--v-theme-on-surface),.12);color:rgb(var(--v-theme-on-primary));font-size:.9rem;font-weight:600;left:0;letter-spacing:.01em;padding:2px 6px;position:absolute;z-index:2}.store-illustration{align-items:center;color:rgba(var(--v-theme-on-surface),.26);display:flex;height:100%;justify-content:center;min-height:320px;transform:translateY(0)}.store-product-card:hover .store-illustration{color:rgba(var(--v-theme-on-surface),.6);transform:translateY(-4px) scale(1.02)}:global(.store-page--rtl) .store-categories{direction:rtl}@media(min-width:600px){.store-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:960px){.store-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:959px){.store-categories-wrap{top:0}}@media(prefers-reduced-motion:reduce){.store-action-btn,.store-illustration,.store-product-card,.store-product-media{transition:none}.store-action-btn:hover,.store-product-card:hover,.store-product-card:hover .store-illustration{transform:none}}.store-drawer-overlay{animation:fadeIn .3s ease-in-out;background-color:#0006;inset:0;position:fixed;transition:opacity .15s ease-out;z-index:1100}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes slideOut{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes slideInRtl{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes slideOutRtl{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes slideInMobile{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes slideOutMobile{0%{transform:translateY(0)}to{transform:translateY(100%)}}.store-drawer{bottom:0;max-width:440px;position:fixed;right:0;top:0;width:100%;z-index:1101;--store-drawer-base-height:100dvh;animation:slideOut .5s ease-in-out forwards;background:rgb(var(--v-theme-surface));border-radius:0;box-shadow:-8px 0 32px rgba(var(--v-theme-on-surface),.12);display:flex;flex-direction:column;gap:0;height:var(--store-drawer-base-height);padding:32px 0;pointer-events:auto;touch-action:pan-y;transform-origin:top center;transition:transform .4s cubic-bezier(.25,.46,.45,.94),height .4s cubic-bezier(.25,.46,.45,.94),border-radius .3s cubic-bezier(.25,.46,.45,.94);will-change:transform,height}.store-drawer--dragging{transition:none}.store-drawer-handle{align-items:center;cursor:grab;display:flex;justify-content:center;padding:6px 0 18px;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.store-drawer-handle:active{cursor:grabbing}.store-drawer-handle-bar{background:rgba(var(--v-theme-on-surface),.16);border-radius:999px;height:4px;width:44px}@media(max-width:599px){.store-drawer{height:auto;inset:auto 0 0;max-height:85dvh;max-width:100%;position:fixed;width:100%;--store-drawer-base-height:85dvh;animation:slideOutMobile .5s ease-in-out forwards;border-radius:20px 20px 0 0;box-shadow:0 -8px 32px rgba(var(--v-theme-on-surface),.12);padding:24px 0;transform-origin:bottom center}.store-drawer-handle{padding:4px 0 14px}.store-drawer.store-drawer-open{animation:slideInMobile .5s ease-in-out forwards}.store-drawer--rtl{animation:slideOutMobile .5s ease-in-out forwards}.store-drawer--rtl.store-drawer-open{animation:slideInMobile .5s ease-in-out forwards}}.store-drawer.store-drawer-open{animation:slideIn .5s ease-in-out forwards}.store-drawer-close{align-items:center;background:none;border:none;color:rgba(var(--v-theme-on-surface),.8);cursor:pointer;display:flex;justify-content:center;padding:4px;position:absolute;right:12px;top:16px;transition:opacity .2s ease;z-index:10}.store-drawer-close:hover{opacity:.7}.store-drawer-header{align-items:flex-start;border-bottom:1px solid rgba(var(--v-theme-on-surface),.08);display:flex;flex-direction:column;gap:16px;padding:0 20px 20px}@media(max-width:599px){.store-drawer-header{gap:12px;padding:8px 16px 16px}}.store-drawer-logo{border-radius:14px;box-shadow:0 6px 16px rgba(var(--v-theme-on-surface),.08);flex-shrink:0;height:96px;overflow:hidden;width:96px}@media(max-width:599px){.store-drawer-logo{height:72px;width:72px}}.store-drawer-title{font-size:1.5rem;font-weight:600;line-height:1.4;margin:0;word-break:break-word}@media(max-width:599px){.store-drawer-title{font-size:1.25rem}}.store-drawer-content{display:flex;flex:1;flex-direction:column;gap:20px;max-height:calc(100dvh - 260px);overflow-y:auto;padding:20px 20px 32px;scrollbar-color:rgba(var(--v-theme-on-surface),.1) transparent;scrollbar-width:thin}@media(max-width:599px){.store-drawer-content{max-height:calc(85dvh - 200px);padding:16px}}.store-drawer-content::-webkit-scrollbar{width:6px}.store-drawer-content::-webkit-scrollbar-track{background:transparent}.store-drawer-content::-webkit-scrollbar-thumb{background:rgba(var(--v-theme-on-surface),.1);border-radius:3px}.store-drawer-content::-webkit-scrollbar-thumb:hover{background:rgba(var(--v-theme-on-surface),.2)}.store-drawer-section{display:flex;flex-direction:column;gap:12px}.store-section-title{font-size:.95rem;font-weight:600;letter-spacing:.01em;line-height:1.2;margin:0}.store-social-links{display:flex;flex-wrap:wrap;gap:12px}.store-social-btn{align-items:center;background-color:rgba(var(--v-theme-on-surface),.04);border:none;border-radius:50%;color:rgba(var(--v-theme-on-surface),.7);cursor:pointer;display:flex;height:50px;justify-content:center;text-decoration:none;transition:all .2s ease;width:50px}.store-social-btn:hover{background-color:rgba(var(--v-theme-on-surface),.08);transform:scale(1.05)}.store-description{display:flex;flex-direction:column;gap:8px}.store-description p{color:rgba(var(--v-theme-on-surface),.7);font-size:.9rem;line-height:1.6;margin:0}.line-clamp-4{display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.store-view-more-btn{align-items:center;align-self:flex-start;background:none;border:none;color:rgba(var(--v-theme-on-surface),.7);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:500;gap:4px;margin-top:8px;padding:8px 0;transition:color .2s ease}.store-view-more-btn:hover{color:rgba(var(--v-theme-on-surface),1)}.store-share-btn{align-items:center;background-color:rgb(var(--v-theme-surface));border:1px solid rgba(var(--v-theme-on-surface),.14);border-radius:6px;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:8px;height:48px;justify-content:center;margin-top:12px;transition:all .2s ease;width:100%}.store-share-btn:hover{background-color:rgba(var(--v-theme-on-surface),.02);border-color:rgba(var(--v-theme-on-surface),.2)}.store-drawer--rtl{animation:slideOutRtl .5s ease-in-out forwards;box-shadow:8px 0 32px rgba(var(--v-theme-on-surface),.12);left:0;right:auto}.store-drawer--rtl.store-drawer-open{animation:slideInRtl .5s ease-in-out forwards}@media(max-width:599px){.store-drawer--rtl{animation:slideOutMobile .5s ease-in-out forwards;box-shadow:0 -8px 32px rgba(var(--v-theme-on-surface),.12);left:0;right:0}.store-drawer--rtl.store-drawer-open{animation:slideInMobile .5s ease-in-out forwards}}.store-drawer--rtl .store-drawer-header{align-items:flex-end}.store-drawer--rtl .store-drawer-title{text-align:right}.store-drawer--rtl .store-drawer-close{left:12px;right:auto}.store-skeleton[data-v-09988787]{--sk-base:rgba(var(--v-theme-on-surface),.08);--sk-shine:rgba(var(--v-theme-on-surface),.14)}.store-skeleton__banner[data-v-09988787],.store-skeleton__chip[data-v-09988787],.store-skeleton__image[data-v-09988787],.store-skeleton__line[data-v-09988787],.store-skeleton__topbar[data-v-09988787]{animation:store-skeleton-shimmer-09988787 1.2s ease-in-out infinite;background:linear-gradient(90deg,var(--sk-base) 0,var(--sk-shine) 50%,var(--sk-base) 100%);background-size:200% 100%;border-radius:12px}.store-skeleton__topbar[data-v-09988787]{border-radius:0;height:56px}.store-skeleton__banner[data-v-09988787]{aspect-ratio:2/1;border-radius:0}@media(min-width:600px){.store-skeleton__banner[data-v-09988787]{aspect-ratio:3/1}}@media(min-width:1280px){.store-skeleton__banner[data-v-09988787]{max-height:420px}}.store-skeleton__chips[data-v-09988787]{display:flex;gap:8px;margin-bottom:20px;overflow:hidden}.store-skeleton__chip[data-v-09988787]{border-radius:999px;flex:0 0 88px;height:32px}.store-skeleton__grid[data-v-09988787]{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}@media(min-width:960px){.store-skeleton__grid[data-v-09988787]{gap:16px;grid-template-columns:repeat(4,minmax(0,1fr))}}.store-skeleton__card[data-v-09988787]{display:flex;flex-direction:column;gap:10px}.store-skeleton__image[data-v-09988787]{aspect-ratio:var(--product-image-aspect,4/5);width:100%}.store-skeleton__line[data-v-09988787]{height:12px}.store-skeleton__line--wide[data-v-09988787]{width:88%}.store-skeleton__line--narrow[data-v-09988787]{width:42%}@keyframes store-skeleton-shimmer-09988787{0%{background-position:200% 0}to{background-position:-200% 0}}.store-cat-overlay[data-v-0ed4fb66]{backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);background-color:#0006;inset:0;position:fixed;transition:opacity .15s ease-out;z-index:1100}.store-cat-drawer[data-v-0ed4fb66]{background:rgb(var(--v-theme-surface));bottom:0;box-shadow:-8px 0 32px rgba(var(--v-theme-on-surface),.12);display:flex;flex-direction:column;max-width:360px;outline:none;overflow:hidden;position:fixed;right:0;top:0;width:100%;z-index:1101}.cat-fade-enter-active[data-v-0ed4fb66],.cat-fade-leave-active[data-v-0ed4fb66]{transition:opacity .25s ease}.cat-fade-enter-from[data-v-0ed4fb66],.cat-fade-leave-to[data-v-0ed4fb66]{opacity:0}.cat-slide-enter-active[data-v-0ed4fb66],.cat-slide-leave-active[data-v-0ed4fb66]{transition:transform .34s cubic-bezier(.32,.72,0,1)}.store-cat-drawer.cat-slide-enter-from[data-v-0ed4fb66],.store-cat-drawer.cat-slide-leave-to[data-v-0ed4fb66]{transform:translate(100%)}.store-cat-handle[data-v-0ed4fb66]{display:none}@media(max-width:599px){.store-cat-drawer[data-v-0ed4fb66],.store-cat-drawer--rtl[data-v-0ed4fb66]{border-radius:20px 20px 0 0;box-shadow:0 -8px 32px rgba(var(--v-theme-on-surface),.12);inset:auto 0 0;max-height:66.66667dvh;max-width:100%;touch-action:manipulation}.store-cat-drawer--rtl.cat-slide-enter-from[data-v-0ed4fb66],.store-cat-drawer--rtl.cat-slide-leave-to[data-v-0ed4fb66],.store-cat-drawer.cat-slide-enter-from[data-v-0ed4fb66],.store-cat-drawer.cat-slide-leave-to[data-v-0ed4fb66]{transform:translateY(100%)}.store-cat-drawer--dragging[data-v-0ed4fb66]{touch-action:none}.store-cat-handle[data-v-0ed4fb66]{align-items:center;cursor:grab;display:flex;flex-shrink:0;justify-content:center;padding:10px 0 2px;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.store-cat-handle[data-v-0ed4fb66]:active{cursor:grabbing}.store-cat-handle-bar[data-v-0ed4fb66]{background:rgba(var(--v-theme-on-surface),.16);border-radius:999px;height:4px;width:44px}}@media(prefers-reduced-motion:reduce){.cat-fade-enter-active[data-v-0ed4fb66],.cat-fade-leave-active[data-v-0ed4fb66],.cat-slide-enter-active[data-v-0ed4fb66],.cat-slide-leave-active[data-v-0ed4fb66]{transition:none}}.store-cat-head[data-v-0ed4fb66]{align-items:center;border-bottom:1px solid rgba(var(--v-theme-on-surface),.08);display:flex;flex-shrink:0;gap:12px;justify-content:space-between;padding:20px 20px 16px}@media(max-width:599px){.store-cat-head[data-v-0ed4fb66]{padding-top:12px}}.store-cat-head-titles[data-v-0ed4fb66]{align-items:center;display:flex;gap:8px;min-width:0}.store-cat-title[data-v-0ed4fb66]{font-size:1.1rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-cat-close[data-v-0ed4fb66]{align-items:center;background:none;border:none;border-radius:8px;color:rgba(var(--v-theme-on-surface),.8);cursor:pointer;display:flex;flex-shrink:0;padding:6px;transition:background-color .15s ease}.store-cat-close[data-v-0ed4fb66]:hover{background-color:rgba(var(--v-theme-on-surface),.06)}.store-cat-close[data-v-0ed4fb66]:focus-visible{outline:2px solid rgb(var(--store-accent,var(--v-theme-primary)));outline-offset:2px}.store-cat-list[data-v-0ed4fb66]{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;display:flex;flex-direction:column;gap:2px;padding:12px 12px calc(16px + env(safe-area-inset-bottom,0px));scrollbar-color:rgba(var(--v-theme-on-surface),.1) transparent;scrollbar-width:thin}.store-cat-item[data-v-0ed4fb66]{align-items:center;background:none;border:none;border-radius:10px;color:rgba(var(--v-theme-on-surface),.85);cursor:pointer;display:flex;font-size:.95rem;gap:8px;justify-content:space-between;min-height:44px;padding:10px 14px;text-align:start;transition:background-color .15s ease;width:100%}.store-cat-item[data-v-0ed4fb66]:hover{background-color:rgba(var(--v-theme-on-surface),.05)}.store-cat-item[data-v-0ed4fb66]:active{background-color:rgba(var(--v-theme-on-surface),.08)}.store-cat-item[data-v-0ed4fb66]:focus-visible{outline:2px solid rgb(var(--store-accent,var(--v-theme-primary)));outline-offset:-2px}.store-cat-item--active[data-v-0ed4fb66]{background-color:rgba(var(--v-theme-primary),.12);color:rgb(var(--v-theme-on-surface));font-weight:600;position:relative}.store-cat-item--active[data-v-0ed4fb66]:before{background:rgb(var(--store-accent,var(--v-theme-primary)));border-radius:999px;content:"";inset-block:8px;inset-inline-start:0;position:absolute;width:3px}.store-cat-item--active[data-v-0ed4fb66]:hover{background-color:rgba(var(--v-theme-primary),.16)}.store-cat-item--all[data-v-0ed4fb66]{font-weight:600}.store-cat-divider[data-v-0ed4fb66]{background:rgba(var(--v-theme-on-surface),.08);flex-shrink:0;height:1px;margin:8px 2px 12px}.store-cat-group[data-v-0ed4fb66]{display:flex;flex-direction:column;gap:2px;margin-bottom:12px}.store-cat-item--parent[data-v-0ed4fb66]{font-size:1rem;font-weight:700;min-height:48px}.store-cat-children[data-v-0ed4fb66]{border-inline-start:2px solid rgba(var(--v-theme-on-surface),.12);display:flex;flex-direction:column;gap:2px;margin-inline-start:24px;padding-inline-start:8px}.store-cat-item--child[data-v-0ed4fb66]{color:rgba(var(--v-theme-on-surface),.75);font-size:.9rem;font-weight:500;min-height:44px}.store-cat-item-start[data-v-0ed4fb66]{align-items:center;display:flex;gap:8px;min-width:0}.store-cat-thumb[data-v-0ed4fb66]{align-items:center;background:rgba(var(--v-theme-on-surface),.06);border-radius:8px;display:inline-flex;flex:none;height:32px;justify-content:center;overflow:hidden;width:32px}.store-cat-thumb img[data-v-0ed4fb66]{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.store-cat-thumb-letter[data-v-0ed4fb66]{color:rgba(var(--v-theme-on-surface),.55);font-size:.85rem;font-weight:700;line-height:1}.store-cat-thumb--child[data-v-0ed4fb66]{border-radius:7px;height:26px;width:26px}.store-cat-child-arrow[data-v-0ed4fb66]{color:rgba(var(--v-theme-on-surface),.4);flex-shrink:0}.store-cat-item-label[data-v-0ed4fb66]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-cat-item-side[data-v-0ed4fb66]{align-items:center;display:flex;flex-shrink:0;gap:8px}.store-cat-item-count[data-v-0ed4fb66]{background:rgba(var(--v-theme-on-surface),.07);border-radius:999px;color:rgba(var(--v-theme-on-surface),.65);font-size:.8rem;font-weight:500;line-height:1;padding:3px 8px}.store-cat-item--active .store-cat-item-count[data-v-0ed4fb66]{background:rgba(var(--v-theme-on-surface),.1);color:rgba(var(--v-theme-on-surface),.8)}.store-cat-item-check[data-v-0ed4fb66]{color:rgba(var(--v-theme-on-surface),.85);flex-shrink:0}.store-currency-selector[data-v-caa95876]{align-items:center;background:rgb(var(--v-theme-surface));border:1px solid rgba(var(--v-theme-on-surface),.16);border-radius:4px;color:rgb(var(--v-theme-on-surface));cursor:pointer;display:inline-flex;flex:0 0 auto;font:inherit;font-size:.875rem;justify-content:center;line-height:1.25rem;min-height:40px;padding:0 12px;transition:border-color .2s ease;white-space:nowrap}.store-currency-selector[data-v-caa95876]:hover{border-color:rgba(var(--v-theme-on-surface),.28)}.store-currency-selector__menu[data-v-caa95876]{min-width:120px}.store-products-page[data-v-9b460fb8]{background:rgb(var(--v-theme-background));min-height:100dvh;--store-header-bg:rgb(var(--v-theme-surface));overflow-anchor:none}.store-ticker[data-v-9b460fb8]{display:block;height:36px;overflow:hidden;position:relative}.store-ticker__segment[data-v-9b460fb8]{align-items:center;animation:marqueeLoop-9b460fb8 linear infinite;animation-duration:var(--v15121538);display:flex;inset-block:0;position:absolute;width:-moz-max-content;width:max-content;will-change:transform}.store-ticker__segment--a[data-v-9b460fb8]{animation-delay:0s;inset-inline-start:0}.store-ticker__segment--b[data-v-9b460fb8]{inset-inline-start:0}.store-ticker--arabic .store-ticker__segment[data-v-9b460fb8]{animation-direction:reverse}.store-ticker__item[data-v-9b460fb8]{align-items:center;display:inline-flex;font-size:14px;font-weight:600;padding-inline:22px;white-space:nowrap}.store-ticker__dot[data-v-9b460fb8]{align-items:center;color:color-mix(in srgb,currentColor 55%,transparent);display:inline-flex;font-size:15px;justify-content:center;line-height:1;margin-inline:14px 2px;margin-right:50px;opacity:.5;transform:translateY(-1px)}@keyframes marqueeLoop-9b460fb8{0%{transform:translate3d(100%,0,0)}to{transform:translate3d(-100%,0,0)}}.store-hero-carousel[data-v-9b460fb8]{background:rgba(var(--v-theme-on-surface),.05);height:100%}.store-hero-carousel[data-v-9b460fb8] .v-carousel__controls{background:linear-gradient(0deg,rgba(0,0,0,.28),transparent)}.store-hero-carousel[data-v-9b460fb8] .v-carousel__controls .v-btn{height:44px;width:44px}.store-hero-banner[data-v-9b460fb8],.store-hero-banner__img[data-v-9b460fb8]{display:block;height:100%;width:100%}.store-hero-banner__img[data-v-9b460fb8]{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.store-hero-carousel-wrap[data-v-9b460fb8]{aspect-ratio:2/1;overflow:hidden;position:relative;width:100%}@media(min-width:600px){.store-hero-carousel-wrap[data-v-9b460fb8]{aspect-ratio:3/1}}@media(min-width:1280px){.store-hero-carousel-wrap[data-v-9b460fb8]{max-height:420px}}.store-logo-scroll[data-v-9b460fb8]{position:relative;z-index:2}.store-logo-scroll[data-v-9b460fb8],.store-sticky-shell[data-v-9b460fb8]{background-color:var(--store-header-bg)}.store-sticky-shell[data-v-9b460fb8]{border:none;box-shadow:none;display:flow-root;margin-top:-10px;overflow:visible;position:sticky;top:0;z-index:200}.store-sticky-shell[data-v-9b460fb8]:before{background-color:var(--store-header-bg);height:6px;top:-6px;z-index:1}.store-sticky-shell[data-v-9b460fb8]:after,.store-sticky-shell[data-v-9b460fb8]:before{content:"";inset-inline:0;pointer-events:none;position:absolute}.store-sticky-shell[data-v-9b460fb8]:after{border-bottom:1px solid rgba(var(--v-theme-on-surface),.08);bottom:0;box-shadow:0 4px 12px rgba(var(--v-theme-on-surface),.08)}.store-header-wrap[data-v-9b460fb8]{background:transparent;margin-top:-14px;position:relative;z-index:2}.store-header-wrap--nav[data-v-9b460fb8],.store-header-wrap--no-banner[data-v-9b460fb8]{margin-top:0}.store-header[data-v-9b460fb8]{background:transparent;margin-top:-15px;padding:14px;position:relative;z-index:1}.store-header--logo[data-v-9b460fb8]{background:transparent;padding-bottom:0}.store-header--nav[data-v-9b460fb8]{margin-top:-14px;padding:12px 14px 14px}.store-logo-slot__inner[data-v-9b460fb8]{overflow:visible}.store-header-wrap--no-banner .store-logo-floating[data-v-9b460fb8]{margin-top:0}.store-logo-floating[data-v-9b460fb8]{background:rgb(var(--v-theme-surface));border:3px solid var(--store-header-bg);margin-top:-5rem}.store-nav[data-v-9b460fb8]{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-top:0}.store-search-field[data-v-9b460fb8]{min-width:280px;width:min(480px,100%)}.store-cart-header-btn[data-v-9b460fb8]{--store-cart-accent:#d8573e;align-items:center;background:rgb(var(--v-theme-surface));border:1px solid rgba(var(--v-theme-on-surface),.16);border-radius:4px;color:rgb(var(--v-theme-on-surface));cursor:pointer;display:inline-flex;font:inherit;gap:8px;justify-content:center;line-height:1;margin:0;padding:10px;position:relative;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.store-cart-header-btn[data-v-9b460fb8]:hover{box-shadow:0 1px 3px rgba(var(--v-theme-on-surface),.08)}.store-cart-header-btn[data-v-9b460fb8]:focus-visible{outline:2px solid rgba(216,87,62,.45);outline-offset:2px}.store-cart-header-btn--active[data-v-9b460fb8]{border-color:var(--store-cart-accent)}.store-cart-header-btn__bubble[data-v-9b460fb8]{align-items:center;background:var(--store-cart-accent);border:2px solid rgb(var(--v-theme-surface));border-radius:999px;color:rgb(var(--v-theme-surface));display:flex;font-size:.6875rem;font-weight:600;height:24px;inset-inline-end:-8px;justify-content:center;line-height:1;min-width:24px;padding:0 5px;pointer-events:none;position:absolute;top:-8px;transition:transform .2s ease}.store-cart-header-btn:hover .store-cart-header-btn__bubble[data-v-9b460fb8]{transform:scale(1.05)}.store-cart-header-btn__icon[data-v-9b460fb8]{flex-shrink:0;font-size:1.25rem}.store-cart-header-btn__label[data-v-9b460fb8]{display:none;font-size:.875rem;font-weight:600;margin:0}@media(min-width:960px){.store-cart-header-btn[data-v-9b460fb8]{padding-inline:20px}.store-cart-header-btn__icon[data-v-9b460fb8]{font-size:1rem}.store-cart-header-btn__label[data-v-9b460fb8]{display:block}}@media(prefers-reduced-motion:reduce){.store-cart-header-btn[data-v-9b460fb8],.store-cart-header-btn__bubble[data-v-9b460fb8]{transition-duration:.01ms!important}}.store-search-dialog{width:min(680px,calc(100vw - 20px))}.store-search-card[data-v-9b460fb8]{overflow:hidden}.store-search-input-wrap[data-v-9b460fb8]{border-bottom:1px solid rgba(var(--v-theme-on-surface),.08);padding-inline:12px}.store-search-results[data-v-9b460fb8]{max-height:50vh;min-height:50vh;overflow-x:hidden;overflow-y:auto}.store-search-result-row[data-v-9b460fb8]{align-items:center;border-bottom:1px solid rgba(var(--v-theme-on-surface),.08);color:inherit;display:flex;gap:12px;padding:14px 16px;text-decoration:none}.store-search-result-thumb[data-v-9b460fb8]{flex-shrink:0}.store-search-result-content[data-v-9b460fb8]{display:flex;flex-direction:column;gap:2px;min-width:0}.store-search-result-title[data-v-9b460fb8]{font-size:.95rem;font-weight:600;margin:0}.store-search-result-subtitle[data-v-9b460fb8]{color:rgba(var(--v-theme-on-surface),.62);font-size:.82rem;margin:0}.store-search-result-price[data-v-9b460fb8]{font-size:.86rem;font-weight:700;margin:0}.store-search-state[data-v-9b460fb8]{align-items:center;display:flex;justify-content:center;min-height:96px;padding:16px}.store-actions-row[data-v-9b460fb8]{width:auto}.store-title[data-v-9b460fb8]{font-size:28px;font-weight:700;margin:0}.categories-strip[data-v-9b460fb8]{background-color:var(--store-header-bg);border:none;box-shadow:none;padding:0;position:relative;z-index:1}.categories-strip-inner[data-v-9b460fb8]{margin-top:-25px;padding-bottom:0}.category-chip[data-v-9b460fb8]{margin-inline-end:8px;margin-inline-start:0!important}.category-chip-img[data-v-9b460fb8]{background:rgba(var(--v-theme-on-surface),.08);border-radius:50%;flex:none;height:20px;margin-inline-end:6px;-o-object-fit:cover;object-fit:cover;width:20px}.categories-strip-row[data-v-9b460fb8]{align-items:center;display:flex;gap:10px}.categories-strip-slide[data-v-9b460fb8]{flex:1;min-width:0}.category-filter-btn[data-v-9b460fb8]{align-items:center;background:none;border:1px solid rgba(var(--v-theme-on-surface),.24);border-radius:8px;color:rgba(var(--v-theme-on-surface),.85);cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;position:relative;transition:background-color .15s ease,border-color .15s ease,transform .1s ease;width:40px}.category-filter-btn[data-v-9b460fb8]:hover{background-color:rgba(var(--v-theme-on-surface),.06);border-color:rgba(var(--v-theme-on-surface),.4)}.category-filter-btn[data-v-9b460fb8]:active{transform:scale(.96)}.category-filter-btn[data-v-9b460fb8]:focus-visible{outline:2px solid rgb(var(--store-accent,var(--v-theme-primary)));outline-offset:2px}.category-filter-btn--active[data-v-9b460fb8]{background-color:rgba(var(--v-theme-primary),.12);border-color:rgba(var(--store-accent,var(--v-theme-primary)),.55)}.category-filter-btn--active[data-v-9b460fb8]:hover{background-color:rgba(var(--v-theme-primary),.18);border-color:rgba(var(--store-accent,var(--v-theme-primary)),.7)}.category-filter-btn__dot[data-v-9b460fb8]{background:rgb(var(--store-accent,var(--v-theme-primary)));border:2px solid var(--store-header-bg);border-radius:50%;height:10px;inset-inline-end:-3px;position:absolute;top:-3px;width:10px}.category-header-video[data-v-9b460fb8]{aspect-ratio:2/1;background:var(--category-video-bg,rgba(var(--v-theme-on-surface),.06));border-radius:16px;max-height:360px;overflow:hidden;position:relative}.category-header-video__media[data-v-9b460fb8]{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}@media(min-width:960px){.category-header-video[data-v-9b460fb8]{aspect-ratio:3/1}}.category-breadcrumb[data-v-9b460fb8]{margin-block-end:4px}.category-breadcrumb-list[data-v-9b460fb8]{align-items:center;color:rgba(var(--v-theme-on-surface),.72);display:flex;flex-wrap:wrap;font-size:1rem;font-weight:500;gap:2px;list-style:none;margin:0;padding:0}.category-breadcrumb-item[data-v-9b460fb8]{align-items:center;display:inline-flex;min-width:0}.category-breadcrumb-sep[data-v-9b460fb8]{color:rgba(var(--v-theme-on-surface),.35);flex-shrink:0;margin-inline:2px}.category-breadcrumb-link[data-v-9b460fb8]{color:inherit;margin-block:-12px;max-width:40vw;overflow:hidden;padding-block:12px;text-decoration:none;text-overflow:ellipsis;white-space:nowrap}.category-breadcrumb-link[data-v-9b460fb8]:hover{color:rgb(var(--v-theme-on-surface));text-decoration:underline;text-underline-offset:3px}.category-breadcrumb-link[data-v-9b460fb8]:focus-visible{border-radius:4px;outline:2px solid rgb(var(--store-accent,var(--v-theme-primary)));outline-offset:2px}.category-breadcrumb-item--current[data-v-9b460fb8]{color:rgba(var(--v-theme-on-surface),.9);font-weight:600;max-width:55vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.subcategory-label[data-v-9b460fb8]{color:rgba(var(--v-theme-on-surface),.6);font-size:.8rem;font-weight:600;margin:0 0 8px}.subcategory-row[data-v-9b460fb8]{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.subcategory-row[data-v-9b460fb8]::-webkit-scrollbar{display:none}@media(min-width:960px){.subcategory-row[data-v-9b460fb8]{flex-wrap:wrap;overflow-x:visible;padding-bottom:0}}.subcategory-tile-img[data-v-9b460fb8]{background:rgba(var(--v-theme-on-surface),.06);border-radius:8px;flex:none;height:28px;-o-object-fit:cover;object-fit:cover;width:28px}.subcategory-tile[data-v-9b460fb8]{align-items:center;background:rgba(var(--v-theme-on-surface),.04);border:1px solid rgba(var(--v-theme-on-surface),.08);border-radius:12px;color:rgba(var(--v-theme-on-surface),.87);cursor:pointer;display:inline-flex;flex-shrink:0;font:inherit;font-size:.95rem;font-weight:600;gap:10px;height:48px;padding-inline:16px;text-decoration:none;transition:background-color .15s ease,border-color .15s ease;white-space:nowrap}.subcategory-tile[data-v-9b460fb8]:active,.subcategory-tile[data-v-9b460fb8]:hover{background:rgba(var(--v-theme-primary),.08);border-color:rgba(var(--store-accent,var(--v-theme-primary)),.35)}.subcategory-tile[data-v-9b460fb8]:focus-visible{outline:2px solid rgb(var(--store-accent,var(--v-theme-primary)));outline-offset:2px}.subcategory-tile-count[data-v-9b460fb8]{background:rgba(var(--v-theme-on-surface),.07);border-radius:999px;color:rgba(var(--v-theme-on-surface),.65);font-size:.75rem;font-weight:500;line-height:1;padding:3px 7px}.subcategory-tile-arrow[data-v-9b460fb8]{color:rgba(var(--v-theme-on-surface),.45)}.category-toolbar-divider[data-v-9b460fb8]{background:rgba(var(--v-theme-on-surface),.08);height:1px;margin-block-end:16px}.category-toolbar[data-v-9b460fb8]{align-items:center;display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.category-toolbar[data-v-9b460fb8]::-webkit-scrollbar{display:none}.category-toolbar-btn[data-v-9b460fb8]{align-items:center;background:rgb(var(--v-theme-surface));border:1px solid rgba(var(--v-theme-on-surface),.16);border-radius:999px;color:rgb(var(--v-theme-on-surface));cursor:pointer;display:inline-flex;flex-shrink:0;font:inherit;font-size:.875rem;font-weight:500;gap:8px;height:36px;padding-inline:14px;transition:background-color .15s ease,border-color .15s ease;white-space:nowrap}.category-toolbar-btn[data-v-9b460fb8]:hover{background:rgba(var(--v-theme-on-surface),.05)}.category-toolbar-btn[data-v-9b460fb8]:focus-visible{outline:2px solid rgb(var(--store-accent,var(--v-theme-primary)));outline-offset:2px}.category-toolbar-btn--active[data-v-9b460fb8]{background:rgba(var(--v-theme-primary),.12);border-color:rgba(var(--store-accent,var(--v-theme-primary)),.55)}.category-toolbar-btn--active[data-v-9b460fb8]:hover{background:rgba(var(--v-theme-primary),.16)}.category-toolbar-btn__muted[data-v-9b460fb8]{color:rgba(var(--v-theme-on-surface),.55)}.filtered-results-head[data-v-9b460fb8]{align-items:baseline;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.filtered-results-title[data-v-9b460fb8]:focus{outline:none}.filtered-results-title[data-v-9b460fb8]{align-items:baseline;display:flex;font-size:1.75rem;font-weight:700;gap:8px;line-height:1.25;margin:0;min-width:0}@media(min-width:960px){.filtered-results-title[data-v-9b460fb8]{font-size:2rem}}.filtered-results-name[data-v-9b460fb8]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filtered-results-count[data-v-9b460fb8]{color:rgba(var(--v-theme-on-surface),.6);flex-shrink:0;font-size:.9rem;font-weight:500}.filtered-clear-btn[data-v-9b460fb8]{background:rgba(var(--v-theme-on-surface),.05);border:none;border-radius:999px;color:rgba(var(--v-theme-on-surface),.75);cursor:pointer;font-size:.9rem;font-weight:600;padding:8px 12px;transition:background-color .15s ease,color .15s ease}.filtered-clear-btn[data-v-9b460fb8]:hover{background:rgba(var(--v-theme-on-surface),.08);color:rgb(var(--v-theme-on-surface))}.filtered-clear-btn[data-v-9b460fb8]:focus-visible{border-radius:4px;outline:2px solid rgb(var(--store-accent,var(--v-theme-primary)));outline-offset:2px}.filtered-loading-grid[data-v-9b460fb8]{display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.filtered-loading-card[data-v-9b460fb8]{border-radius:12px;overflow:hidden}.filtered-empty-state[data-v-9b460fb8]{align-items:center;display:flex;flex-direction:column;gap:12px;padding:48px 16px;text-align:center}.filtered-empty-icon[data-v-9b460fb8]{color:rgba(var(--v-theme-on-surface),.35)}.filtered-empty-text[data-v-9b460fb8]{color:rgba(var(--v-theme-on-surface),.7);font-size:.95rem;margin:0}.filtered-empty-btn[data-v-9b460fb8],.filtered-end-btn[data-v-9b460fb8]{margin-top:4px}.filtered-end-card[data-v-9b460fb8]{align-items:center;background:rgba(var(--v-theme-on-surface),.04);border-radius:16px;display:flex;flex-direction:column;gap:12px;margin:32px auto 8px;max-width:480px;padding:28px 20px;text-align:center}.filtered-end-title[data-v-9b460fb8]{color:rgba(var(--v-theme-on-surface),.85);font-size:1rem;font-weight:600;margin:0}.store-sticky-shell--compact .store-header--nav[data-v-9b460fb8]{padding:8px 12px}.store-sticky-shell--compact .store-nav[data-v-9b460fb8]{gap:8px}.store-sticky-shell--compact[data-v-9b460fb8]:after{box-shadow:0 4px 10px rgba(var(--v-theme-on-surface),.06)}.section-muted[data-v-9b460fb8]{background:rgba(var(--v-theme-on-surface),.05);padding-block:16px}.section-title[data-v-9b460fb8]{font-size:18px;font-weight:700;margin:0}.category-row-section[data-v-9b460fb8]{display:flex;flex-direction:column;gap:16px;margin-bottom:28px;width:100%}.category-row-header[data-v-9b460fb8]{align-items:center;display:flex;justify-content:space-between;width:100%}.category-row-link[data-v-9b460fb8]{color:inherit;justify-content:flex-start;text-decoration:none}.category-row-link[data-v-9b460fb8],.category-row-title-wrap[data-v-9b460fb8]{align-items:center;display:flex;gap:8px}.category-row-dot[data-v-9b460fb8]{background:rgb(var(--store-accent,var(--v-theme-primary)));border-radius:999px;height:8px;width:14px}.category-row-title[data-v-9b460fb8]{font-size:1rem;font-weight:600;margin:0}.featured-star-icon[data-v-9b460fb8]{color:rgb(var(--store-accent,var(--v-theme-primary)))}.category-row-arrow[data-v-9b460fb8]{align-items:center;background:rgba(var(--v-theme-on-surface),.08);border-radius:999px;color:rgba(var(--v-theme-on-surface),.75);display:inline-flex;height:28px;justify-content:center;transition:transform .2s ease;width:28px}.category-row-link:hover .category-row-arrow[data-v-9b460fb8]{transform:translate(2px)}.store-products-page[dir=rtl] .category-row-link:hover .category-row-arrow[data-v-9b460fb8]{transform:translate(-2px)}.category-row-scroll[data-v-9b460fb8]{display:flex;flex-direction:row;gap:12px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory}.section-more-card[data-v-9b460fb8]{align-items:center;align-self:stretch;background:rgba(var(--v-theme-on-surface),.03);border:1px solid rgba(var(--v-theme-on-surface),.1);border-radius:12px;color:rgba(var(--v-theme-on-surface),.75);display:flex;flex-direction:column;flex-shrink:0;gap:8px;justify-content:center;min-height:160px;scroll-snap-align:start;width:132px}.section-viewall-card[data-v-9b460fb8]{cursor:pointer;font-size:.9rem;font-weight:600;padding-inline:12px;text-align:center;text-decoration:none;transition:background-color .15s ease,border-color .15s ease}.section-viewall-card[data-v-9b460fb8]:hover{background:rgba(var(--v-theme-primary),.08);border-color:rgba(var(--store-accent,var(--v-theme-primary)),.35)}.section-viewall-card[data-v-9b460fb8]:focus-visible{outline:2px solid rgb(var(--store-accent,var(--v-theme-primary)));outline-offset:2px}.section-viewall-label[data-v-9b460fb8]{line-height:1.4}.category-load-sentinel[data-v-9b460fb8]{display:flex;justify-content:center;min-height:8px;padding-block:8px}.category-row-grid[data-v-9b460fb8]{align-items:start;display:grid;gap:20px 12px;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible;padding-bottom:0;scroll-snap-type:none}.category-row-grid .product-grid-item[data-v-9b460fb8]{width:100%}.category-row-list[data-v-9b460fb8]{display:flex;flex-direction:column;gap:0;overflow:visible;padding-bottom:0;scroll-snap-type:none}.category-row-list .product-grid-item[data-v-9b460fb8]{border-bottom:1px solid rgba(var(--v-theme-on-surface),.08);padding-block:12px;width:100%}.category-row-list .product-grid-item[data-v-9b460fb8]:first-child{padding-top:0}.category-row-list .product-grid-item[data-v-9b460fb8]:last-child{border-bottom:none;padding-bottom:0}.category-row-grid.category-row--wide[data-v-9b460fb8]{grid-template-columns:minmax(0,1fr)}.category-row-scroll.category-row--wide .product-grid-item[data-v-9b460fb8]{width:calc(100% - 8px)}@media(min-width:600px){.category-row-grid.category-row--wide[data-v-9b460fb8]{grid-template-columns:repeat(2,minmax(0,1fr))}.category-row-scroll.category-row--wide .product-grid-item[data-v-9b460fb8]{width:calc(60% - 8px)}}@media(min-width:960px){.category-row-grid.category-row--wide[data-v-9b460fb8]{grid-template-columns:repeat(3,minmax(0,1fr))}.category-row-scroll.category-row--wide .product-grid-item[data-v-9b460fb8]{width:calc(42% - 10px)}}@media(min-width:1280px){.category-row-grid.category-row--wide[data-v-9b460fb8]{grid-template-columns:repeat(3,minmax(0,1fr))}.category-row-scroll.category-row--wide .product-grid-item[data-v-9b460fb8]{width:calc(32% - 10px)}}.product-grid-item[data-v-9b460fb8]{flex-shrink:0;scroll-snap-align:start;width:calc(50% - 8px)}.store-product-link[data-v-9b460fb8]{color:inherit;display:block;text-decoration:none}.store-drawer-overlay[data-v-9b460fb8]{background:#0000007a;inset:0;position:fixed;z-index:1100}.store-drawer[data-v-9b460fb8]{background:rgb(var(--v-theme-surface));border-radius:0;bottom:0;box-shadow:-8px 0 32px rgba(var(--v-theme-on-surface),.12);display:flex;flex-direction:column;height:100dvh;max-width:440px;position:fixed;right:0;top:0;touch-action:pan-y;transform:translate(100%);transition:transform .24s ease;width:100%;z-index:1200}.store-drawer.store-drawer-open[data-v-9b460fb8]{transform:translate(0)}.store-drawer--dragging[data-v-9b460fb8]{transition:none}.store-drawer-handle[data-v-9b460fb8]{display:flex;justify-content:center;padding:10px 0 4px;touch-action:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.store-drawer-handle-bar[data-v-9b460fb8]{background:rgba(var(--v-theme-on-surface),.2);border-radius:999px;height:4px;width:44px}.store-drawer-close[data-v-9b460fb8]{background:rgba(var(--v-theme-on-surface),.06);border:0;border-radius:999px;cursor:pointer;display:grid;height:36px;place-items:center;position:absolute;right:14px;top:14px;width:36px}.store-drawer-header[data-v-9b460fb8]{align-items:center;display:flex;gap:12px;padding:12px 18px}.store-drawer-logo[data-v-9b460fb8]{border:1px solid rgba(var(--v-theme-on-surface),.1);border-radius:14px;flex-shrink:0;height:52px;overflow:hidden;width:52px}.store-drawer-title[data-v-9b460fb8]{font-size:1.1rem;font-weight:700;margin:0}.store-drawer-content[data-v-9b460fb8]{color:rgba(var(--v-theme-on-surface),.85);flex:1;line-height:1.7;overflow:auto;padding:8px 18px 20px}@media(max-width:599px){.store-search-dialog{margin:0 6px;max-width:none;width:calc(100vw - 12px)}.store-search-results[data-v-9b460fb8]{max-height:75vh;min-height:75vh}.store-actions-row[data-v-9b460fb8]{width:100%}.store-search-field[data-v-9b460fb8]{flex:1 1 auto;min-width:0;width:100%}.store-logo-floating[data-v-9b460fb8]{height:5.5rem!important;margin-top:-3.5rem;width:5.5rem!important}.store-drawer[data-v-9b460fb8]{border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 -12px 40px #0000002e;height:min(560px,85dvh);inset:auto 0 0;max-width:100%;transform:translateY(100%)}.store-drawer.store-drawer-open[data-v-9b460fb8]{transform:translateY(0)}.store-drawer--rtl[data-v-9b460fb8]{left:0;right:0}}@media(min-width:600px){.category-row-grid[data-v-9b460fb8]{grid-template-columns:repeat(3,minmax(0,1fr))}.product-grid-item[data-v-9b460fb8]{width:calc(33.33% - 10.67px)}}@media(min-width:960px){.category-row-grid[data-v-9b460fb8]{grid-template-columns:repeat(4,minmax(0,1fr))}.product-grid-item[data-v-9b460fb8]{width:calc(25% - 12px)}}@media(min-width:1280px){.category-row-grid[data-v-9b460fb8]{grid-template-columns:repeat(5,minmax(0,1fr))}.product-grid-item[data-v-9b460fb8]{width:calc(20% - 12.8px)}}.store-drawer--rtl[data-v-9b460fb8]{box-shadow:8px 0 32px rgba(var(--v-theme-on-surface),.12);left:0;right:auto}.store-drawer--rtl .store-drawer-close[data-v-9b460fb8]{left:14px;right:auto}.line-clamp-2[data-v-9b460fb8]{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-page-placeholder[data-v-99f29cd2]{display:block}.purchase-steps-dialog[data-v-99f29cd2],.purchase-steps-sheet[data-v-99f29cd2]{border:1px solid rgba(var(--v-theme-on-surface),.12)}.purchase-steps-close-btn[data-v-99f29cd2]{opacity:.7;position:absolute;right:10px;top:10px}.purchase-steps-close-btn[data-v-99f29cd2]:hover{opacity:1}.purchase-steps-handle[data-v-99f29cd2]{background:rgba(var(--v-theme-on-surface),.15);border-radius:999px;height:8px;margin:16px auto 0;width:100px}.purchase-steps-title[data-v-99f29cd2]{font-size:1.125rem;font-weight:600;line-height:1.4}.purchase-steps-title-mobile[data-v-99f29cd2]{font-size:1.25rem;font-weight:600;line-height:1.5}.purchase-step-number[data-v-99f29cd2]{align-items:center;background:rgba(var(--v-theme-on-surface),.95);border-radius:999px;color:rgb(var(--v-theme-surface));display:inline-flex;flex-shrink:0;font-weight:600;height:28px;justify-content:center;width:28px}.purchase-step-text[data-v-99f29cd2]{font-weight:500}.purchase-steps-start-btn[data-v-99f29cd2]{background:rgb(var(--v-theme-primary))!important;border:1px solid rgba(var(--v-theme-on-surface),var(--store-cta-border-alpha,0))!important;color:rgb(var(--v-theme-on-primary))!important;font-size:1rem;font-weight:600;height:45px!important;text-transform:none}
