.store-locator{--sl-gap: 24px;--sl-radius: 8px;--sl-border: #e2e2e2;--sl-bg: #ffffff;--sl-bg-muted: #f7f7f7;--sl-text: #102b26;--sl-text-muted: #6b6b6b;--sl-accent: #d8a598;--sl-map-height: min(760px, 85vh)}.store-locator__inner{display:flex;flex-direction:column;gap:var(--sl-gap)}.store-locator__controls{display:flex;flex-direction:column;gap:12px}.store-locator__search{position:relative}.store-locator__search-input{width:100%;padding:10px 14px;border:1px solid var(--sl-border);border-radius:var(--sl-radius);font-size:14px;background:var(--sl-bg)}.store-locator__search-input:focus{outline:2px solid var(--sl-accent);outline-offset:2px}.store-locator__geo-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 14px;white-space:nowrap;width:100%}.store-locator__filters{display:flex;flex-direction:column;gap:8px;border:0;padding:0;margin:0}.store-locator__filters-title{font-weight:600;font-size:13px;margin:0;padding:0}.store-locator__filters-chips{display:flex;flex-wrap:wrap;gap:6px}.store-locator__filter-label{display:inline-flex;align-items:center;padding:6px 14px;border:1px solid var(--sl-border);border-radius:999px;cursor:pointer;font-size:14px;transition:background .15s,border-color .15s;-webkit-user-select:none;user-select:none}.store-locator__filter-label:has(.store-locator__filter-input:checked){background:var(--sl-accent);border-color:var(--sl-accent);color:#fff}.store-locator__filter-input{display:none}.store-locator__count{font-size:14px;color:var(--sl-text-muted);font-weight:500}.store-locator__body{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);grid-template-areas:"controls map" "list     map";gap:var(--sl-gap);align-items:stretch;height:var(--sl-map-height)}.store-locator__controls{grid-area:controls}.store-locator__map{grid-area:map;height:var(--sl-map-height);border-radius:var(--sl-radius);overflow:hidden;background:var(--sl-bg-muted)}.store-locator__list-wrap{grid-area:list;display:flex;flex-direction:column;gap:8px;min-height:0}.store-locator__map-skeleton{width:100%;height:100%;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:store-locator-skeleton 1.5s ease-in-out infinite}@keyframes store-locator-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.store-locator__list{display:flex;flex-direction:column;gap:8px;flex:1;overflow-y:auto;min-height:0;padding-right:8px}.store-locator__card{border:1px solid var(--sl-border);border-radius:var(--sl-radius);padding:12px;background:var(--sl-bg);cursor:pointer;transition:border-color .15s,box-shadow .15s}.store-locator__card:hover,.store-locator__card.is-active{border-color:var(--sl-accent);box-shadow:0 4px 12px #0000000f}.store-locator__card.is-hidden{display:none}.store-locator__card-header{display:flex;align-items:center;gap:10px;margin-bottom:6px}.store-locator__card-logo{width:28px;height:28px;border-radius:4px;object-fit:contain;flex-shrink:0}.store-locator__card-titles{display:flex;flex-direction:column;gap:2px;min-width:0}.store-locator__card-name{font-size:14px;font-weight:600;margin:0;color:var(--sl-text);line-height:1.3}.store-locator__card-distance{font-size:12px;color:var(--sl-text-muted);margin:0}.store-locator__card-address{font-size:13px;color:var(--sl-text-muted);margin:0;line-height:1.4}.store-locator__card-address p{margin:0 0 2px}.store-locator__card[aria-expanded=true] .store-locator__card-details{display:block}.store-locator__card-details{display:none;margin-top:16px;padding-top:16px;border-top:1px solid var(--sl-border);font-size:14px}.store-locator__card-row{display:flex;gap:8px;margin-bottom:8px;color:var(--sl-text)}.store-locator__card-row a{color:var(--sl-text);text-decoration:underline}.store-locator__card-maps-btn{display:inline-block;margin-top:12px}.store-locator__empty,.store-locator__no-results{padding:48px 16px;text-align:center;color:var(--sl-text-muted);background:var(--sl-bg-muted);border-radius:var(--sl-radius)}.store-locator__map-error{display:flex;align-items:center;justify-content:center;height:100%;padding:24px;text-align:center;color:var(--sl-text-muted)}.store-locator__toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%) translateY(80px);background:#102b26;color:#fff;padding:12px 20px;border-radius:999px;font-size:14px;opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease;z-index:9999}.store-locator__toast.is-visible{transform:translate(-50%) translateY(0);opacity:1}@media(max-width:1023px){.store-locator__body{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto auto;grid-template-areas:"controls" "map" "list";--sl-map-height: 400px;height:auto}.store-locator__list{flex:none;max-height:60vh;overflow-y:auto;padding-right:0}}.store-locator .visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
/*# sourceMappingURL=/cdn/shop/t/212/assets/section-store-locator.css.map */
