#store-locator{display:flex;height:620px;font-family:var(--font-body-family, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);border:1px solid #e5e5e5;border-radius:4px;overflow:hidden;position:relative}#sl-panel{width:380px;min-width:320px;display:flex;flex-direction:column;background:#fff;border-right:1px solid #e5e5e5;z-index:1}#sl-search-wrap{padding:16px;border-bottom:1px solid #e5e5e5;background:#fff}#sl-search-row{display:flex;gap:8px}#sl-search-input{flex:1;padding:10px 14px;border:1px solid #d1d1d1;border-radius:3px;font-size:14px;outline:none;transition:border-color .2s;color:#333}#sl-search-input:focus{border-color:#555}#sl-search-btn{padding:10px 18px!important;background:#fff!important;color:#1a1a1a!important;border:1px solid #1a1a1a!important;border-radius:3px!important;font-size:13px!important;font-weight:700!important;cursor:pointer!important;white-space:nowrap!important;transition:all .2s!important;letter-spacing:.03em!important;text-transform:none!important;box-shadow:none!important}#sl-search-btn:hover{background:#1a1a1a!important;color:#fff!important}#sl-geo-row{margin-top:10px;display:flex}#sl-geolocate-btn{display:flex!important;align-items:center!important;gap:8px!important;padding:10px 18px!important;background:#fff!important;color:#1a1a1a!important;border:1px solid #1a1a1a!important;border-radius:3px!important;font-size:13px!important;font-weight:700!important;cursor:pointer!important;letter-spacing:.04em!important;transition:all .2s!important;white-space:nowrap!important;text-transform:none!important;box-shadow:none!important;width:auto!important}#sl-geolocate-btn:hover{background:#1a1a1a!important;color:#fff!important}#sl-geolocate-btn:active{transform:scale(.97)}.sl-geo-spinner{display:inline-block;width:12px;height:12px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:sl-spin .7s linear infinite}#sl-results-header{padding:10px 16px;font-size:13px;color:#555;border-bottom:1px solid #f0f0f0;background:#fafafa;display:flex;justify-content:space-between;align-items:center}#sl-results-count strong{color:#222}#sl-reset-btn{background:none;border:none;color:#888;font-size:12px;cursor:pointer;text-decoration:underline;padding:0}#sl-reset-btn:hover{color:#333}#sl-list{flex:1;overflow-y:auto;list-style:none;margin:0;padding:0}#sl-list::-webkit-scrollbar{width:4px}#sl-list::-webkit-scrollbar-track{background:#f5f5f5}#sl-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:2px}.sl-store-item{padding:14px 16px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background .15s;display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.sl-store-item:hover,.sl-store-item.active{background:#f7f7f7}.sl-store-item.active{border-left:3px solid #222;padding-left:13px}.sl-store-info{flex:1;min-width:0}.sl-store-name{font-size:13px;font-weight:700;color:#1a1a1a;margin:0 0 3px;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sl-store-address{font-size:12px;color:#666;margin:0;line-height:1.4}.sl-store-distance{font-size:12px;color:#888;white-space:nowrap;margin-top:2px;flex-shrink:0}#sl-loading,#sl-empty{padding:40px 20px;text-align:center;color:#888;font-size:13px}#sl-loading-spinner{width:28px;height:28px;border:3px solid #eee;border-top-color:#555;border-radius:50%;animation:sl-spin .7s linear infinite;margin:0 auto 12px}@keyframes sl-spin{to{transform:rotate(360deg)}}#sl-map{flex:1;height:100%;z-index:1}.sl-popup .leaflet-popup-content-wrapper{border-radius:4px;box-shadow:0 4px 20px #00000026;padding:0;overflow:hidden}.sl-popup .leaflet-popup-content{margin:0;min-width:220px}.sl-popup-inner{padding:14px 16px}.sl-popup-name{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#1a1a1a;margin:0 0 6px}.sl-popup-address,.sl-popup-hours{font-size:12px;color:#555;margin:0 0 6px;line-height:1.5}.sl-popup-hours strong{color:#333}.sl-popup-links{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.sl-popup-link{font-size:11px;color:#fff;background:#222;padding:5px 10px;border-radius:3px;text-decoration:none;transition:background .2s}.sl-popup-link:hover{background:#444}.sl-popup-link.secondary{background:#f0f0f0;color:#333}.sl-popup-link.secondary:hover{background:#e0e0e0}.marker-cluster-small,.marker-cluster-medium,.marker-cluster-large{background-color:#6366f133!important}.marker-cluster-small div,.marker-cluster-medium div,.marker-cluster-large div{background-color:#6366f1d9!important;color:#fff!important;font-weight:700!important;font-size:13px!important}.sl-user-pin{width:16px;height:16px;background:#4f46e5;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #4f46e54d}#sl-autocomplete{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d1d1d1;border-top:none;border-radius:0 0 3px 3px;list-style:none;margin:0;padding:0;z-index:1000;box-shadow:0 4px 12px #0000001a;max-height:220px;overflow-y:auto}.sl-autocomplete-item{padding:10px 14px;font-size:13px;color:#333;cursor:pointer;border-bottom:1px solid #f0f0f0;line-height:1.4;transition:background .1s}.sl-autocomplete-item:last-child{border-bottom:none}.sl-autocomplete-item:hover{background:#f7f7f7}@media(max-width:768px){#store-locator{flex-direction:column;height:auto}#sl-panel{width:100%;min-width:unset;border-right:none;border-bottom:1px solid #e5e5e5;max-height:400px}#sl-map{height:350px;flex:none}}
/*# sourceMappingURL=/cdn/shop/t/24/assets/store-locator.css.map */
