:root{--page-bg:#f8fafc;--card-bg:#ffffff;--border-color:#e2e8f0;--text-main:#1e293b;--text-muted:#64748b;--text-light:#94a3b8;--accent-color:#470ae2;--accent-hover:#4f46e5;--accent-light:#e0e7ff;--shadow-sm:0 1px 2px 0 rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.05),0 2px 4px -1px rgba(0,0,0,0.03);--font-family:"Alexandria","Open Sans",sans-serif}.stores_page{width:100%;min-height:100vh;background:var(--page-bg);font-family:var(--font-family);color:var(--text-main)}.stores_page_header{background:var(--card-bg);margin-bottom:2rem;border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.stores_page_header_container{max-width:1280px;padding:2rem 1.5rem 1rem;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.stores_page_header .breadcrumbs{margin-bottom:.5rem}.stores_page_header .breadcrumbs li,.stores_page_header .breadcrumbs li a{color:var(--text-muted)!important;font-size:.875rem}.stores_page_header .breadcrumbs li a:hover{color:var(--accent-color)!important}.stores_page_header .breadcrumbs li.active{color:var(--text-main)!important;font-weight:600}.stores_page_title_section{display:flex;align-items:center;gap:1.25rem}.stores_page_icon{width:64px;height:64px;background:linear-gradient(135deg,var(--accent-color) 0,#7c3aed 100%);border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:var(--shadow-md);color:#fff}.stores_page_icon .material-symbols-sharp{font-size:2.5rem;font-variation-settings:"FILL" 1}.stores_info{flex:1 1}.stores_info h1{font-size:2rem;font-weight:700;color:var(--text-main);margin:0 0 .5rem;line-height:1.2}.stores_stats{display:flex;align-items:center;gap:1rem;font-size:.9375rem;color:var(--text-muted);margin:0}.stat_item{display:inline-flex;align-items:center;gap:.375rem}.stat_item .material-symbols-sharp{font-size:1.125rem;color:var(--text-light)}.stat_item strong{font-weight:600;color:var(--text-main)}.stat_separator{color:var(--border-color)}.all_stores_section,.featured_stores_section{max-width:1280px;margin:0 auto 3rem;padding:0 1.5rem}.section_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border-color)}.section_header h2{font-size:1.25rem;font-weight:700;color:var(--text-main);margin:0;display:flex;align-items:center;gap:.5rem}.section_header h2 .material-symbols-sharp{font-size:1.5rem;color:#f59e0b;font-variation-settings:"FILL" 1}.section_count{font-size:.875rem;color:var(--text-muted);background:#f1f5f9;padding:.25rem .75rem;border-radius:20px;font-weight:600}.stores-grid-layout{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:1.5rem;gap:1.5rem;width:100%}.error-container{max-width:500px;margin:4rem auto;padding:3rem 2rem;text-align:center;background:var(--card-bg);border-radius:16px;border:1px dashed var(--border-color);box-shadow:var(--shadow-sm)}.error-container h1{font-size:1.5rem;color:var(--text-main);margin-bottom:.75rem}.error-container p{color:var(--text-muted);margin-bottom:1.5rem}.error-container a{display:inline-flex;padding:.75rem 1.5rem;background:var(--accent-color);color:#fff;border-radius:10px;font-weight:600;text-decoration:none;font-size:.875rem;transition:all .2s ease}.error-container a:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 12px rgba(71,10,226,.2)}@media (max-width:1024px){.stores_page_header_container{padding:1rem}.all_stores_section,.featured_stores_section{padding:0 1.5rem}}@media (max-width:768px){.stores_page_header_container{padding:1.25rem .75rem}.stores_page_title_section{align-items:flex-start;gap:1rem}.stores_page_icon{width:56px;height:56px}.stores_info h1{font-size:1.75rem}.section_header{flex-direction:column;align-items:flex-start;gap:.75rem}.all_stores_section,.featured_stores_section{padding:0 .75rem}.stores-grid-layout{grid-template-columns:1fr;gap:1rem}}:root{--hc-max-width:1280px;--hc-radius:0;--hc-radius-md:0;--hc-radius-lg:0;--hc-accent:#e8412a;--hc-accent-light:#ff5a45;--hc-glass:rgba(12,14,22,0.52);--hc-glass-light:rgba(255,255,255,0.13);--hc-ease:cubic-bezier(0.25,1,0.5,1);--hc-z-img:1;--hc-z-overlay:2;--hc-z-content:3;--hc-z-controls:10}.hc-wrapper{position:relative;width:100%;max-width:var(--hc-max-width);margin:0 auto;height:260px;background:#0c0e16;border-radius:var(--hc-radius);overflow:hidden;contain:paint layout}.hc-embla{height:100%;width:100%}.hc-embla__container{display:flex;height:100%;touch-action:pan-y pinch-zoom}.hc-embla__slide{flex:0 0 100%;min-width:0;position:relative;overflow:hidden}.hc-slide{position:relative;width:100%;height:100%}.hc-slide__parallax{position:absolute;inset:0;overflow:hidden;z-index:var(--hc-z-img)}.hc-slide__img-wrap{position:absolute;top:0;left:-12%;width:124%;height:100%;will-change:transform}.hc-slide__img{object-fit:cover;object-position:center top;pointer-events:none}.hc-slide__overlay{position:absolute;inset:0;z-index:var(--hc-z-overlay);pointer-events:none;background:linear-gradient(180deg,rgba(0,0,0,.08) 0,rgba(0,0,0,0) 30%,rgba(0,0,0,.45) 65%,rgba(0,0,0,.78) 85%,rgba(0,0,0,.88))}.hc-slide__content{position:absolute;bottom:0;left:0;right:0;z-index:var(--hc-z-content);padding:.75rem;display:flex;align-items:flex-end;height:55%;opacity:0;transform:translateY(12px);transition:opacity .45s var(--hc-ease),transform .45s var(--hc-ease)}.hc-slide__content.is-active{opacity:1;transform:translateY(0)}.hc-content-row{width:100%;gap:.75rem;background:none;backdrop-filter:none;-webkit-backdrop-filter:blur(18px);border:none;border-radius:16px}.hc-content-row,.hc-logo-pill{display:flex;align-items:center}.hc-logo-pill{flex-shrink:0;width:52px;height:52px;background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.18);justify-content:center;overflow:hidden}.hc-logo-pill img{width:80%;height:80%;object-fit:contain}.hc-logo-pill--fallback{background:var(--hc-accent);color:#fff;font-size:1.375rem;font-weight:800;font-family:Alexandria,sans-serif}.hc-content-mid{flex:1 1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.hc-badge{display:inline-flex;align-items:center;gap:.25rem;background:var(--hc-accent);color:#fff;font-size:.6875rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase;padding:.22rem .55rem;border-radius:6px;width:-moz-fit-content;width:fit-content}.hc-badge .material-symbols-sharp{font-size:13px}.hc-store-name{color:rgba(255,255,255,.88);font-size:.8125rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;margin:0}.hc-cta,.hc-store-name{font-family:Alexandria,Open Sans,sans-serif;white-space:nowrap}.hc-cta{flex-shrink:0;display:flex;align-items:center;gap:.3rem;color:#fff;font-size:.75rem;font-weight:700;text-decoration:none;opacity:.85;transition:opacity .2s,gap .2s}.hc-cta:hover{opacity:1;gap:.5rem}.hc-cta .material-symbols-sharp{font-size:16px}.hc-controls{position:absolute;inset:0;z-index:var(--hc-z-controls);pointer-events:none}.hc-dots{position:absolute;bottom:.75rem;left:0;width:100%;display:none;justify-content:center;gap:.5rem;pointer-events:auto}.hc-dot{background:transparent;border:none;padding:6px 0;cursor:pointer;display:flex;align-items:center}.hc-dot__track{width:28px;height:3px;background:rgba(255,255,255,.25);border-radius:2px;overflow:hidden;transition:width .3s var(--hc-ease),background .3s}.hc-dot.is-active .hc-dot__track{width:44px;background:rgba(255,255,255,.18)}.hc-dot__progress{height:100%;width:0;background:#fff;border-radius:2px}.hc-dot.is-active .hc-dot__progress{animation:hc-progress linear forwards}@keyframes hc-progress{0%{width:0}to{width:100%}}[dir=rtl] .hc-dot__progress{margin-left:auto}.hc-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;pointer-events:auto;opacity:0;transition:background .2s,border-color .2s,opacity .3s}.hc-nav:hover{background:#fff;color:#0c0e16;border-color:#fff}.hc-nav--prev{left:.75rem}.hc-nav--next{right:.75rem}[dir=rtl] .hc-nav--prev{left:auto;right:.75rem}[dir=rtl] .hc-nav--next{right:auto;left:.75rem}@media (min-width:768px){.hc-wrapper{height:340px;border-radius:var(--hc-radius-md)}.hc-slide__content{padding:1.5rem}.hc-content-row{padding:.75rem 1rem;gap:1rem;border-radius:18px}.hc-logo-pill{width:100px;height:60px;border-radius:14px}.hc-badge{font-size:.75rem;padding:.25rem .65rem}.hc-store-name{font-size:.875rem}.hc-cta{font-size:.8125rem}.hc-nav{opacity:1;width:46px;height:46px}.hc-nav--prev{left:1.25rem}.hc-nav--next{right:1.25rem}[dir=rtl] .hc-nav--prev{left:auto;right:1.25rem}[dir=rtl] .hc-nav--next{right:auto;left:1.25rem}.hc-dots{bottom:1rem}}@media (min-width:1024px){.hc-wrapper{height:420px;border-radius:var(--hc-radius-lg)}.hc-slide__content{padding:2rem}.hc-content-row{padding:.85rem 1.25rem;gap:1.25rem;border-radius:20px}.hc-logo-pill{width:124px;height:68px;border-radius:16px}.hc-badge{font-size:.75rem;padding:.28rem .7rem;border-radius:7px}.hc-store-name{font-size:.9375rem}.hc-cta{font-size:.875rem}.hc-nav{width:50px;height:50px}.hc-nav--prev{left:1.5rem}.hc-nav--next{right:1.5rem}[dir=rtl] .hc-nav--prev{left:auto;right:1.5rem}[dir=rtl] .hc-nav--next{right:auto;left:1.5rem}.hc-dots{bottom:1.25rem}}@media (prefers-reduced-motion:reduce){.hc-slide__content,.hc-slide__img-wrap{transform:none!important}.hc-slide__content{transition:opacity .2s ease}.hc-dot__progress{animation-duration:.01ms!important}.hc-dot__track,.hc-nav{transition-duration:.01ms!important}}.hc-dot:focus-visible,.hc-nav:focus-visible{outline:3px solid #fff;outline-offset:2px}