:root{--u-bg:#f4f6fb;--u-surface:#ffffff;--u-ink:#0f172a;--u-muted:#64748b;--u-blue:#2563eb;--u-violet:#6d5ef6;--u-soft-violet:#efeafe;--u-soft-blue:#eff6ff;--u-soft-pink:#fff1f2;--u-soft-green:#ecfdf5;--u-soft-cyan:#ecfeff;--u-line:#e8ecf3;--u-radius:14px;--u-radius-sm:10px;--u-shadow:0 16px 42px rgba(15,23,42,0.08);--u-transition:180ms ease}.storefront-frame{min-height:100vh;display:flex;flex-direction:column}.storefront-header{position:sticky;top:0;z-index:20;border-bottom:1px solid rgba(226,232,240,.62);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,250,252,.92));-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);padding:.95rem var(--page-padding-desktop)}.storefront-header-top{width:100%;max-width:var(--container-wide);margin:0 auto;min-height:72px;border:1px solid rgba(226,232,240,.92);border-radius:16px;background:rgba(255,255,255,.96);padding:.72rem .9rem;display:grid;gap:.85rem;grid-template-columns:1fr;box-shadow:0 14px 34px rgba(15,23,42,.08)}.storefront-brand{display:inline-flex;align-items:center;gap:.72rem;min-width:10rem;width:fit-content;color:var(--u-ink);line-height:1}.storefront-brand:hover .storefront-brand-mark{transform:translateY(-1px);box-shadow:0 14px 26px rgba(37,99,235,.2)}.storefront-brand-mark{width:2.65rem;height:2.65rem;border-radius:12px;background:linear-gradient(135deg,var(--u-blue),var(--u-violet));color:#ffffff;display:inline-grid;place-items:center;flex:0 0 auto;font-size:1.1rem;line-height:1;font-weight:900;box-shadow:0 12px 24px rgba(37,99,235,.16);transition:transform var(--u-transition),box-shadow var(--u-transition)}.storefront-brand-copy{display:grid;gap:.22rem;min-width:0}.storefront-brand-copy strong{color:var(--u-ink);font-size:1.12rem;font-weight:900;letter-spacing:0;white-space:nowrap}.storefront-brand-copy small{color:var(--u-muted);font-size:.68rem;font-weight:800;letter-spacing:0;white-space:nowrap}.storefront-brand-subtitle{display:none;font-size:.82rem;color:#4d5d83}.storefront-catalog-menu-shell{position:relative;min-width:0;width:100%}.storefront-catalog-trigger{width:100%;min-height:44px;border:1px solid rgba(255,255,255,.35);border-radius:12px;background:var(--u-blue);color:#ffffff;display:inline-flex;align-items:center;justify-content:center;gap:.38rem;padding:0 1.1rem;font:inherit;font-size:.88rem;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:0 12px 22px rgba(37,99,235,.15);transition:background var(--u-transition),transform var(--u-transition),box-shadow var(--u-transition)}.storefront-catalog-trigger:hover,.storefront-catalog-trigger[aria-expanded=true]{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 16px 28px rgba(37,99,235,.2)}.storefront-catalog-menu-panel{position:absolute;top:calc(100% + 1.15rem);left:0;z-index:40;width:min(360px,calc(100vw - 3rem));min-height:260px;border:1px solid var(--u-line);border-radius:18px;background:var(--u-surface);box-shadow:0 22px 54px rgba(15,23,42,.13);padding:1.55rem 1.65rem;display:grid;align-content:start;gap:1.1rem}.storefront-catalog-menu-panel-header{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.storefront-catalog-menu-panel h2{color:var(--u-ink);font-family:var(--font-body),"Segoe UI",sans-serif;font-size:1.06rem;font-weight:800}.storefront-catalog-menu-panel-header a{color:var(--u-violet);font-size:.75rem;font-weight:800}.storefront-catalog-menu-list{display:grid;gap:.1rem}.storefront-catalog-menu-list a{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.5rem;border-radius:10px;padding:.58rem 0;color:var(--u-ink);font-size:.86rem;font-weight:800}.storefront-catalog-menu-list a:hover{color:var(--u-violet)}.storefront-catalog-menu-list small{color:var(--u-muted);font-size:1rem}.storefront-catalog-menu-empty{color:var(--u-muted);font-size:.88rem;line-height:1.35}.storefront-search{min-width:0;display:grid;grid-template-columns:1fr 3.1rem;gap:0}.storefront-search input{width:100%;height:44px;border:1px solid #dbe5f1;border-right:0;border-radius:12px 0 0 12px;background:#f8fbff;color:var(--u-ink);padding:.68rem .95rem;font:inherit;font-size:.86rem}.storefront-search input:focus{outline:2px solid rgba(37,99,235,.16);border-color:var(--u-blue);background:#ffffff}.storefront-search button{height:44px;border:1px solid var(--u-blue);border-radius:0 12px 12px 0;background:var(--u-blue);color:#ffffff;display:grid;place-items:center;padding:0;line-height:1}.storefront-search button svg{width:1.16rem;height:1.16rem;display:block;fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}.storefront-search button:hover{background:#1d4ed8;color:#ffffff}.storefront-header-primary-nav{display:none;align-items:center;justify-content:flex-end;gap:.35rem;min-width:0;max-width:21rem;overflow:hidden;color:var(--u-ink);font-size:.82rem;font-weight:800}.storefront-header-primary-nav a{border-radius:999px;padding:.38rem .42rem;color:#334155;white-space:nowrap;transition:background var(--u-transition),color var(--u-transition)}.storefront-header-primary-nav a:hover{background:#f1f5f9;color:var(--u-blue)}.storefront-header-primary-nav .storefront-header-sale-link,.storefront-header-sale-link{color:#e11d48}.storefront-header-actions{display:flex;align-items:center;justify-content:end;min-width:max-content;gap:.5rem;color:var(--u-ink);font-size:.8rem;font-weight:800;white-space:nowrap}.storefront-header-actions a{min-height:2.75rem;border:1px solid transparent;border-radius:14px;background:transparent;display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .44rem;color:#334155;transition:background var(--u-transition),color var(--u-transition),border-color var(--u-transition),box-shadow var(--u-transition),transform var(--u-transition)}.storefront-header-actions a:hover{border-color:#dbeafe;background:#f8fbff;color:var(--u-blue);box-shadow:0 10px 22px rgba(37,99,235,.08);transform:translateY(-1px)}.storefront-header-action-icon{width:2.1rem;height:2.1rem;border:1px solid #e2eaf6;border-radius:12px;background:#f5f8ff;color:var(--u-blue);display:inline-grid;place-items:center;flex:0 0 auto}.storefront-header-action-icon svg{width:1.12rem;height:1.12rem;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.9}.storefront-header-action-label{line-height:1}.storefront-cart-link{position:relative;border:1px solid #dbe5f1;background:#ffffff;font-weight:800;padding-right:.72rem}.storefront-cart-link .storefront-header-action-icon{background:#eff6ff}.storefront-cart-link small{min-width:1.38rem;height:1.38rem;border-radius:999px;background:var(--u-violet);color:#ffffff;display:inline-grid;place-items:center;font-size:.72rem}.storefront-content{width:100%;max-width:1728px;margin:0 auto;padding:1.35rem 1.5rem 2.5rem}.storefront-page{display:grid;gap:1rem}.product-detail-page{width:min(var(--container-wide),100%);margin:0 auto;gap:1.15rem}.product-detail-page .storefront-breadcrumbs{padding:.15rem .1rem;color:#657696;font-size:.82rem;font-weight:750}.product-detail-page .storefront-breadcrumbs a{color:#355a93}.product-detail-page .storefront-breadcrumbs span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-detail-section,.product-related-section{border-color:rgba(213,225,243,.96);border-radius:26px;background:rgba(255,255,255,.98);box-shadow:0 18px 42px rgba(24,44,82,.06);padding:1rem}.product-detail-grid{grid-template-columns:minmax(0,1.03fr) minmax(390px,.97fr);gap:1.35rem;align-items:start}.product-detail-media-column{min-width:0}.product-detail-page .media-viewer{gap:.85rem}.product-detail-page .media-viewer-main{display:grid;gap:.6rem}.product-detail-page .media-viewer-main-image{width:100%;height:min(560px,46vw);min-height:360px;max-height:560px;border:1px solid #dfe8f5;border-radius:20px;background:radial-gradient(circle at 24% 16%,rgba(255,255,255,.95),transparent 26%),linear-gradient(135deg,#f8fbff,#f1f6ff);box-shadow:inset 0 1px 0 rgba(255,255,255,.9);object-fit:contain;padding:1rem}.product-detail-page .media-viewer-caption{margin:0;color:#6f7f9b;font-size:.78rem;line-height:1.35}.product-detail-page .media-viewer-thumbnails{gap:.55rem}.product-detail-page .media-viewer-thumbnail-button{border-color:#dce7f7;border-radius:14px;padding:.32rem;box-shadow:0 8px 18px rgba(15,23,42,.035)}.product-detail-page .media-viewer-thumbnail-button[aria-pressed=true]{border-color:var(--u-blue);box-shadow:0 0 0 3px rgba(37,99,235,.1)}.product-detail-page .media-viewer-thumbnail-image{width:72px;height:72px;border-radius:11px}.product-detail-info-card{position:sticky;top:7.3rem;min-width:0;border:1px solid #dfe8f5;border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,251,255,.98));padding:1.28rem;box-shadow:0 16px 36px rgba(24,44,82,.055);gap:1rem}.product-detail-meta{color:#42618d;font-size:.82rem;font-weight:850}.product-detail-meta a{color:var(--u-blue)}.product-detail-info-card h1{color:#121d33;font-family:var(--font-body),"Segoe UI",sans-serif;font-size:clamp(1.6rem,2.05vw,2.36rem);font-weight:950;line-height:1.12;letter-spacing:0}.product-detail-price{border-bottom:1px solid #edf2f9;padding-bottom:.85rem}.product-detail-price strong{color:#123f8f;font-size:clamp(1.45rem,1.8vw,1.9rem);font-weight:950}.product-detail-price span{color:#94a3b8;font-size:.95rem}.product-detail-search-base-label{margin-bottom:0;border-color:#dbeafe;background:#eff6ff;color:#1d4ed8}.product-variant-options{border-color:#dce7f7;border-radius:20px;background:#f7fbff;padding:.95rem;gap:.75rem}.product-variant-options h2{color:#15233e;font-family:var(--font-body),"Segoe UI",sans-serif;font-size:.96rem;font-weight:950}.product-variant-chip-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.55rem}.product-variant-chip{width:100%;min-height:3.35rem;border-color:#cfe0f8;border-radius:18px;background:#ffffff;color:#1d3d72;justify-content:flex-start;padding:.48rem .58rem;font-size:.78rem;font-weight:850;line-height:1.25;box-shadow:0 10px 22px rgba(15,23,42,.035)}.product-variant-chip span{min-width:0;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product-variant-chip small{white-space:nowrap}.product-variant-chip:focus-visible:not(:disabled),.product-variant-chip:hover:not(:disabled){border-color:var(--u-blue);background:#ffffff;box-shadow:0 14px 30px rgba(37,99,235,.1)}.product-variant-chip[data-current=true]{border-color:var(--u-blue);background:#edf5ff;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.product-variant-chip-image{width:38px;height:38px;border:1px solid #dfe8f5;border-radius:13px;flex:0 0 auto}.product-variant-note{color:#62728f;font-size:.78rem;line-height:1.4}.product-variant-load-message{border-color:#bfdbfe;border-radius:14px;background:#eff6ff;color:#1d4ed8}.product-detail-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;align-items:stretch}.product-detail-actions form{min-width:0;margin:0}.product-detail-actions .storefront-cta-link,.product-detail-actions button{width:100%;min-height:3.1rem;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;padding:.72rem .92rem;text-align:center;font-size:.92rem;font-weight:900;line-height:1.15;box-shadow:0 12px 24px rgba(37,99,235,.12)}.product-detail-actions button{background:var(--u-blue);color:#ffffff}.product-detail-actions button:hover{background:#1d4ed8}.product-detail-actions .storefront-cta-link-secondary{border:1px solid #dbe5f1;background:#eef4ff;color:#17345f;box-shadow:none}.product-detail-actions .storefront-cta-link-secondary:hover{border-color:#bfdbfe;background:#e0ecff}.product-detail-actions .product-detail-search-base-note{grid-column:1/-1;max-width:none;border:1px solid #dbeafe;border-radius:16px;background:#f8fbff;padding:.8rem .9rem;color:#506381}.product-detail-info-card .product-card-badges{margin-top:.1rem}.product-detail-tabs{margin-top:1.4rem;border-top:1px solid #edf2f9;padding-top:1.1rem}.product-detail-tab-list{gap:.35rem;margin-bottom:1rem;border-bottom-color:#edf2f9}.product-detail-tab-list button{border-radius:999px 999px 0 0;color:#334967;font-family:var(--font-body),"Segoe UI",sans-serif;font-weight:900}.product-detail-tab-list button[aria-selected=true]{border-bottom-color:#0f766e;color:#0f172a;background:#f8fbff}.product-detail-description{margin-top:0;border:0;border-radius:20px;background:#ffffff;padding:1rem;color:#263a58}.product-detail-description h2,.product-detail-description h3{font-family:var(--font-body),"Segoe UI",sans-serif;font-weight:950}.product-feature-list{color:#263a58}.product-detail-enrichment-status{border-radius:16px}.product-related-section{padding:1.15rem}.product-related-section .storefront-section-header{margin-bottom:1rem}.product-related-section .storefront-section-header h2{font-family:var(--font-body),"Segoe UI",sans-serif;font-size:1.45rem;font-weight:950}.product-related-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.product-related-grid .product-card{border-radius:20px;border-color:rgba(213,225,243,.96);box-shadow:0 12px 28px rgba(24,44,82,.045)}.product-related-grid .product-card-image-link{margin:.65rem .65rem 0;border-radius:17px;background:#f8fbff;padding:.62rem}.product-related-grid .product-card-title{font-family:var(--font-body),"Segoe UI",sans-serif}.product-related-grid .product-card-actions{align-items:stretch}.product-related-grid .product-card-cta{display:inline-flex;min-height:2.35rem;align-items:center;justify-content:center;border-radius:12px;font-weight:900}.product-detail-empty-media,.product-variant-loading-panel{border-radius:20px;min-height:420px}@media (max-width:1100px){.product-detail-grid{grid-template-columns:1fr}.product-detail-info-card{position:static}.product-detail-page .media-viewer-main-image{height:auto;min-height:0;aspect-ratio:1.2/1}.product-related-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.product-detail-section,.product-related-section{border-radius:20px;padding:.78rem}.product-detail-info-card{border-radius:20px;padding:1rem}.product-detail-info-card h1{font-size:1.38rem}.product-detail-actions,.product-related-grid,.product-variant-chip-list{grid-template-columns:1fr}.product-detail-page .media-viewer-main-image{border-radius:16px;padding:.7rem}}.search-results-page{color:var(--u-ink);font-family:var(--font-body),"Segoe UI",sans-serif}.search-results-shell{width:min(1440px,100%);margin:0 auto;display:grid;gap:1.25rem}.search-results-header{border:1px solid rgba(213,225,243,.96);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,251,255,.98));box-shadow:0 20px 44px rgba(24,44,82,.07);padding:1.35rem;display:grid;gap:1.15rem}.search-results-breadcrumbs{color:#6b7895;font-size:.8rem;font-weight:800}.search-results-header-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1.05rem;align-items:stretch}.search-results-heading{display:grid;gap:.45rem;align-content:center}.search-results-kicker{width:fit-content;border:1px solid #dbeafe;border-radius:999px;background:#f8fbff;color:var(--u-blue);padding:.32rem .7rem;font-size:.72rem;font-weight:900;line-height:1;text-transform:uppercase}.search-results-heading h1{color:var(--u-ink);font-family:var(--font-body),"Segoe UI",sans-serif;font-size:2rem;font-weight:950;line-height:1.08;letter-spacing:0}.search-results-heading p{max-width:44rem;color:#5f7194;font-size:.94rem;line-height:1.45}.search-results-heading strong{color:#1f3f7a}.search-results-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.6rem;align-content:stretch}.search-results-summary-grid span{min-width:0;border:1px solid #dbeafe;border-radius:18px;background:rgba(255,255,255,.8);display:grid;gap:.2rem;padding:.75rem}.search-results-summary-grid small{color:#6b7895;font-size:.72rem;font-weight:850}.search-results-summary-grid strong{color:#132548;font-size:1.2rem;font-weight:950;line-height:1}.search-results-header-search .search-query-form{margin:0}.search-results-header-search .search-query-form input{min-height:3.2rem;border-radius:16px;background:#ffffff}.search-results-header-search .search-query-form button{min-height:3.2rem;border-radius:16px;padding-inline:1.1rem;font-weight:900}.search-results-content{display:grid;gap:1rem}.search-results-chip-row{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center}.search-results-chip{border:1px solid #dbeafe;border-radius:999px;background:rgba(255,255,255,.94);color:#2456a6;display:inline-flex;align-items:center;gap:.42rem;min-height:2rem;padding:.42rem .78rem;font-size:.82rem;font-weight:800;box-shadow:0 8px 18px rgba(15,23,42,.04)}.search-results-chip span{color:#7c8ba6;font-size:.8rem}.search-results-chip--reset{background:#f8fbff}.search-results-search-base-message{width:fit-content;max-width:100%;border:1px solid #dbeafe;border-radius:999px;background:#ffffff;color:#37557f;padding:.48rem .78rem;font-size:.8rem;font-weight:800}.search-results-layout{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.25rem;align-items:start}.search-results-sidebar{grid-column:span 3;position:sticky;top:7.4rem;min-width:0}.search-results-filter-stack{display:grid;gap:.75rem}.search-results-filter-card{border:1px solid rgba(213,225,243,.96);border-radius:22px;background:rgba(255,255,255,.96);box-shadow:0 14px 30px rgba(24,44,82,.045);padding:1rem;display:grid;gap:.85rem}.search-results-filter-heading{display:flex;align-items:baseline;justify-content:space-between;gap:.7rem}.search-results-filter-heading h2{color:var(--u-ink);font-family:var(--font-body),"Segoe UI",sans-serif;font-size:.9rem;font-weight:950}.search-results-filter-heading a,.search-results-reset-link{color:var(--u-blue);font-size:.78rem;font-weight:900}.search-results-filter-options{display:grid;gap:.35rem;max-height:22rem;overflow:auto;padding-right:.12rem}.search-results-filter-options a{min-width:0;border:1px solid transparent;border-radius:14px;color:#334155;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:.65rem;padding:.62rem .72rem;font-size:.82rem;font-weight:800;transition:background var(--u-transition),border-color var(--u-transition),color var(--u-transition)}.search-results-filter-options a:hover,.search-results-filter-options a[data-active=true]{border-color:#dbeafe;background:#f8fbff;color:var(--u-blue)}.search-results-filter-options span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-results-filter-options small{border-radius:999px;background:#eef5ff;color:#315ca8;min-width:2rem;padding:.18rem .42rem;text-align:center;font-size:.72rem;font-weight:900}.search-results-main{grid-column:span 9;min-width:0;border:1px solid rgba(213,225,243,.96);border-radius:28px;background:rgba(255,255,255,.96);box-shadow:0 18px 42px rgba(24,44,82,.055);padding:1.1rem;display:grid;gap:1.05rem}.search-results-toolbar{display:flex;align-items:end;justify-content:space-between;gap:1rem;border-bottom:1px solid #eef3f9;padding-bottom:1rem}.search-results-count{color:#334155;font-size:.92rem;font-weight:800}.search-results-count strong{color:var(--u-blue)}.search-results-page-count{color:#73829d;font-size:.78rem}.search-correction-note{border:1px solid #dbeafe;border-radius:14px;background:#eff6ff;color:#31456b;display:grid;gap:.2rem;margin-bottom:.8rem;padding:.75rem .9rem}.search-correction-note p{margin:0}.search-correction-note strong{color:var(--u-blue)}.search-results-quick-filters{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.65rem;align-items:end}.search-results-quick-filters label{min-width:10rem;display:grid;gap:.32rem;color:#5f7194;font-size:.78rem;font-weight:800}.search-results-quick-filters select{min-height:2.55rem;border-color:#dbe5f1;border-radius:14px;background:#ffffff;color:#1f2a44;font-size:.84rem;font-weight:800;padding:.58rem .75rem}.search-results-quick-filters button{min-height:2.55rem;border-radius:14px;padding-inline:1rem;font-weight:900}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(178px,1fr));gap:1rem}.search-results-grid .product-card{height:100%;border-color:rgba(226,232,240,.9);border-radius:20px;background:#ffffff;box-shadow:0 12px 28px rgba(15,23,42,.045)}.search-results-grid .product-card:hover{border-color:rgba(37,99,235,.24);box-shadow:0 18px 36px rgba(15,23,42,.08)}.search-results-grid .product-card-image-link{margin:.7rem .7rem 0;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#eef6ff);padding:.7rem}.search-results-grid .product-card-title{font-family:var(--font-body),"Segoe UI",sans-serif;font-size:.94rem;line-height:1.28}.search-results-grid .product-card-title a{-webkit-line-clamp:2}.search-results-grid .product-card-meta{color:#73829d;font-size:.74rem}.search-results-grid .product-card-options{min-height:1.75rem}.search-results-grid .product-card-options span{max-width:100%;background:#f7fbff}.search-results-grid .product-card--has-options .product-card-cta{background:#1f5fe4}.search-results-grid .product-card-footer{display:grid;gap:.75rem}.search-results-grid .product-card-actions{justify-content:stretch}.search-results-grid .product-card-actions a,.search-results-grid .product-card-actions form{flex:1 1 8rem}.search-results-grid .product-card-cta{width:100%;min-height:2.35rem;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;padding:.55rem .78rem;font-size:.8rem;font-weight:900}.search-results-empty{min-height:14rem;border:1px dashed #cfe0f7;border-radius:26px;background:linear-gradient(135deg,rgba(255,255,255,.98),rgba(248,251,255,.96));color:#5f7194;padding:1.4rem;display:grid;place-items:center;align-content:center;gap:.55rem;text-align:center}.search-results-empty strong{color:var(--u-ink);font-size:1.1rem}.search-results-empty-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem}.search-results-empty-actions a,.search-results-empty-actions button{border:1px solid #dbeafe;border-radius:999px;background:#ffffff;color:var(--u-blue);padding:.5rem .85rem;font-size:.82rem;font-weight:900}.search-results-empty-actions button{cursor:pointer;font:inherit}.search-results-pagination{display:flex;flex-wrap:wrap;gap:.45rem;align-items:center;justify-content:flex-end;margin-top:.2rem}.search-results-pagination a,.search-results-pagination span{min-width:2.45rem;min-height:2.45rem;border:1px solid #dbe5f1;border-radius:999px;background:#ffffff;color:#244675;display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;text-align:center;font-size:.84rem;font-weight:800}.search-results-pagination span{color:#9aa8bd}.search-results-pagination a[data-active=true]{border-color:var(--u-blue);background:#e8f1ff;color:#102f76;font-weight:900}.search-results-mobile-filters{display:none}@media (min-width:900px){.search-results-header-grid{grid-template-columns:minmax(0,1fr) minmax(16rem,18rem) minmax(20rem,34rem)}}@media (max-width:1023px){.search-results-layout{grid-template-columns:1fr}.search-results-main,.search-results-sidebar{grid-column:1/-1}.search-results-sidebar{display:none}.search-results-mobile-filters{display:block}.search-results-mobile-filters>summary{width:fit-content;min-height:2.6rem;border:1px solid #dbeafe;border-radius:999px;background:#ffffff;color:var(--u-blue);display:inline-flex;align-items:center;padding:.55rem .9rem;font-weight:900;cursor:pointer;box-shadow:0 10px 22px rgba(15,23,42,.05)}.search-results-mobile-filters[open]>summary{margin-bottom:.75rem}.search-results-mobile-filters .search-results-filter-stack{border:1px solid rgba(219,234,254,.9);border-radius:22px;background:rgba(255,255,255,.96);padding:.8rem}.search-results-toolbar{align-items:stretch;flex-direction:column}.search-results-quick-filters{justify-content:stretch}.search-results-quick-filters label{flex:1 1 11rem}}@media (max-width:720px){.search-results-shell{gap:.85rem}.search-results-header,.search-results-main{border-radius:22px;padding:1rem}.search-results-summary-grid{grid-template-columns:1fr}.search-results-heading h1{font-size:1.55rem}.search-results-heading p{font-size:.86rem}.search-results-header-search .search-query-form{grid-template-columns:1fr}.search-results-header-search .search-query-form button{width:100%}.search-results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.search-results-grid .product-card-image-link{margin:.55rem .55rem 0;padding:.45rem}.search-results-grid .product-card-body{padding:.75rem}.search-results-grid .product-card-actions,.search-results-grid .product-card-badges,.search-results-grid .product-card-meta{display:none}.search-results-grid .product-card-options{min-height:0}.search-results-grid .product-card-options span:not(.product-card-options-count){display:none}.search-results-grid .product-card-options .product-card-options-count{max-width:100%;padding:.16rem .42rem;font-size:.62rem}.search-results-grid .product-card-title{font-size:.82rem}.search-results-grid .product-card-footer{gap:0}.search-results-grid .product-card-price-block strong{font-size:.88rem}.search-results-pagination{justify-content:flex-start;overflow-x:auto;padding-bottom:.2rem}}.storefront-home-page{gap:2rem;color:var(--u-ink);font-family:var(--font-body),"Segoe UI",sans-serif}.storefront-home-topline{width:100%;max-width:1536px;display:grid;gap:1rem}.storefront-home-layout-section{width:100%}.storefront-home-layout-section.layout-container{padding-inline:0}.storefront-home-layout-grid{align-items:stretch}.storefront-home-layout-block{min-width:0}.storefront-home-layout-block>:is(article,aside,nav,section){height:100%}.storefront-home-catalog-block{min-height:260px;border:1px solid rgba(226,232,240,.88);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.96));box-shadow:0 16px 36px rgba(15,23,42,.06);padding:1rem;display:grid;gap:.8rem;align-content:start}.storefront-home-catalog-block h2{color:var(--u-ink);font-family:var(--font-body),"Segoe UI",sans-serif;font-size:1rem;font-weight:900}.storefront-home-catalog-list{display:grid;gap:.42rem}.storefront-home-catalog-all,.storefront-home-catalog-list a{min-height:2.3rem;border:1px solid #e4ecf7;border-radius:13px;background:#ffffff;color:#334155;display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:.48rem .62rem;font-size:.78rem;font-weight:800;transition:border-color var(--u-transition),color var(--u-transition),transform var(--u-transition)}.storefront-home-catalog-all:hover,.storefront-home-catalog-list a:hover{border-color:rgba(37,99,235,.34);color:var(--u-blue);transform:translateY(-1px)}.storefront-home-catalog-list small{color:var(--u-blue);font-size:1rem}.storefront-home-catalog-all{align-self:end;justify-content:center;color:var(--u-blue)}.storefront-home-hero{position:relative;min-height:260px;border:1px solid rgba(203,213,225,.72);border-radius:22px;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(239,246,255,.96) 48%,rgba(255,241,242,.92));box-shadow:0 18px 46px rgba(15,23,42,.08);padding:1.75rem 2rem 1.75rem 2.25rem;display:grid;gap:1.25rem;overflow:hidden;isolation:isolate}.storefront-home-hero:after,.storefront-home-hero:before{position:absolute;content:"";pointer-events:none;z-index:0}.storefront-home-hero:before{inset:auto -5.5rem -6.4rem 48%;height:12rem;border-radius:32px;background:linear-gradient(135deg,rgba(37,99,235,.14),rgba(109,94,246,.06));transform:rotate(-8deg)}.storefront-home-hero:after{top:1.3rem;right:1.3rem;width:10.5rem;height:10.5rem;border:1px solid rgba(255,255,255,.68);border-radius:28px;background:rgba(255,255,255,.38);transform:rotate(7deg)}.storefront-home-hero-copy{display:grid;align-content:center;gap:.72rem;min-width:0;position:relative;z-index:2}.storefront-home-eyebrow{width:fit-content;border:1px solid rgba(37,99,235,.12);border-radius:999px;background:rgba(255,255,255,.78);color:var(--u-blue);padding:.3rem .62rem;font-size:.72rem;font-weight:800;letter-spacing:0;text-transform:uppercase}.storefront-home-title-mobile{display:none}.storefront-home-hero h1{max-width:560px;color:var(--u-ink);font-family:var(--font-body),"Segoe UI",sans-serif;font-size:clamp(2.05rem,2.7vw,2.55rem);font-weight:900;line-height:1.02}.storefront-home-hero-copy>p:not(.storefront-home-eyebrow){max-width:520px;color:#475569;font-size:.9rem;line-height:1.42}.storefront-home-hero-actions{display:flex;flex-wrap:wrap;gap:.65rem}.storefront-home-hero-actions a{border-radius:12px;padding:.72rem 1.05rem;font-weight:800}.storefront-home-promo small{border-radius:13px;padding:.72rem 1rem;font-weight:800}.storefront-home-hero-actions a{min-height:2.65rem;display:inline-flex;align-items:center;justify-content:center;transition:transform var(--u-transition),box-shadow var(--u-transition),background var(--u-transition)}.storefront-home-hero-actions a:hover{transform:translateY(-1px)}.storefront-home-hero-actions a:first-child{background:var(--u-blue);color:#ffffff;box-shadow:0 14px 26px rgba(37,99,235,.2)}.storefront-home-hero-actions a:last-child{border:1px solid rgba(37,99,235,.16);background:rgba(255,255,255,.76);color:#1d4ed8}.storefront-home-hero-stats{display:none;grid-template-columns:repeat(3,minmax(0,1fr));gap:.55rem;margin:0}.storefront-home-hero-stats div{border:1px solid var(--u-line);border-radius:var(--u-radius-sm);background:#fbfdff;padding:.6rem}.storefront-home-hero-stats dt{color:var(--u-muted);font-size:.72rem}.storefront-home-hero-stats dd{margin:.16rem 0 0;color:var(--u-ink);font-weight:900}.storefront-home-hero-media{position:relative;display:grid;place-items:center;min-height:100%;z-index:2}.storefront-home-hero-placeholder,.storefront-home-hero-product{width:min(100%,14rem);min-height:11.5rem;border:1px solid rgba(226,232,240,.82);border-radius:20px;background:rgba(255,255,255,.9);padding:.68rem;display:grid;align-content:space-between;gap:.55rem;box-shadow:0 20px 44px rgba(15,23,42,.12);position:relative;z-index:2}.storefront-home-hero-product:nth-child(2){background:var(--u-soft-violet)}.storefront-home-hero-product:nth-child(3){background:var(--u-soft-cyan)}.storefront-home-hero-product .storefront-preview-fallback,.storefront-home-hero-product .storefront-preview-image{border-color:rgba(226,232,240,.92);border-radius:16px;background:#f8fbff}.storefront-home-hero-product span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;color:#1e1b4b;font-size:.76rem;font-weight:800;line-height:1.25}.storefront-home-hero-placeholder{grid-column:1/-1;min-height:11.5rem;place-items:center;align-content:center;text-align:center;background:linear-gradient(135deg,rgba(255,255,255,.88),rgba(239,246,255,.82))}.storefront-home-hero-placeholder strong{color:var(--u-ink);font-size:2rem}.storefront-home-hero-placeholder span{color:var(--u-muted)}.storefront-home-hero-symbol{position:absolute;right:1.15rem;top:1.3rem;color:rgba(109,94,246,.14);font-size:4rem;font-weight:800;line-height:1;pointer-events:none;z-index:1}.storefront-home-promos{display:grid;gap:1rem;align-content:stretch}.storefront-home-promos .marketing-banner{min-height:122px}.storefront-home-promo{--promo-bg:linear-gradient(135deg,#fff7fb,#ffe7ef);--promo-accent:#be123c;--promo-ink:#881337;--promo-muted:#9f1239;--promo-pill-bg:rgba(255,255,255,0.78);--promo-mark:rgba(190,18,60,0.1);min-height:122px;border:1px solid rgba(255,255,255,.68);border-radius:22px;background:var(--promo-bg);box-shadow:0 16px 34px rgba(15,23,42,.08);padding:1.08rem 1.12rem 1.16rem;display:grid;grid-template-columns:minmax(0,1fr) auto;align-content:center;gap:.28rem .75rem;position:relative;overflow:hidden;isolation:isolate;transition:transform var(--u-transition),box-shadow var(--u-transition)}.storefront-home-promo:hover{transform:translateY(-2px);box-shadow:0 20px 40px rgba(15,23,42,.12)}.storefront-home-promo:before{position:absolute;inset:auto -2.6rem -2.3rem 42%;height:5.6rem;border-radius:22px;background:rgba(255,255,255,.34);content:"";pointer-events:none;transform:rotate(-9deg);z-index:0}.storefront-home-promo>*{position:relative;z-index:1}.storefront-home-promo--cyan,.storefront-home-promo:nth-child(2n){--promo-bg:linear-gradient(135deg,#ecfeff,#dff7ff);--promo-accent:#0e7490;--promo-ink:#155e75;--promo-muted:#166b82;--promo-mark:rgba(14,116,144,0.1)}.storefront-home-promo.storefront-home-promo--violet{--promo-bg:linear-gradient(135deg,#fff7fb,#ffe7ef);--promo-accent:#be123c;--promo-ink:#881337;--promo-muted:#9f1239;--promo-mark:rgba(190,18,60,0.1)}.storefront-home-promo.storefront-home-promo--cyan{--promo-bg:linear-gradient(135deg,#ecfeff,#dff7ff);--promo-accent:#0e7490;--promo-ink:#155e75;--promo-muted:#166b82;--promo-mark:rgba(14,116,144,0.1)}.storefront-home-promo.storefront-home-promo--soft-blue{--promo-bg:linear-gradient(135deg,#eff6ff,#dbeafe);--promo-accent:#2563eb;--promo-ink:#1e3a8a;--promo-muted:#315ca8;--promo-mark:rgba(37,99,235,0.1)}.storefront-home-promo-eyebrow{width:fit-content;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:var(--promo-pill-bg);color:var(--promo-accent);display:inline-flex;padding:.22rem .5rem;font-size:.67rem;font-weight:900;line-height:1;text-transform:uppercase}.storefront-home-promo strong{grid-column:1/2;color:var(--promo-ink);font-family:var(--font-body),"Segoe UI",sans-serif;font-size:1.2rem;font-weight:900;line-height:1.06}.storefront-home-promo p{grid-column:1/2;color:var(--promo-muted);font-size:.75rem;font-weight:700;line-height:1.3}.storefront-home-promo small{grid-column:1/2;width:fit-content;min-height:1.8rem;background:rgba(255,255,255,.84);color:var(--promo-accent);display:inline-flex;align-items:center;gap:.38rem;font-size:.75rem;line-height:1;padding:.45rem .72rem;box-shadow:0 8px 16px rgba(15,23,42,.06)}.storefront-home-promo-mark{grid-row:1/span 4;grid-column:2/3;align-self:center;width:3.2rem;height:3.2rem;border:1px solid rgba(255,255,255,.58);border-radius:18px;background:rgba(255,255,255,.36);color:var(--promo-mark);display:inline-grid;place-items:center;font-size:2.2rem;font-weight:900}.storefront-home-section{border-color:var(--u-line);background:var(--u-surface);box-shadow:none}.storefront-home-categories-section{border-color:rgba(226,232,240,.82);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,251,255,.96));box-shadow:0 16px 36px rgba(15,23,42,.06);overflow:hidden}.storefront-home-showcase-grid{width:100%;max-width:1536px;display:grid;gap:1rem}.storefront-home-panel{min-height:260px;border-radius:18px;padding:1.38rem}.storefront-home-section .storefront-section-header{align-items:end;margin-bottom:1.2rem}.storefront-home-section .storefront-section-header>div{display:grid;gap:.25rem}.storefront-home-panel .storefront-section-header p:not(.storefront-home-eyebrow){display:none}.storefront-home-panel .storefront-section-header h2{font-family:var(--font-body),"Segoe UI",sans-serif;font-size:.94rem;font-weight:800}.storefront-home-panel .storefront-section-header a{color:var(--u-violet);font-size:.75rem;font-weight:800}.storefront-home-categories-section .storefront-section-header a{border:1px solid #dbeafe;border-radius:999px;background:#f8fbff;color:var(--u-blue);display:inline-flex;align-items:center;min-height:2.1rem;padding:.42rem .78rem;font-size:.78rem;font-weight:900}.storefront-home-categories-section:not(.storefront-home-panel) .storefront-home-category-grid{grid-template-columns:repeat(auto-fit,minmax(12.5rem,14.25rem));justify-content:start;align-items:stretch}.storefront-home-categories-section:not(.storefront-home-panel) .storefront-home-category-grid .category-tile{min-height:12.5rem}.storefront-home-empty-state{min-height:7.5rem;border:1px dashed #d7deeb;border-radius:16px;background:#fbfdff;color:var(--u-muted);display:grid;place-items:center;padding:1rem;text-align:center;font-size:.9rem}.storefront-home-category-grid .category-tile{--category-tile-bg:#eef6ff;--category-tile-accent:#2563eb;--category-tile-ink:#172554;aspect-ratio:1/1;min-height:0;position:relative;display:grid;align-content:space-between;gap:.5rem;border:1px solid rgba(226,232,240,.68);border-radius:18px;background:var(--category-tile-bg);padding:1rem 2.45rem .9rem 1rem;overflow:hidden;transition:transform var(--u-transition),border-color var(--u-transition),box-shadow var(--u-transition)}.storefront-home-category-grid .category-tile[data-has-image=true]{background:#ffffff}.storefront-home-category-grid .category-tile:before{position:absolute;inset:auto -1.8rem -2.4rem 36%;height:5.4rem;border-radius:24px;background:rgba(255,255,255,.46);content:"";pointer-events:none;transform:rotate(-9deg)}.storefront-home-category-grid .category-tile:hover{transform:translateY(-2px);border-color:rgba(37,99,235,.18);box-shadow:0 16px 28px rgba(15,23,42,.08)}.storefront-home-category-grid .category-tile>*{position:relative;z-index:1}.storefront-home-category-grid .category-tile:nth-child(2){--category-tile-bg:#f4eeff;--category-tile-accent:#6d5ef6;--category-tile-ink:#312e81}.storefront-home-category-grid .category-tile:nth-child(3){--category-tile-bg:#fff7ea;--category-tile-accent:#c2410c;--category-tile-ink:#7c2d12}.storefront-home-category-grid .category-tile:nth-child(4){--category-tile-bg:#fdf2f8;--category-tile-accent:#db2777;--category-tile-ink:#831843}.storefront-home-category-grid .category-tile:nth-child(5){--category-tile-bg:#ecfeff;--category-tile-accent:#0e7490;--category-tile-ink:#164e63}.storefront-home-category-grid .category-tile:nth-child(6){--category-tile-bg:#eefdf5;--category-tile-accent:#0f9f6e;--category-tile-ink:#065f46}.storefront-home-category-index{width:fit-content;min-width:2.25rem;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:rgba(255,255,255,.72);color:var(--category-tile-accent);display:inline-grid;place-items:center;margin:0;padding:.24rem .58rem;font-size:.72rem;font-weight:900;line-height:1}.storefront-home-category-grid .category-tile h3{max-width:12rem;color:var(--category-tile-ink);font-family:var(--font-body),"Segoe UI",sans-serif;font-size:.86rem;font-weight:900;line-height:1.18}.storefront-home-category-grid .category-tile p{max-width:15rem;color:#5f6f89;font-size:.7rem;font-weight:700;line-height:1.25}.storefront-home-category-count{color:#667894}.storefront-home-category-image{width:3.8rem;height:3.8rem;border:1px solid #eef2f7;border-radius:18px;background-color:#f8fbff;background-position:50%;background-repeat:no-repeat;background-size:contain;box-shadow:0 10px 22px rgba(15,23,42,.08)}.storefront-home-category-icon{width:2.45rem;height:2.45rem;border:1px solid rgba(255,255,255,.74);border-radius:16px;background:rgba(255,255,255,.74);place-items:center;font-size:1rem;box-shadow:0 8px 18px rgba(15,23,42,.06)}.storefront-home-category-arrow,.storefront-home-category-icon{color:var(--category-tile-accent);display:inline-grid;font-weight:900}.storefront-home-category-arrow{position:absolute;right:.85rem;bottom:.75rem;width:1.62rem;height:1.62rem;border-radius:999px;background:rgba(255,255,255,.72);place-items:center;font-size:.92rem}.storefront-home-product-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.storefront-home-product-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr))}.storefront-home-product-card{position:relative;min-height:10.65rem;border:1px solid #eef2f7;border-radius:18px;background:#ffffff;padding:.85rem;display:grid;gap:.55rem;align-content:start}.storefront-home-product-card-media{height:4.7rem;border-radius:15px;background:#eef6ff;padding:.35rem;display:block;overflow:hidden}.storefront-home-product-card-media .storefront-preview-fallback,.storefront-home-product-card-media .storefront-preview-image{height:100%;aspect-ratio:auto;border:0;border-radius:12px}.storefront-home-product-card-topline{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.storefront-home-product-card-topline span{border-radius:999px;background:#eaf8ef;color:#0f9f6e;padding:.38rem .75rem;font-size:.75rem;font-weight:800}.storefront-home-product-card-topline small{color:#667085;font-size:1.05rem}.storefront-home-product-card h3{font-family:var(--font-body),"Segoe UI",sans-serif;font-size:.82rem;font-weight:800;line-height:1.25}.storefront-home-product-card h3 a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.storefront-home-product-card strong{color:var(--u-blue);font-size:1.05rem}.storefront-home-product-section{border-color:rgba(226,232,240,.82);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,251,255,.96));box-shadow:0 16px 36px rgba(15,23,42,.06);padding:1.35rem;overflow:hidden}.storefront-home-product-section:not(.storefront-home-panel){min-height:0}.storefront-home-product-section:not(.storefront-home-panel) .storefront-section-header{margin-bottom:1rem}.storefront-home-product-section:not(.storefront-home-panel) .storefront-section-header h2{font-family:var(--font-title),Georgia,serif;font-size:clamp(1.32rem,1.5vw,1.7rem)}.storefront-home-product-section:not(.storefront-home-panel) .storefront-section-header a{border:1px solid #dbeafe;border-radius:999px;background:#f8fbff;color:var(--u-blue);display:inline-flex;align-items:center;min-height:2.1rem;padding:.42rem .78rem;font-size:.78rem;font-weight:900}.storefront-home-product-section .product-card{border-color:rgba(226,232,240,.88);border-radius:20px;background:rgba(255,255,255,.98);box-shadow:0 12px 26px rgba(15,23,42,.045)}.storefront-home-product-section .product-card:hover{border-color:rgba(37,99,235,.22);box-shadow:0 18px 34px rgba(15,23,42,.09)}.storefront-home-product-section .product-card-image-link{margin:.7rem .7rem 0;border-radius:18px;background:linear-gradient(135deg,#f8fbff,#eef6ff);padding:.7rem}.storefront-home-product-section .product-card-title{font-family:var(--font-body),"Segoe UI",sans-serif;font-size:.95rem;line-height:1.28}.storefront-home-product-section .product-card-title a{-webkit-line-clamp:2}.storefront-home-product-section .product-card-meta{color:#6b7893;font-size:.74rem}.storefront-home-product-section .product-card-options{min-height:1.6rem}.storefront-home-product-section .product-card--has-options .product-card-cta{background:#1f5fe4}.storefront-home-product-section .product-card-footer{align-items:stretch;gap:.75rem}.storefront-home-product-section .product-card-actions{flex-wrap:wrap;justify-content:flex-end}.storefront-home-product-section .product-card-cta{min-height:2.15rem;border-radius:11px;padding:.48rem .72rem;font-size:.78rem;font-weight:800}.storefront-home-product-section[data-show-price=false] .product-card-price-block{display:none}.storefront-home-product-section--scroller .storefront-section-header{align-items:end}.storefront-home-product-scroller-shell{position:relative;display:grid;gap:.75rem}.storefront-home-product-scroller-nav{display:flex;justify-content:flex-end;gap:.45rem}.storefront-home-product-scroller-nav span{width:2.15rem;height:2.15rem;border:1px solid #dbeafe;border-radius:999px;background:#ffffff;color:var(--u-blue);display:grid;place-items:center;font-size:1.15rem;font-weight:900}.storefront-home-product-scroller{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(180px,min(var(--storefront-product-scroller-item-width,240px),var(--storefront-product-scroller-item-basis,240px)));gap:1rem;overflow-x:auto;overscroll-behavior-inline:contain;scroll-padding-inline:.25rem;padding:.15rem .25rem .65rem}.storefront-home-product-scroller-shell[data-paged=true] .storefront-home-product-scroller{scroll-snap-type:x mandatory}.storefront-home-product-scroller-item{min-width:0}.storefront-home-product-scroller-shell[data-paged=true] .storefront-home-product-scroller-item{scroll-snap-align:start}.storefront-home-product-scroller-item .product-card{height:100%}.storefront-mobile-bottom-nav{display:none}.storefront-footer{margin-top:auto;border-top:1px solid var(--border);background:#ffffff;padding:1rem 1.2rem}.storefront-footer p{max-width:1680px;margin:0 auto;font-size:.84rem}@media (min-width:700px){.storefront-header-top{grid-template-columns:minmax(9.5rem,auto) minmax(10rem,auto) minmax(12rem,1fr) auto;align-items:center;gap:.7rem}.storefront-home-hero{grid-template-columns:minmax(0,1fr) minmax(12rem,15rem)}}@media (min-width:721px) and (max-width:1179px){.storefront-header-action-label{display:none}.storefront-header-actions a{padding-inline:.25rem}.storefront-cart-link{padding-right:.25rem}.storefront-cart-link small{position:absolute;top:-.35rem;right:-.3rem;min-width:1.12rem;height:1.12rem;font-size:.64rem}}@media (min-width:980px){.storefront-home-topline{grid-template-columns:minmax(0,1fr) 320px;gap:1.5rem;align-items:stretch}.storefront-home-layout-section--hero .storefront-home-layout-grid{align-items:stretch}.storefront-home-layout-section--hero .storefront-home-layout-block{min-height:260px}.storefront-home-hero{height:260px;padding:1.45rem 1.75rem 1.45rem 2rem}.storefront-home-promos{height:260px;gap:1rem;grid-auto-rows:minmax(0,1fr)}.storefront-home-promo{padding-block:1.08rem 1.16rem}.storefront-home-promo,.storefront-home-promos .marketing-banner{height:100%;min-height:0}.storefront-home-promo-eyebrow{display:inline-flex}.storefront-home-showcase-grid{grid-template-columns:minmax(0,760px) minmax(0,750px);gap:1.625rem}.storefront-home-panel{height:260px;overflow:hidden}.storefront-home-categories-panel .storefront-home-category-grid{grid-template-columns:repeat(auto-fit,minmax(8.75rem,9.75rem));justify-content:start;gap:.85rem}.storefront-home-categories-panel .storefront-home-category-grid:has(.category-tile:nth-child(5)){grid-template-columns:repeat(6,minmax(0,1fr));gap:.75rem}.storefront-home-categories-panel .storefront-home-category-grid .category-tile{border-radius:18px;padding:.88rem .86rem .78rem;gap:.38rem}.storefront-home-categories-panel .storefront-home-category-grid .category-tile h3{font-size:.78rem;line-height:1.1}.storefront-home-categories-panel .storefront-home-category-grid .category-tile p{font-size:.66rem;line-height:1.1}.storefront-home-categories-panel .storefront-home-category-icon,.storefront-home-categories-panel .storefront-home-category-image,.storefront-home-categories-panel .storefront-home-category-index{width:2.35rem;height:2.35rem;min-width:2.35rem;border-radius:14px;padding:0}.storefront-home-categories-panel .storefront-home-category-arrow{right:.64rem;bottom:.54rem}.storefront-home-products-panel .storefront-home-product-grid--compact{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.storefront-home-products-panel .storefront-home-product-card{min-height:0;height:170px;padding:.7rem;gap:.35rem;overflow:hidden}.storefront-home-products-panel .storefront-home-product-card-media{height:54px}.storefront-home-products-panel .storefront-home-product-card-topline span{padding:.28rem .58rem;font-size:.68rem}.storefront-home-products-panel .storefront-home-product-card h3{font-size:.72rem}.storefront-home-products-panel .storefront-home-product-card strong{font-size:.96rem}}@media (min-width:1180px){.storefront-header-top{grid-template-columns:minmax(10.5rem,13rem) minmax(10.7rem,11.75rem) minmax(280px,1fr) auto;gap:1rem}}@media (min-width:1180px) and (max-width:1539px){.storefront-header-primary-nav{display:none}}@media (max-width:720px){body{background:var(--u-bg)}.storefront-header{position:sticky;padding:0;background:rgba(247,248,252,.96);border-bottom:0}.storefront-header-top{width:min(390px,100%);min-height:0;border:0;border-radius:0;background:transparent;box-shadow:none;padding:1.25rem 1.25rem .8rem;gap:.9rem}.storefront-brand-mark{width:2.45rem;height:2.45rem;border-radius:11px;font-size:1rem}.storefront-brand-copy strong{font-size:1.08rem}.storefront-brand-copy small,.storefront-catalog-menu-shell,.storefront-header-actions,.storefront-header-primary-nav{display:none}.storefront-search{grid-template-columns:1fr 2.8rem}.storefront-search button,.storefront-search input{height:52px}.storefront-search input{border-radius:18px 0 0 18px;background:#ffffff;font-size:.88rem}.storefront-search button{border-radius:0 18px 18px 0;border-color:var(--u-blue);background:var(--u-blue);color:#ffffff}.storefront-content{width:min(390px,100%);padding:0 1.25rem 6rem}.storefront-home-page,.storefront-page{gap:0}.storefront-home-layout-section.layout-container{max-width:100%}.storefront-home-layout-section--hero .storefront-home-layout-grid{gap:0}.storefront-home-layout-block--catalog_menu,.storefront-home-layout-block--promo-stack{display:none}.storefront-home-layout-section--content{margin-top:2.9rem}.storefront-home-layout-section--content+.storefront-home-layout-section--content{margin-top:2.6rem}.storefront-home-topline{gap:0}.storefront-home-hero{display:block;min-height:232px;border-radius:28px;padding:2.6rem 1.38rem 1.25rem;background:linear-gradient(135deg,rgba(255,255,255,.92),rgba(239,246,255,.96) 52%,rgba(255,241,242,.94))}.storefront-home-hero:before{inset:auto -4.6rem -5.4rem 34%;height:10rem;border-radius:28px}.storefront-home-hero:after{top:1.35rem;right:-1.8rem;width:8rem;height:8rem;border-radius:24px}.storefront-home-eyebrow,.storefront-home-hero-placeholder,.storefront-home-hero-product,.storefront-home-promos,.storefront-home-title-desktop{display:none}.storefront-home-title-mobile{display:inline}.storefront-home-hero-copy{max-width:15rem;gap:.8rem}.storefront-home-hero h1{max-width:14.4rem;color:var(--u-ink);font-size:1.82rem;line-height:1}.storefront-home-hero-copy>p:not(.storefront-home-eyebrow){max-width:15rem;color:#475569;font-size:.82rem;line-height:1.25}.storefront-home-hero-actions a:first-child{min-width:126px;border-radius:13px;text-align:center}.storefront-home-hero-actions a:last-child{display:none}.storefront-home-hero-media{position:absolute;inset:0;min-height:0;pointer-events:none}.storefront-home-hero-symbol{top:5.2rem;right:1.35rem;color:rgba(255,255,255,.82);font-size:4rem}.storefront-home-showcase-grid{gap:2.6rem;margin-top:2.9rem}.storefront-home-panel{min-height:0;border:0;border-radius:0;background:transparent;padding:0}.storefront-home-panel .storefront-section-header{margin-bottom:.75rem}.storefront-home-panel .storefront-section-header h2{font-size:1.25rem}.storefront-home-panel .storefront-section-header a,.storefront-home-panel .storefront-section-header p{display:none}.storefront-home-categories-panel .storefront-home-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem 1.125rem}.storefront-home-category-grid .category-tile{aspect-ratio:1/1;min-height:0;border-radius:20px;padding:1rem 2.4rem 1rem 1rem;align-content:center;align-items:center;gap:.55rem}.storefront-home-category-grid .category-tile p:not(.storefront-home-category-count){display:none}.storefront-home-category-image{width:2.85rem;height:2.85rem;border-radius:15px}.storefront-home-category-icon,.storefront-home-category-index{width:2.1rem;height:2.1rem;min-width:2.1rem;border-radius:14px;padding:0;font-size:.86rem}.storefront-home-category-grid .category-tile h3{font-size:.94rem}.storefront-home-category-arrow{top:50%;bottom:auto;right:.78rem;transform:translateY(-50%)}.storefront-home-products-panel{margin-top:.6rem}.storefront-home-products-panel .storefront-home-product-grid--compact{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.125rem}.storefront-home-product-card{min-height:228px;border:0;border-radius:22px;padding:1rem}.storefront-home-product-card-media{height:96px;border-radius:17px}.storefront-home-product-card h3{font-size:.88rem}.storefront-home-product-card strong{font-size:1.12rem}.storefront-home-product-section{border-radius:0;background:transparent;box-shadow:none;padding:0}.storefront-home-product-section .product-card-footer{display:grid;gap:.65rem}.storefront-home-product-section .product-card-actions{display:none}.storefront-mobile-bottom-nav{position:fixed;left:50%;bottom:1.25rem;z-index:30;width:min(350px,calc(100% - 2.5rem));min-height:62px;transform:translateX(-50%);border:1px solid #eef2f7;border-radius:24px;background:#ffffff;box-shadow:0 18px 40px rgba(15,23,42,.12);display:grid;grid-template-columns:repeat(4,1fr);align-items:center;text-align:center;color:#667085;font-size:.75rem;font-weight:800}.storefront-mobile-bottom-nav a{min-width:0;display:grid;justify-items:center;gap:.2rem}.storefront-mobile-bottom-nav a span:first-child{width:1.65rem;height:1.65rem;border-radius:999px;display:inline-grid;place-items:center;font-size:.95rem}.storefront-mobile-bottom-nav a:first-child{color:var(--u-blue)}.storefront-mobile-bottom-nav a:first-child span:first-child{background:#eff6ff}}.storefront-home-categories-panel .storefront-home-category-grid.category-grid--compact-row,.storefront-home-categories-panel .storefront-home-category-grid.category-grid--featured-tiles,.storefront-home-categories-panel .storefront-home-category-grid.category-grid--two-by-two,.storefront-home-categories-section:not(.storefront-home-panel) .storefront-home-category-grid.category-grid--compact-row,.storefront-home-categories-section:not(.storefront-home-panel) .storefront-home-category-grid.category-grid--featured-tiles,.storefront-home-categories-section:not(.storefront-home-panel) .storefront-home-category-grid.category-grid--two-by-two,.storefront-home-category-grid.category-grid--compact-row,.storefront-home-category-grid.category-grid--featured-tiles,.storefront-home-category-grid.category-grid--two-by-two{grid-template-columns:repeat(var(--category-grid-columns,4),minmax(0,1fr));justify-content:stretch}.storefront-home-category-grid.category-grid--carousel{display:flex;gap:1rem;overflow-x:auto;overscroll-behavior-inline:contain;padding-bottom:.35rem;scroll-snap-type:x mandatory}.storefront-home-category-grid.category-grid--carousel .category-tile{flex:0 0 min(13.5rem,78vw);scroll-snap-align:start}@media (max-width:1023px){.storefront-home-categories-panel .storefront-home-category-grid.category-grid--compact-row,.storefront-home-categories-panel .storefront-home-category-grid.category-grid--featured-tiles,.storefront-home-categories-panel .storefront-home-category-grid.category-grid--two-by-two,.storefront-home-categories-section:not(.storefront-home-panel) .storefront-home-category-grid.category-grid--compact-row,.storefront-home-categories-section:not(.storefront-home-panel) .storefront-home-category-grid.category-grid--featured-tiles,.storefront-home-categories-section:not(.storefront-home-panel) .storefront-home-category-grid.category-grid--two-by-two,.storefront-home-category-grid.category-grid--compact-row,.storefront-home-category-grid.category-grid--featured-tiles,.storefront-home-category-grid.category-grid--two-by-two{grid-template-columns:repeat(2,minmax(0,1fr))}}