.stores-list-card-v2{gap:var(--jdsc-space-4);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:var(--jdsc-space-4);background:var(--color-surface);grid-template-columns:72px minmax(0,1fr);transition:border-color .16s,box-shadow .16s,transform .16s;display:grid}.stores-list-card-v2:hover{border-color:var(--color-brand);box-shadow:var(--jdsc-shadow-2);transform:translateY(-1px)}.stores-list-thumb{border-radius:var(--radius-md);width:72px;height:72px;color:var(--color-brand);background:var(--color-brand-tint);place-items:center;display:grid}.stores-list-content{gap:var(--jdsc-space-3);min-width:0;display:grid}.stores-list-content header{gap:var(--jdsc-space-3);grid-template-columns:minmax(0,1fr) auto;align-items:start;display:grid}.stores-list-title-line{align-items:center;gap:var(--jdsc-space-2);flex-wrap:wrap;min-width:0;display:flex}.stores-list-title-line h3{font-size:var(--jdsc-fs-h3);font-weight:var(--jdsc-fw-black);line-height:var(--jdsc-lh-h3);margin:0}.stores-list-title-line span{border-radius:var(--radius-sm);padding:var(--jdsc-space-1) var(--jdsc-space-2);color:var(--color-text-subtle);background:var(--color-surface-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black)}.stores-list-content header p{align-items:center;gap:var(--jdsc-space-1);color:var(--color-text-muted);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-bold);margin:5px 0 0;display:flex}.stores-status-badge{align-items:center;gap:var(--jdsc-space-1);border-radius:var(--radius-sm);padding:var(--jdsc-space-1) var(--jdsc-space-3);color:var(--color-success-fill);background:var(--color-success-soft);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);white-space:nowrap;display:inline-flex}.stores-status-badge:before{content:"";background:currentColor;border-radius:50%;width:6px;height:6px}.status-ready .stores-status-badge{color:var(--color-warning-strong);background:var(--color-warning-soft)}.status-closed .stores-status-badge{color:var(--color-danger-fill);background:var(--color-danger-soft)}.stores-list-meta{color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-extra)}.stores-list-meta span{align-items:center;gap:var(--jdsc-space-1);display:inline-flex}.stores-list-meta svg{color:var(--color-brand)}.stores-list-card-v2.compact{gap:var(--jdsc-space-2);border-radius:var(--radius-md);width:100%;padding:var(--jdsc-space-3);box-shadow:none;border-color:#0000;grid-template-columns:44px minmax(0,1fr)}.stores-list-card-v2.compact:hover,.stores-list-card-v2.compact.active{border-color:var(--color-brand-outline-warm);background:var(--color-brand-tint);transform:none}.stores-list-card-v2.compact .stores-list-thumb{border-radius:var(--radius-sm);width:44px;height:44px;color:var(--color-brand);background:var(--color-surface)}.stores-list-card-v2.compact .stores-list-content{gap:var(--jdsc-space-1)}.stores-list-card-v2.compact .stores-list-content header{gap:var(--jdsc-space-2);grid-template-columns:minmax(0,1fr) auto}.stores-list-card-v2.compact .stores-list-title-line{flex-wrap:nowrap}.stores-list-card-v2.compact .stores-list-title-line h3{min-width:0;font-size:var(--jdsc-fs-sm);letter-spacing:0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stores-list-card-v2.compact .stores-list-title-line span,.stores-list-card-v2.compact .stores-list-content header p,.stores-list-card-v2.compact .stores-list-meta span:nth-child(n+3){display:none}.stores-list-card-v2.compact .stores-list-meta{gap:var(--jdsc-space-2);display:flex}.stores-list-card-v2.compact .stores-list-meta span{min-width:0}.stores-list-card-v2.compact .stores-list-meta span:first-child{text-overflow:ellipsis;white-space:nowrap;max-width:88px;overflow:hidden}.stores-list-card-v2.compact .stores-list-meta span:nth-child(2){text-overflow:ellipsis;white-space:nowrap;max-width:112px;overflow:hidden}.stores-list-card-v2.compact .stores-status-badge{padding:var(--jdsc-space-1) var(--jdsc-space-2);font-size:10px}.stores-list-card-v2.compact .stores-status-badge.selected{color:var(--color-surface);background:var(--color-brand)}.stores-list-product-match{gap:var(--jdsc-space-1);border:1px solid var(--color-border);border-radius:var(--jdsc-radius-sm);padding:var(--jdsc-space-2);background:var(--color-panel);display:grid}.stores-list-product-match-label{border-radius:var(--jdsc-radius-xs);width:fit-content;color:var(--color-text-muted);background:var(--color-surface);font-size:10px;font-weight:var(--jdsc-fw-black);padding:2px 5px;line-height:1.2}.stores-list-product-match strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-xs);-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.stores-list-product-match span{color:var(--color-text-subtle);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black)}.stores-list-meta{gap:var(--jdsc-space-2);color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-extra);flex-wrap:wrap;display:flex}.stores-list-meta span:first-child{align-items:center;gap:var(--jdsc-space-1);display:inline-flex}.stores-list-meta span:first-child:before{background:var(--color-text-disabled);content:"";border-radius:999px;width:6px;height:6px}.stores-list-meta .open{color:var(--color-success)}.stores-list-meta .ready{color:var(--color-warning)}.stores-list-meta .closed{color:var(--color-text-muted)}.stores-list-meta .holiday{color:var(--color-danger)}.stores-list-meta .unknown{color:var(--color-text-disabled)}.stores-list-meta .open:before{background:var(--color-success-fill)}.stores-list-meta .ready:before{background:var(--color-warning-fill)}.stores-list-meta .holiday:before{background:var(--color-danger-fill)}.stores-list-meta .unknown:before{background:var(--color-border-strong)}.stores-list-compact-line{gap:var(--jdsc-space-1);min-width:0;color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-extra);white-space:nowrap;display:flex}.stores-list-compact-line span{text-overflow:ellipsis;min-width:0;overflow:hidden}.stores-list-compact-line span+span:before{color:var(--color-text-placeholder);content:"·";margin-right:4px}body:has(.stores-map-page){overflow:hidden}.stores-map-page{flex-direction:column;flex:0 0 calc(100dvh - 76px);height:calc(100dvh - 76px);min-height:0;max-height:calc(100dvh - 76px);padding:0;display:flex;overflow:hidden}.stores-map-shell{background:var(--color-surface-muted);flex:1;grid-template-columns:minmax(0,1fr) 390px;height:100%;min-height:0;max-height:100%;display:grid;position:relative;overflow:hidden}.stores-map-shell.detail-open{grid-template-columns:minmax(0,1fr) 390px}.stores-map-stage{min-width:0;height:100%;min-height:100%;position:relative}.stores-mobile-controls,.stores-mobile-list-header{display:none}.stores-map-canvas{background-color:#e8edf3;background-image:linear-gradient(90deg,#ffffff73 1px,#0000 1px),linear-gradient(#ffffff73 1px,#0000 1px),none;background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:42px 42px;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;min-width:0;height:100%;min-height:100%;position:relative}.stores-map-controls{z-index:3;border:1px solid var(--color-border);border-radius:var(--jdsc-radius-sm);background:var(--color-surface);box-shadow:var(--jdsc-shadow-3);display:grid;position:absolute;bottom:18px;right:18px;overflow:hidden}.stores-map-control-button{border:0;border-bottom:1px solid var(--color-border);width:40px;height:40px;color:var(--color-text-strong);background:var(--color-surface);font:inherit;font-size:calc(var(--jdsc-fs-h2) - 2px);font-weight:var(--jdsc-fw-black);cursor:pointer;border-radius:0;place-items:center;padding:0;line-height:1;display:grid}.stores-map-control-button:last-child{border-bottom:0}.stores-map-control-button.active{color:var(--color-text-strong);background:var(--color-panel)}.stores-map-control-button:hover{color:var(--color-text-strong);background:var(--color-surface)}.stores-map-control-button:disabled{color:var(--color-border-strong);background:var(--color-panel);cursor:default}.stores-map-control-button[aria-busy=true]{color:var(--color-brand)}.stores-map-fallback{z-index:1;gap:var(--jdsc-space-1);border:1px solid var(--color-border);border-radius:var(--jdsc-radius-sm);width:min(100% - 48px,360px);height:fit-content;padding:var(--jdsc-space-4);box-shadow:var(--jdsc-shadow-3);background:#ffffffeb;display:grid;position:absolute;inset:24px}.stores-map-fallback strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-body)}.stores-map-fallback span{color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);line-height:var(--jdsc-lh-sm)}.stores-map-panel-v2{top:calc(var(--header-h,72px) + 88px);border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-text-strong);box-shadow:var(--jdsc-shadow-1);display:grid;position:sticky;overflow:hidden}.stores-map-toolbar{z-index:3;justify-content:space-between;align-items:center;gap:10px;display:flex;position:absolute;top:14px;left:14px;right:14px}.stores-map-toolbar button{border-radius:var(--radius-pill);color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#141517c2;border:1px solid #ffffff24;justify-content:center;align-items:center;gap:6px;min-height:38px;padding:0 12px;font-size:12px;font-weight:900;display:inline-flex}.stores-map-toolbar>div{gap:6px;display:inline-flex}.stores-map-toolbar>div button{width:38px;padding:0;font-size:18px}.stores-map-canvas-v2{background:radial-gradient(440px 260px at 74% 22%,#ff4f183d,#0000 64%),radial-gradient(280px 220px at 25% 76%,#2e8fff26,#0000 68%),#1a1c20;min-height:520px;position:relative;overflow:hidden}.stores-map-marker-label{border-radius:var(--radius-md);min-width:108px;color:var(--color-text-strong);box-shadow:var(--jdsc-shadow-2);text-align:left;background:#fff;border:1px solid #1415171f;gap:2px;padding:8px 10px;display:grid}.stores-map-marker-label-title{text-overflow:ellipsis;white-space:nowrap;max-width:150px;font-size:12px;font-weight:900;overflow:hidden}.stores-map-marker-label-secondary{color:var(--color-brand);font-size:11px;font-weight:900}.stores-map-grid-v2{border-radius:var(--radius-lg);background-image:linear-gradient(#ffffff12 1px,#0000 1px),linear-gradient(90deg,#ffffff12 1px,#0000 1px),linear-gradient(135deg,#0000 48%,#ffffff12 49%,#0000 51%);background-size:42px 42px,42px 42px,160px 160px;border:1px solid #ffffff1a;position:absolute;inset:42px 28px 28px}.stores-map-pin-v2{z-index:2;border-radius:var(--radius-pill);color:#fff;background:#141517c7;border:1px solid #ffffff24;align-items:center;gap:6px;padding:7px 10px 7px 8px;display:inline-flex;position:absolute;transform:translate(-50%,-50%);box-shadow:0 10px 28px #00000047}.stores-map-pin-v2 svg{color:var(--color-brand)}.stores-map-pin-v2 em{text-overflow:ellipsis;white-space:nowrap;max-width:94px;font-size:11px;font-style:normal;font-weight:900;overflow:hidden}.stores-map-pin-v2.active{background:var(--color-brand);border-color:#ff4f18cc;box-shadow:0 12px 26px #ff4f185c,0 0 0 10px #ff4f1829}.stores-map-pin-v2.active svg{color:#fff}.stores-user-pin{border-radius:var(--radius-pill);pointer-events:none;background:#2e8fff2e;place-items:center;width:34px;height:34px;display:grid;transform:translate(-50%,-50%);box-shadow:0 0 0 8px #2e8fff1f}.stores-user-pin span{border-radius:var(--radius-pill);background:var(--color-map-user-pin);border:3px solid #fff;width:14px;height:14px;display:block;box-shadow:0 4px 12px #2e8fff57}.stores-map-selected{color:#fff;background:#141517f0;border-top:1px solid #ffffff1a;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:18px;display:grid}.stores-map-selected-icon{border-radius:var(--radius-md);width:46px;height:46px;color:var(--color-brand);background:#fff;place-items:center;display:grid}.stores-map-selected span{color:#ffffff94;text-transform:uppercase;font-size:11px;font-weight:900}.stores-map-selected strong{text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:15px;font-weight:900;display:block;overflow:hidden}.stores-map-selected p{color:#ffffffa8;margin:3px 0 0;font-size:12px;font-weight:700;line-height:1.45}.stores-map-selected a{border-radius:var(--radius-pill);color:#fff;background:var(--color-brand);place-items:center;width:38px;height:38px;display:grid}.stores-results-panel{border-left:1px solid var(--color-border);background:var(--color-surface);flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.stores-results-panel .panel-search{border-bottom:1px solid var(--color-border);padding:var(--jdsc-space-4) var(--jdsc-space-5) var(--jdsc-space-3);background:var(--color-surface);flex:none}.stores-results-panel .panel-searchbar{align-items:center;gap:var(--jdsc-space-2);border:1px solid var(--color-border);border-radius:var(--radius-md);min-height:46px;padding:0 var(--jdsc-space-3);background:var(--color-surface-muted);grid-template-columns:auto minmax(0,1fr) auto;display:grid}.stores-results-panel .panel-searchbar.has-active-search{grid-template-columns:auto auto minmax(0,1fr) auto}.stores-results-panel .panel-searchbar:focus-within{border-color:var(--color-brand);background:var(--color-surface);box-shadow:var(--jdsc-shadow-focus)}.stores-results-panel .search-icon{color:var(--color-text-muted)}.panel-searchbar-active-image{border:1px solid var(--color-brand-outline-warm);border-radius:var(--radius-sm);width:28px;height:28px;color:var(--color-brand);background:var(--color-surface);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);object-fit:cover;flex-shrink:0;place-items:center;display:grid;overflow:hidden}img.panel-searchbar-active-image{padding:3px}.panel-searchbar-active-badge{border:1px solid var(--color-brand-outline-warm);border-radius:var(--radius-pill);min-height:24px;color:var(--color-brand);background:var(--color-surface);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);white-space:nowrap;align-items:center;padding:0 8px;display:inline-flex}.stores-results-panel .panel-searchbar input{width:100%;min-width:0;color:var(--color-text-strong);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-extra);background:0 0;border:0;outline:0}.stores-results-panel .clear{border-radius:var(--radius-pill);width:28px;height:28px;color:var(--color-text-muted);background:0 0;border:0;place-items:center;display:grid}.stores-results-panel .ui-filter-chip-group-panel{gap:var(--jdsc-space-1);border-bottom:1px solid var(--color-border);padding:var(--jdsc-space-3) var(--jdsc-space-5);background:var(--color-surface);flex-wrap:nowrap;flex:none;display:flex;overflow-x:auto}.stores-results-panel .ui-filter-chip{align-items:center;gap:var(--jdsc-space-1);border:1px solid var(--color-border);border-radius:var(--radius-pill);min-height:32px;padding:0 var(--jdsc-space-3);color:var(--color-text-subtle);background:var(--color-surface);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);white-space:nowrap;flex-shrink:0;display:inline-flex}.stores-results-panel .ui-filter-chip[aria-pressed=true]{border-color:var(--color-text-strong);color:var(--color-text-inverse);background:var(--color-text-strong)}.stores-results-panel .ui-filter-chip-dashed{color:var(--color-brand);border-style:dashed}.stores-results-panel .ui-filter-chip-divider{background:var(--color-border);flex-shrink:0;align-self:center;width:1px;height:18px}.stores-results-panel .list-header{justify-content:space-between;align-items:center;gap:var(--jdsc-space-3);border-bottom:1px solid var(--color-border);padding:var(--jdsc-space-3) var(--jdsc-space-5);background:var(--color-surface);flex:none;display:flex}.stores-results-panel .count{color:var(--color-text-muted);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black)}.stores-results-panel .count strong{color:var(--color-brand)}.stores-results-panel .sort{align-items:center;gap:var(--jdsc-space-1);border:1px solid var(--color-border);border-radius:var(--radius-pill);color:var(--color-text-strong);background:var(--color-surface);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);padding:7px 10px;display:inline-flex}.stores-results-panel .store-list{flex:auto;min-height:0;padding:8px;overflow-y:auto}.stores-product-community{gap:var(--jdsc-space-2);border-bottom:1px solid var(--color-border);padding:var(--jdsc-space-3) var(--jdsc-space-5);background:var(--color-surface);flex:none;display:grid}.stores-product-community header{justify-content:space-between;align-items:center;gap:var(--jdsc-space-3);display:flex}.stores-product-community header strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black)}.stores-product-community header a{color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);text-decoration:none}.stores-product-community-list{gap:var(--jdsc-space-1);display:grid}.stores-product-community-card{border-radius:var(--radius-sm);min-width:0;padding:var(--jdsc-space-2);color:var(--color-text-strong);background:var(--color-surface-muted);gap:2px;text-decoration:none;display:grid}.stores-product-community-card:hover{background:var(--color-panel)}.stores-product-community-card span{color:var(--color-brand);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stores-product-community-card strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);text-overflow:ellipsis;white-space:nowrap;line-height:1.35;overflow:hidden}.stores-product-community-card em,.stores-product-community p{color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-style:normal;font-weight:var(--jdsc-fw-extra);text-overflow:ellipsis;white-space:nowrap;margin:0;line-height:1.35;overflow:hidden}.stores-list-card-button{width:100%;color:inherit;text-align:left;background:0 0;border:0;padding:0;display:block}.stores-search-modal-backdrop{z-index:1300;background:#1415176b;place-items:start center;padding:10dvh 24px 32px;display:grid;position:fixed;inset:0;overflow-y:auto}.stores-search-modal{border-radius:var(--radius-xl);background:var(--color-surface);border:1px solid #1415171f;width:min(100%,1080px);max-height:86dvh;display:grid;overflow:hidden;box-shadow:0 24px 72px #14151747}.stores-search-modal.is-preview{width:100%;max-height:none;box-shadow:var(--jdsc-shadow-3)}.stores-search-modal-head{gap:var(--jdsc-space-3);border-bottom:1px solid var(--color-border);padding:var(--jdsc-space-5);grid-template-columns:minmax(0,1fr) auto;align-items:center;display:grid}.stores-search-modal .stores-search-modal-field{align-items:center;gap:var(--jdsc-space-3);border:1px solid var(--color-border);border-radius:var(--radius-lg);width:100%;min-height:54px;padding:0 var(--jdsc-space-4);background:var(--color-surface-muted);display:flex}.stores-search-modal .stores-search-modal-field:focus-within{border-color:var(--color-brand);background:var(--color-surface);box-shadow:var(--jdsc-shadow-focus)}.stores-search-modal .stores-search-modal-field svg{color:var(--color-brand);flex:none}.stores-search-modal .stores-search-modal-field input{width:100%;min-width:0;color:var(--color-text-strong);font-size:var(--jdsc-fs-h3);font-weight:var(--jdsc-fw-black);background:0 0;border:0;outline:0;line-height:1.3}.stores-search-modal .stores-search-modal-field input::placeholder{color:var(--color-text-placeholder);opacity:1}.stores-search-modal-head>button{border:1px solid var(--color-border);border-radius:var(--radius-md);width:44px;height:44px;color:var(--color-text-subtle);background:var(--color-surface);place-items:center;display:grid}.stores-search-modal.is-preview .stores-search-modal-head>button{pointer-events:none}.stores-search-modal-location{border-bottom:1px solid var(--color-border);padding:var(--jdsc-space-4) var(--jdsc-space-5)}.stores-search-location-bar{justify-content:space-between;align-items:center;gap:var(--jdsc-space-3);border:1px solid var(--color-brand-outline-warm);border-radius:var(--radius-lg);background:var(--color-brand-tint);min-height:44px;padding:8px 12px;display:flex}.stores-search-location-bar.active{background:#12b76a14;border-color:#12b76a42}.stores-search-location-copy{align-items:center;gap:9px;min-width:0;display:flex}.stores-search-location-copy svg{color:var(--color-brand);flex-shrink:0}.stores-search-location-bar.active .stores-search-location-copy svg{color:var(--color-success-fill)}.stores-search-location-copy div{min-width:0}.stores-search-location-copy strong{color:var(--color-text-strong);letter-spacing:-.2px;font-size:13px;font-weight:900;display:block}.stores-search-location-copy span{color:var(--color-text-muted);letter-spacing:-.2px;margin-top:2px;font-size:12px;font-weight:700;display:block}.stores-search-location-bar button{border-radius:var(--radius-md);background:var(--color-brand);color:#fff;border:0;flex-shrink:0;min-height:34px;padding:0 13px;font-size:12px;font-weight:900}.stores-search-location-bar button:disabled{cursor:progress;opacity:.72}.stores-search-location-alert{flex-shrink:0;display:none;color:var(--color-danger-fill)!important}.stores-search-modal-summary{justify-content:space-between;align-items:center;gap:var(--jdsc-space-3);border-bottom:1px solid var(--color-border);padding:var(--jdsc-space-3) var(--jdsc-space-5) var(--jdsc-space-4);display:flex}.stores-search-modal-summary strong{font-size:16px;font-weight:900}.stores-search-modal-summary em,.stores-search-result-body strong em{color:var(--color-brand);font-style:normal}.stores-search-modal-summary span{color:var(--color-text-muted);font-size:12px;font-weight:900}.stores-search-modal-tabs{display:none}.stores-search-modal-grid{background:var(--color-border);grid-template-columns:minmax(310px,1.08fr) minmax(280px,.94fr) minmax(310px,1.08fr);gap:1px;min-height:430px;max-height:min(620px,86dvh - 230px);display:grid;overflow:hidden}.stores-search-modal-grid>[data-panel]{min-width:0;min-height:0;display:grid}.stores-search-section{background:var(--color-surface);grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid}.stores-search-section header{border-bottom:1px solid var(--color-border);padding:var(--jdsc-space-4);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px 10px;display:grid}.stores-search-section header>span:nth-child(2){color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black)}.stores-search-section header>a{color:var(--color-brand);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);grid-column:1/-1}.stores-search-section-label{align-items:center;gap:var(--jdsc-space-2);min-width:0;color:var(--color-text-strong);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black);display:inline-flex}.stores-search-section-label svg{color:var(--color-brand)}.stores-search-section-label.store svg{color:var(--color-success-fill)}.stores-search-section-label.community svg{color:var(--color-info)}.stores-search-section-list{min-height:0;padding:var(--jdsc-space-2);align-content:start;display:grid;overflow-y:auto}.stores-search-result-row{box-sizing:border-box;gap:var(--jdsc-space-3);border-radius:var(--radius-md);width:100%;padding:var(--jdsc-space-3) var(--jdsc-space-2);color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;text-decoration:none;display:grid}.stores-search-result-row:hover{background:var(--color-surface-muted)}.stores-search-thumb{border-radius:var(--radius-sm);color:#fff;background:linear-gradient(135deg, var(--color-brand), #b2320c);width:46px;height:46px;font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);place-items:center;display:grid;overflow:hidden}.stores-search-result-row.product .stores-search-thumb.has-image{border:1px solid var(--color-border-hairline);background:var(--color-panel);padding:5px;box-shadow:inset 0 0 0 1px #ffffffb8}.stores-search-thumb img{border-radius:inherit;object-fit:cover;width:100%;height:100%;display:block}.stores-search-result-row.product .stores-search-thumb.has-image img{border-radius:calc(var(--radius-sm) - 2px);object-fit:contain;mix-blend-mode:multiply}.stores-search-thumb.circ{border-radius:var(--radius-pill);background:var(--color-text-strong)}.stores-search-result-body{gap:var(--jdsc-space-1);min-width:0;display:grid}.stores-search-result-body strong{color:var(--color-text-strong);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black);text-overflow:ellipsis;white-space:nowrap;line-height:1.35;overflow:hidden}.stores-search-result-body small{color:var(--color-text-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-bold);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.stores-search-result-body>em{border-radius:var(--radius-pill);width:fit-content;color:var(--color-success-fill);background:var(--color-success-soft);font-size:10px;font-style:normal;font-weight:var(--jdsc-fw-black);padding:3px 7px}.stores-search-result-row>svg{color:var(--color-text-placeholder)}.stores-search-empty-row{border-radius:var(--radius-md);min-height:68px;padding:var(--jdsc-space-3) var(--jdsc-space-2);color:var(--color-text-muted);background:var(--color-surface-muted);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-extra);align-items:center;display:grid}.stores-search-post-cat{border-radius:var(--radius-sm);min-width:46px;height:32px;color:var(--color-brand);background:var(--color-brand-tint);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);place-items:center;display:grid}.stores-search-post-cat.q{color:#7c3aed;background:#7c3aed1a}.stores-search-post-cat.info{color:var(--color-info);background:var(--color-info-soft)}@media (max-width:1020px){.stores-map-shell{grid-template-columns:1fr;height:auto}.stores-map-shell .stores-map-panel-v2{min-height:58dvh}.stores-results-panel{border-top:1px solid var(--color-border);border-left:0}.stores-results-panel .store-list{max-height:none;overflow:visible}.stores-search-modal-grid{grid-template-columns:1fr;overflow-y:auto}.stores-search-section{min-height:260px}}@media (max-width:760px),(max-width:1024px) and (max-height:640px){.stores-map-shell{min-height:0}.stores-map-shell .stores-map-panel-v2{min-height:46dvh}.stores-map-shell .stores-map-toolbar{top:58px;right:12px}.stores-map-shell .stores-map-selected{width:calc(100% - 24px);bottom:12px;right:12px}.stores-results-panel .panel-search,.stores-results-panel .ui-filter-chip-group-panel,.stores-results-panel .list-header{padding-left:12px;padding-right:12px}.stores-search-modal-backdrop{align-items:stretch;padding:0}.stores-search-modal{border-radius:0;flex-direction:column;width:100%;height:100dvh;max-height:100dvh;display:flex}.stores-search-modal-head,.stores-search-modal-location,.stores-search-modal-summary{padding-left:14px;padding-right:14px}.stores-search-modal-head{gap:8px;padding-top:10px;padding-bottom:10px}.stores-search-modal .stores-search-modal-field input{appearance:none;font-size:15px}.stores-search-modal .stores-search-modal-field{border-color:var(--color-border);border-radius:var(--radius-md);background:var(--color-surface-muted);gap:9px;min-height:46px;padding:0 12px;box-shadow:inset 0 0 0 1px #fff9}.stores-search-modal .stores-search-modal-field svg{width:17px;height:17px;color:var(--color-brand)}.stores-search-modal-head>button{border-color:var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);width:42px;height:42px}.stores-search-modal-location{padding-top:10px;padding-bottom:10px}.stores-search-location-bar{border-radius:var(--radius-md);flex-direction:column;align-items:stretch;gap:8px;min-height:0;padding:9px 10px}.stores-search-location-copy{align-items:flex-start}.stores-search-location-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.stores-search-location-copy span{font-size:11.5px;line-height:1.45}.stores-search-location-bar button{width:100%;min-height:34px}.stores-search-modal-summary{flex-direction:column;align-items:flex-start;gap:4px;padding-top:10px;padding-bottom:10px}.stores-search-modal-summary strong{font-size:14px}.stores-search-modal-summary span{font-size:11px}.stores-search-modal-tabs{gap:var(--jdsc-space-1);border-bottom:1px solid var(--color-border);background:var(--color-surface);grid-template-columns:repeat(3,minmax(0,1fr));padding:7px 10px;display:grid}.stores-search-modal-tabs button{justify-content:center;align-items:center;gap:var(--jdsc-space-1);border-radius:var(--radius-lg);min-width:0;min-height:34px;color:var(--color-text-muted);background:var(--color-surface-muted);font:inherit;font-size:11.5px;font-weight:var(--jdsc-fw-black);white-space:nowrap;border:1px solid #0000;padding:0 8px;display:inline-flex}.stores-search-modal-tabs button[aria-selected=true]{border-color:var(--color-text-strong);color:var(--color-text-inverse);background:var(--color-text-strong)}.stores-search-modal-tabs strong{color:currentColor;font-size:11px}.stores-search-modal-grid{flex:auto;grid-template-columns:1fr;min-height:0;max-height:none;overflow:hidden}.stores-search-modal-grid>[data-panel]{display:none}.stores-search-modal-grid>[data-panel][data-active=true]{min-height:0;display:grid}.stores-search-section{grid-template-rows:auto minmax(0,1fr);min-height:0}.stores-search-section header{padding:10px 12px}.stores-search-section-list{min-height:0;max-height:none;padding:8px;overflow-y:auto}}.stores-map-marker-label{box-sizing:border-box;width:38px;height:38px;color:var(--color-brand);box-shadow:none;font:inherit;pointer-events:auto;text-align:center;background:0 0;border:0;place-items:center;padding:0;display:grid;position:relative;overflow:visible}.stores-map-marker-pin{color:#fff;background:var(--color-brand);border:3px solid #fff;border-radius:50% 50% 50% 8px;place-items:center;width:38px;height:38px;display:grid;transform:rotate(-45deg);box-shadow:0 8px 18px #ff4f1847}.stores-map-marker-pin svg{width:15px;height:15px;transform:rotate(45deg)}.stores-map-marker-caption{border-radius:var(--radius-pill);width:max-content;min-width:0;max-width:220px;color:var(--color-text-strong);box-shadow:var(--color-shadow-soft);background:#fff;border:1px solid #1118271a;gap:2px;padding:5px 9px;display:none;position:absolute;top:44px;left:50%;transform:translate(-50%)}.stores-map-marker-label.is-labeled .stores-map-marker-caption{display:grid}.stores-map-marker-label.active .stores-map-marker-pin{box-shadow:0 10px 26px #ff4f1857,0 0 0 10px #ff4f1826}.stores-map-marker-label.active .stores-map-marker-caption{color:#fff;border-color:var(--color-brand);background:var(--color-brand)}.stores-map-marker-label-title,.stores-map-marker-label-secondary{text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:200px;display:block;overflow:hidden}.stores-map-marker-label-title{color:inherit;font-size:11px;font-style:normal;font-weight:900;line-height:1.2}.stores-map-marker-label-secondary{color:currentColor;opacity:.82;font-size:10px;font-weight:900;line-height:1.2}.stores-location-message{max-width:none;color:var(--color-danger);margin:10px 18px;font-size:11px;font-weight:800;line-height:1.45}.stores-list{gap:8px;min-height:0;padding:0 14px 18px;display:grid;overflow-y:auto}.stores-results-panel .store-list{gap:7px}.stores-results-panel .stores-list-card-button{border-radius:var(--radius-md);width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;display:block}.stores-results-panel .stores-list-card-button:focus-visible{outline-offset:2px;outline:3px solid #ff4f183d}@media (max-width:760px),(max-width:1024px) and (max-height:640px){body:has(.stores-map-page){overflow:hidden}body:has(.stores-map-page) .web-header{display:none!important}.stores-map-page{flex:0 0 calc(100dvh - 72px);height:calc(100dvh - 72px);min-height:0;max-height:calc(100dvh - 72px);overflow:hidden}.stores-map-shell{height:100%;min-height:0;max-height:100%;overflow:hidden}}.stores-empty{text-align:center;gap:5px;padding:28px 12px;display:grid}.stores-empty strong{color:var(--color-text-strong);font-size:14px}.stores-empty span{color:var(--color-text-muted);font-size:12px}@media (max-width:760px),(max-width:1024px) and (max-height:640px){body:has(.stores-map-page){--stores-mobile-bottom-nav-h:calc(72px + env(safe-area-inset-bottom));--stores-mobile-controls-h:68px;--stores-mobile-expanded-controls-h:62px;--stores-mobile-sheet-min-h:calc((100dvh - var(--stores-mobile-bottom-nav-h) - var(--stores-mobile-controls-h)) * .3)}body:has(.stores-map-page) .mobile-bottom-nav{z-index:1200}.stores-map-page{--stores-mobile-bottom-nav-h:calc(72px + env(safe-area-inset-bottom));--stores-mobile-controls-h:68px;--stores-mobile-expanded-controls-h:62px;--stores-mobile-sheet-min-h:calc((100dvh - var(--stores-mobile-bottom-nav-h) - var(--stores-mobile-controls-h)) * .3);box-sizing:border-box;height:100dvh;max-height:100dvh;padding:0 0 var(--stores-mobile-bottom-nav-h);flex-direction:column;flex:0 0 100dvh;display:flex}.stores-map-shell{background:var(--color-surface);flex:1;grid-template-rows:minmax(0,1fr);grid-template-columns:1fr;min-height:0}.stores-map-shell.detail-open{grid-template-rows:minmax(0,1fr);grid-template-columns:1fr}.stores-map-stage{min-height:100%;padding-bottom:var(--stores-mobile-sheet-min-h);background:var(--color-surface-muted)}.stores-map-canvas{height:100%;min-height:0}.stores-map-controls{right:12px;bottom:calc(var(--stores-mobile-sheet-min-h) + 18px)}.stores-map-control-button{width:38px;height:38px}.stores-map-fallback{width:calc(100% - 32px);inset:16px}.stores-mobile-controls{z-index:6;pointer-events:none;gap:8px;display:grid;position:absolute;top:12px;left:12px;right:12px}.stores-map-shell.sheet-expanded .stores-mobile-controls{z-index:1101;border-bottom:1px solid var(--color-border);background:var(--color-surface);box-shadow:none;padding:8px 12px;top:0;left:0;right:0}.stores-mobile-controls .panel-search{gap:var(--jdsc-space-2);pointer-events:auto;display:grid}.stores-mobile-controls .panel-searchbar{align-items:center;gap:var(--jdsc-space-2);border:1px solid var(--color-border);border-radius:var(--jdsc-radius-md);min-height:44px;padding:0 var(--jdsc-space-3);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff0;grid-template-columns:auto minmax(0,1fr) auto;display:grid;box-shadow:0 8px 24px #11182729}.stores-mobile-controls .panel-searchbar.has-active-search{grid-template-columns:auto auto minmax(0,1fr) auto}.stores-mobile-controls .panel-searchbar:focus-within{border-color:var(--color-brand);background:var(--color-surface);box-shadow:var(--jdsc-shadow-focus)}.stores-map-shell.sheet-expanded .stores-mobile-controls .panel-searchbar{box-shadow:none}.stores-mobile-controls .search-icon{width:17px;height:17px;color:var(--color-brand)}.stores-mobile-controls .panel-searchbar input{width:100%;min-width:0;color:var(--color-text-strong);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-black);background:0 0;border:0;outline:0}.stores-mobile-controls .panel-searchbar input::placeholder{color:var(--color-text-placeholder);opacity:1}.stores-mobile-controls .clear{border-radius:var(--radius-pill);width:28px;height:28px;color:var(--color-text-muted);background:0 0;border:0;place-items:center;display:grid}.stores-mobile-controls .ui-filter-chip-group-panel{gap:var(--jdsc-space-1);flex-wrap:nowrap;padding:0;display:none;overflow-x:auto}.stores-mobile-controls .ui-filter-chip{align-items:center;gap:var(--jdsc-space-1);border:1px solid var(--color-border);border-radius:var(--radius-pill);min-height:32px;color:var(--color-text-subtle);background:var(--color-surface);font-size:var(--jdsc-fs-xs);font-weight:var(--jdsc-fw-black);white-space:nowrap;flex-shrink:0;padding:0 12px;display:inline-flex}.stores-mobile-controls .ui-filter-chip[aria-pressed=true]{border-color:var(--color-text-strong);color:var(--color-text-inverse);background:var(--color-text-strong)}.stores-mobile-controls .ui-filter-chip-divider{background:var(--color-border);flex-shrink:0;align-self:center;width:1px;height:18px}.stores-location-message{border:1px solid var(--color-danger-soft);border-radius:var(--radius-pill);background:var(--color-surface);pointer-events:auto;width:fit-content;max-width:100%;margin:0;padding:6px 9px;box-shadow:0 8px 20px #1118271f}.stores-results-panel{z-index:4;border:0;border-top:1px solid var(--color-border);border-radius:16px 16px 0 0;height:100%;min-height:0;padding-top:0;transition:box-shadow .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 -10px 28px #1415171a}.stores-results-panel.is-mobile-sheet{height:auto;min-height:100%;box-shadow:none;border-top:0;border-radius:0;overflow:visible}.stores-mobile-sheet.react-modal-sheet-root{top:var(--stores-mobile-controls-h)!important;bottom:var(--stores-mobile-bottom-nav-h)!important;height:calc(100dvh - var(--stores-mobile-bottom-nav-h) - var(--stores-mobile-controls-h))!important;z-index:1000!important}.stores-mobile-sheet-expanded.react-modal-sheet-root{top:var(--stores-mobile-expanded-controls-h)!important;height:calc(100dvh - var(--stores-mobile-bottom-nav-h) - var(--stores-mobile-expanded-controls-h))!important}.stores-mobile-sheet-container{box-shadow:0 -16px 34px #14151724;background:var(--color-surface)!important;border-radius:18px 18px 0 0!important;height:100%!important;bottom:0!important;left:0!important;right:0!important}.stores-mobile-sheet-expanded .stores-mobile-sheet-container{border-radius:0!important}.stores-mobile-sheet-expanded .stores-mobile-sheet-header{opacity:0;pointer-events:none;overflow:hidden;height:0!important;padding:0!important}.stores-mobile-sheet-header{background:var(--color-surface);height:24px!important;padding:8px 0 6px!important}.stores-mobile-sheet-header .react-modal-sheet-header,.stores-mobile-sheet-header .react-modal-sheet-drag-indicator-container{justify-content:center!important;align-items:center!important;display:flex!important}.stores-mobile-sheet-drag-indicator{background:0 0!important;width:auto!important;height:auto!important}.stores-mobile-sheet-drag-indicator .react-modal-sheet-drag-indicator{background:var(--color-border-strong)!important;width:20px!important;height:4px!important}.stores-mobile-sheet-content{background:var(--color-surface);min-height:0}.stores-results-panel.is-mobile-sheet .store-list{flex:none;min-height:0;padding-bottom:34px;overflow:visible}.stores-results-panel.is-mobile-sheet .stores-mobile-sheet-detail{--stores-sheet-action-h:var(--jdsc-space-10);--stores-sheet-gap:var(--jdsc-space-2);--stores-sheet-header-h:calc(var(--stores-sheet-action-h) + var(--jdsc-space-3));--stores-sheet-icon-button:calc(var(--jdsc-space-8) + var(--jdsc-space-1));--stores-sheet-pad-x:var(--jdsc-space-4);--stores-sheet-title-fs:calc(var(--jdsc-fs-h2) - 2px);z-index:auto;gap:var(--stores-sheet-gap);width:100%;max-width:none;height:auto;min-height:0;padding:0 var(--stores-sheet-pad-x) var(--jdsc-space-4);box-shadow:none;border:0;border-radius:0;flex:auto;position:relative;inset:auto;overflow:visible}.stores-results-panel.is-mobile-sheet .stores-mobile-sheet-detail .stores-detail-header{z-index:5;min-height:var(--stores-sheet-header-h);margin-right:calc(var(--stores-sheet-pad-x) * -1);margin-left:calc(var(--stores-sheet-pad-x) * -1);padding:var(--jdsc-space-2) var(--stores-sheet-pad-x) var(--jdsc-space-1);background:var(--color-surface);border-bottom:0;border-radius:0;top:0}.stores-results-panel.is-mobile-sheet .stores-mobile-sheet-detail .stores-detail-title{gap:0}.stores-results-panel.is-mobile-sheet .stores-mobile-sheet-detail .stores-detail-title-row>span{display:none}.stores-results-panel.is-mobile-sheet .stores-mobile-sheet-detail .stores-detail-title h1{font-size:var(--stores-sheet-title-fs);line-height:1.18}.stores-results-panel.is-mobile-sheet .stores-mobile-sheet-detail .stores-detail-close{width:var(--stores-sheet-icon-button);height:var(--stores-sheet-icon-button);border-radius:var(--radius-pill)}.stores-mobile-sheet-summary{gap:var(--stores-sheet-gap);margin:0 calc(var(--stores-sheet-pad-x) * -1);padding:0 var(--stores-sheet-pad-x) var(--jdsc-space-3);background:var(--color-surface);display:grid}.stores-mobile-sheet-summary-meta{align-items:center;gap:var(--stores-sheet-gap);min-width:0;color:var(--color-text-muted);font-size:var(--jdsc-fs-sm);font-weight:var(--jdsc-fw-extra);line-height:var(--jdsc-lh-xs);flex-wrap:wrap;display:flex}.stores-mobile-sheet-summary-meta.strong{color:var(--color-text-strong);font-weight:var(--jdsc-fw-black)}.stores-mobile-sheet-summary-meta span:not(:last-child):after{margin-left:var(--stores-sheet-gap);color:var(--color-text-disabled);content:"·"}.stores-mobile-sheet-summary-status.open{color:var(--color-success-fill)}.stores-mobile-sheet-summary-status.ready{color:var(--color-warning-strong)}.stores-mobile-sheet-summary-status.closed,.stores-mobile-sheet-summary-status.holiday{color:var(--color-danger-fill)}.stores-mobile-sheet-summary-actions{gap:var(--stores-sheet-gap);padding-top:var(--jdsc-space-1);flex-wrap:wrap;padding-bottom:2px;display:flex}.stores-mobile-sheet-summary-actions a,.stores-mobile-sheet-summary-actions button{min-height:var(--stores-sheet-action-h);justify-content:center;align-items:center;gap:var(--jdsc-space-2);border:1px solid var(--jdsc-border-strong);border-radius:var(--jdsc-radius-md);min-width:0;padding:0 var(--jdsc-space-3);color:var(--color-text-strong);background:var(--jdsc-surface);font:inherit;font-size:14px;font-weight:var(--jdsc-fw-bold);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;flex:1 1 0;line-height:1;text-decoration:none;display:inline-flex}.stores-mobile-sheet-summary-actions a:hover,.stores-mobile-sheet-summary-actions button:hover{border-color:var(--jdsc-ink-900)}.stores-mobile-sheet-summary-actions .primary{color:var(--color-text-inverse);background:var(--jdsc-orange);border-color:#0000}.stores-mobile-sheet-summary-actions .primary:hover{background:var(--jdsc-orange-press);border-color:#0000}.stores-results-panel.is-mobile-sheet .stores-mobile-sheet-detail .stores-detail-hero{margin-right:calc(var(--stores-sheet-pad-x) * -1);margin-left:calc(var(--stores-sheet-pad-x) * -1);padding:0 var(--stores-sheet-pad-x) var(--jdsc-space-3)}.stores-results-panel.is-mobile-sheet .stores-mobile-sheet-detail .stores-detail-hero .stores-detail-photo{border-radius:var(--radius-md);aspect-ratio:2.25;border-width:0}.stores-results-panel.is-mobile-sheet .stores-mobile-sheet-detail .stores-detail-tabs{top:var(--stores-sheet-header-h);margin-right:calc(var(--stores-sheet-pad-x) * -1);margin-left:calc(var(--stores-sheet-pad-x) * -1);padding-right:var(--stores-sheet-pad-x);padding-left:var(--stores-sheet-pad-x)}.stores-results-panel.is-mobile-sheet .stores-mobile-sheet-detail .stores-detail-actions{z-index:2;margin-right:calc(var(--stores-sheet-pad-x) * -1);margin-left:calc(var(--stores-sheet-pad-x) * -1);border-top:1px solid var(--color-border);padding:var(--jdsc-space-3) var(--stores-sheet-pad-x) calc(var(--jdsc-space-3) + env(safe-area-inset-bottom));background:var(--color-surface);position:sticky;bottom:0;left:auto;right:auto}.stores-results-panel>.panel-search{display:none}.stores-results-panel>.ui-filter-chip-group-panel{overscroll-behavior-x:contain;border-bottom:1px solid var(--color-border);background:var(--color-surface);touch-action:pan-x;flex-wrap:nowrap;flex:none;gap:6px;padding:0 14px 10px;display:flex;overflow-x:auto}.stores-mobile-sheet-expanded .stores-results-panel>.ui-filter-chip-group-panel{padding-top:var(--jdsc-space-2)}.stores-mobile-list-header{flex:none;justify-content:space-between;align-items:center;gap:12px;padding:14px 16px 9px;display:none}.stores-mobile-list-header strong{color:var(--color-text-strong);font-size:14px}.stores-mobile-list-header span{color:var(--color-brand);font-size:12px;font-weight:900}.stores-results-panel .list-header{z-index:1;background:var(--color-surface);padding-top:10px;padding-bottom:10px;position:relative}.stores-list{padding:0 8px 10px}.stores-results-panel .store-list{overscroll-behavior:contain;min-height:0;padding:6px 8px 18px;overflow-y:auto}.stores-list-card-v2.compact{grid-template-columns:38px minmax(0,1fr);gap:9px;padding:10px}.stores-list-card-v2.compact .stores-list-thumb{width:38px;height:38px}.stores-list-card-v2.compact .stores-list-thumb svg{width:20px;height:20px}.stores-list-card-v2.compact .stores-list-content header{gap:6px}.stores-list-card-v2.compact .stores-list-title-line h3{font-size:13.5px}.stores-list-card-v2.compact .stores-list-meta{gap:5px}.stores-list-product-match{padding:8px}.stores-list-product-match strong{-webkit-line-clamp:1;font-size:11.5px}.stores-list-product-match span{font-size:11px}@media (min-width:761px) and (max-width:1024px) and (max-height:640px),(orientation:landscape) and (max-height:520px){body:has(.stores-map-page){--stores-mobile-bottom-nav-h:0px;--stores-mobile-controls-h:56px;--stores-mobile-expanded-controls-h:56px;--stores-mobile-sheet-min-h:clamp(96px, 24dvh, 132px)}body:has(.stores-map-page) .mobile-bottom-nav{display:none}.stores-map-page{--stores-mobile-bottom-nav-h:0px;--stores-mobile-controls-h:56px;--stores-mobile-expanded-controls-h:56px;--stores-mobile-sheet-min-h:clamp(96px, 24dvh, 132px);padding-bottom:0}.stores-mobile-controls{top:8px;left:10px;right:10px}.stores-mobile-controls .panel-searchbar{border-radius:10px;min-height:40px}.stores-map-shell.sheet-expanded .stores-mobile-controls{padding:8px 10px}.stores-map-controls{bottom:calc(var(--stores-mobile-sheet-min-h) + 10px)}.stores-mobile-sheet-header{height:18px!important;padding:6px 0 4px!important}.stores-results-panel>.ui-filter-chip-group-panel{padding:0 12px 8px}.stores-results-panel .list-header{padding-top:8px;padding-bottom:8px}.stores-results-panel .store-list{padding-top:4px;padding-bottom:12px}}}
