:root{--sl-orange:#f09a0d;--sl-orange-hover:#d98c0b;--sl-orange-soft:#fef3dc;--sl-orange-muted:#fdf7ed;--sl-white:#ffffff;--sl-border:#efefef;--sl-text:#1a1a1a;--sl-text-muted:#888888;--sl-text-light:#b0b0b0;--sl-shadow:0 2px 16px rgba(0,0,0,0.07);--sl-radius:12px;--sl-radius-sm:8px}.sl-wrap *{box-sizing:border-box}.sl-wrap{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;color:var(--sl-text);max-width:1280px;margin:0 auto;padding:32px 20px 48px}.sl-controls{display:flex;flex-wrap:nowrap;gap:10px;margin-bottom:16px;align-items:stretch}.sl-search-wrap{flex:2 1 200px;min-width:0;position:relative}.sl-search-icon{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:var(--sl-text-light);pointer-events:none;display:flex;align-items:center}#sl-search{width:100%;height:44px;padding:0 14px 0 38px;border:1.5px solid var(--sl-border);border-radius:var(--sl-radius-sm);font-size:.9rem;outline:none;background:var(--sl-white);color:var(--sl-text);transition:border-color .2s,box-shadow .2s}#sl-search::placeholder{color:var(--sl-text-light)}#sl-search:focus{border-color:var(--sl-orange);box-shadow:0 0 0 3px rgb(240 154 13 / .10)}.sl-filters{display:contents}.sl-select{flex:1 1 140px;min-width:115px;max-width:180px;height:44px;padding:0 28px 0 11px;border:1.5px solid var(--sl-border);border-radius:var(--sl-radius-sm);font-size:.85rem;appearance:none;cursor:pointer;color:var(--sl-text);background:var(--sl-white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 10px center;outline:none;transition:border-color .2s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sl-select:focus{border-color:var(--sl-orange)}.sl-btn-reset{flex:0 0 auto;height:44px;padding:0 15px;border:1.5px solid var(--sl-border);border-radius:var(--sl-radius-sm);background:var(--sl-white);font-size:.85rem;color:var(--sl-text-muted);cursor:pointer;white-space:nowrap;transition:all .2s}.sl-btn-reset:hover{border-color:var(--sl-orange);color:var(--sl-orange);background:var(--sl-orange-muted)}.sl-main{display:flex;gap:16px;align-items:stretch}.sl-sidebar{width:310px;flex-shrink:0;background:var(--sl-white);border:1.5px solid var(--sl-border);border-radius:var(--sl-radius);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--sl-shadow)}.sl-list-header{padding:11px 16px;background:var(--sl-orange);color:#fff;font-size:.82rem;font-weight:700;flex-shrink:0;letter-spacing:.02em}.sl-list-header .sl-count-wrap{display:none!important}.sl-list{overflow-y:auto;flex:1}.sl-list::-webkit-scrollbar{width:3px}.sl-list::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.sl-list::-webkit-scrollbar-thumb:hover{background:var(--sl-orange)}.sl-store-card{padding:12px 16px;border-bottom:1px solid var(--sl-border);cursor:pointer;transition:background .15s;display:flex;gap:10px;align-items:flex-start}.sl-store-card:last-child{border-bottom:none}.sl-store-card:hover{background:var(--sl-orange-muted)}.sl-store-card.active{background:var(--sl-orange-soft);border-left:3px solid var(--sl-orange);padding-left:13px}.sl-card-bullet{width:7px;height:7px;background:#ddd;border-radius:50%;margin-top:5px;flex-shrink:0;transition:background .15s}.sl-store-card:hover .sl-card-bullet,.sl-store-card.active .sl-card-bullet{background:var(--sl-orange)}.sl-store-info{flex:1;min-width:0}.sl-store-name{font-weight:700;font-size:.85rem;color:var(--sl-text);margin:0 0 3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sl-store-address{font-size:.77rem;color:var(--sl-text-muted);margin:0 0 6px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sl-store-badge{display:inline-block;background:var(--sl-orange-soft);color:var(--sl-orange-hover);font-size:.68rem;font-weight:600;padding:2px 7px;border-radius:20px}.sl-loading,.sl-no-result{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 16px;color:var(--sl-text-muted);text-align:center;gap:10px}.sl-spinner{width:28px;height:28px;border:2px solid var(--sl-border);border-top-color:var(--sl-orange);border-radius:50%;animation:sl-spin .7s linear infinite}@keyframes sl-spin{to{transform:rotate(360deg)}}.sl-loading p,.sl-no-result p{margin:0;font-size:.82rem}.sl-map-wrap{flex:1;border-radius:var(--sl-radius);overflow:hidden;border:1.5px solid var(--sl-border);box-shadow:var(--sl-shadow)}#sl-map{width:100%;height:100%;min-height:520px}.leaflet-control-attribution{display:none!important}.leaflet-control-zoom{border:1.5px solid var(--sl-border)!important;border-radius:var(--sl-radius-sm)!important;box-shadow:var(--sl-shadow)!important;overflow:hidden}.leaflet-control-zoom a{color:#666!important;border-bottom-color:var(--sl-border)!important}.leaflet-control-zoom a:hover{background:var(--sl-orange-soft)!important;color:var(--sl-orange)!important}.leaflet-popup-content-wrapper{border-radius:var(--sl-radius)!important;box-shadow:0 8px 32px rgb(0 0 0 / .13)!important;padding:0!important;overflow:hidden;border:none!important}.leaflet-popup-content{margin:0!important;width:240px!important}.leaflet-popup-close-button{top:10px!important;right:10px!important;color:rgb(255 255 255 / .8)!important;font-size:18px!important}.leaflet-popup-close-button:hover{color:#fff!important;background:none!important}.sl-popup-head{background:var(--sl-orange);padding:14px 36px 12px 16px}.sl-popup-title{font-size:.88rem;font-weight:700;color:#fff;margin:0;line-height:1.3}.sl-popup-body{padding:12px 16px 14px}.sl-popup-detail{font-size:.79rem;color:var(--sl-text-muted);margin:0 0 5px;line-height:1.45}.sl-popup-detail:last-of-type{margin-bottom:12px}.sl-popup-wa{display:flex;align-items:center;justify-content:center;gap:7px;width:100%;background:#25d366;color:#fff;font-size:.82rem;font-weight:600;padding:9px;border-radius:var(--sl-radius-sm);text-decoration:none;transition:background .2s}.sl-popup-wa:hover{background:#1ebe5d;color:#fff}.leaflet-popup-tip-container{display:none!important}.sl-tooltip.leaflet-tooltip{background:rgb(20 20 20 / .88)!important;color:#fff!important;border:none!important;border-radius:6px!important;font-size:.77rem!important;font-weight:600!important;padding:5px 9px!important;white-space:nowrap!important;pointer-events:none!important}.sl-tooltip.leaflet-tooltip::before{display:none!important}@media (max-width:900px){.sl-main{flex-direction:column-reverse}.sl-sidebar{width:100%;max-height:280px}#sl-map{min-height:360px}}@media (max-width:600px){.sl-controls{flex-wrap:wrap}.sl-search-wrap{flex:1 1 100%}.sl-select{flex:1 1 calc(50% - 5px);max-width:none}}.sl-store-locator,.store-locator-wrapper,.sl-locator-layout{width:100%}@media(min-width:992px){.sl-store-locator,.store-locator-wrapper,.sl-locator-layout{display:flex;gap:0;height:78vh;min-height:780px;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 10px 40px rgb(0 0 0 / .08)}.sl-map-wrap,.store-map,#store-locator-map{width:60%;height:100%!important;position:sticky;top:0}.sl-store-list,.store-list,.sl-sidebar{width:40%;height:100%;overflow-y:auto;border-left:1px solid #ececec;background:#fff}.sl-store-item,.store-item{padding:24px;border-bottom:1px solid #efefef;transition:.25s ease}.sl-store-item:hover,.store-item:hover{background:#fafafa}}@media(max-width:768px){.sl-store-locator,.store-locator-wrapper,.sl-locator-layout{display:block;background:#fff}.sl-map-wrap,.store-map,#store-locator-map{height:260px!important;border-radius:0}.sl-sidebar,.sl-store-list,.store-list{width:100%;background:#fff;margin-top:0}.sl-search-wrap,.store-search{padding:14px 16px 8px;background:#fff;position:sticky;top:0;z-index:20}.sl-search-wrap input,.store-search input,.sl-search-input{width:100%;height:46px;border-radius:10px;border:1px solid #e5e5e5;padding:0 14px;font-size:14px;box-shadow:none}.sl-store-item,.store-item{padding:18px 16px;border-bottom:1px solid #f1f1f1;background:#fff}.sl-store-item h3,.store-item h3{font-size:18px;line-height:1.35;margin-bottom:6px}.sl-store-item p,.store-item p{font-size:13px;line-height:1.55;color:#666;margin-bottom:4px}.sl-direction-btn,.direction-btn,.sl-btn-direction{display:inline-flex;align-items:center;justify-content:center;min-width:110px;height:40px;border-radius:4px;font-size:13px;font-weight:600;text-transform:uppercase;margin-top:12px}.leaflet-control-container{zoom:.92}}@media (min-width:1024px){.sl-main{height:75vh;min-height:600px}.sl-sidebar{height:100%}.sl-list{height:100%;overflow-y:auto}.sl-map-wrap{height:100%}.sl-map-wrap #sl-map{height:100%!important}}@media (max-width:768px){.sl-main{flex-direction:column;height:auto}.sl-map-wrap{order:1;margin-bottom:15px}.sl-map-wrap #sl-map{height:250px!important}.sl-sidebar{order:2;width:100%;height:auto}.sl-list{max-height:none;overflow:visible}.sl-store-card{border-radius:10px;margin:8px;box-shadow:0 3px 10px rgb(0 0 0 / .05);border:1px solid #f1f1f1}}@media (min-width:1024px){.sl-main{height:75vh;min-height:600px}.sl-sidebar{height:100%}.sl-list{height:100%;overflow-y:auto}.sl-map-wrap{height:100%}.sl-map-wrap #sl-map{height:100%!important}}@media (max-width:768px){.sl-main{flex-direction:column;height:auto}.sl-map-wrap{order:1;margin-bottom:15px}.sl-map-wrap #sl-map{height:250px!important}.sl-sidebar{order:2;width:100%;height:auto}.sl-list{max-height:none;overflow:visible}.sl-store-card{border-radius:10px;margin:8px;box-shadow:0 3px 10px rgb(0 0 0 / .05);border:1px solid #f1f1f1}}