:root{--sl-bg-primary: #0d0d0d;--sl-bg-secondary: #1a1a1a;--sl-bg-tertiary: #242424;--sl-bg-hover: #2a2a2a;--sl-text-primary: #ffffff;--sl-text-secondary: #a0a0a0;--sl-text-muted: #666666;--sl-accent: #00d4ff;--sl-accent-hover: #00b8e0;--sl-border: #333333;--sl-border-light: #444444;--sl-success: #4ade80;--sl-sidebar-width: 420px;--sl-transition: .2s ease;--sl-radius: 4px;--sl-radius-lg: 8px}.store-locator{display:flex;width:100%;height:100vh;height:100dvh;background:var(--sl-bg-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--sl-text-primary);position:relative}.store-locator__sidebar{width:var(--sl-sidebar-width);min-width:var(--sl-sidebar-width);height:100%;background:var(--sl-bg-primary);display:flex;flex-direction:column;border-right:1px solid var(--sl-border);position:relative;z-index:8}.store-locator__search-input:focus,.store-locator__search-input:active,.store-locator__search-input:hover{outline:none!important;box-shadow:none!important;border:none!important;background:transparent!important}.store-locator__search-panel{display:flex;flex-direction:column;height:100%}.store-locator__search-header{padding:100px 24px 20px;border-bottom:1px solid var(--sl-border)}.store-locator__logo{margin-bottom:24px;display:none}.store-locator__logo img{height:32px;width:auto;object-fit:contain}.store-locator__logo-text{font-size:20px;font-weight:600;letter-spacing:.02em}.store-locator__search-box{position:relative;display:flex;align-items:center;background:var(--sl-bg-secondary);border:1px solid var(--sl-border);border-radius:var(--sl-radius);transition:border-color var(--sl-transition)}.store-locator__search-box:focus-within{border-color:var(--sl-text-secondary)}.store-locator__search-icon{width:20px;height:20px;margin-left:14px;color:var(--sl-text-secondary);flex-shrink:0}.store-locator__search-input{flex:1;background:transparent;border:none;padding:14px 12px;font-size:15px;color:var(--sl-text-primary);outline:none;width:100%}.store-locator__search-input::placeholder{color:var(--sl-text-muted)}.store-locator__search-clear{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:var(--sl-text-secondary);cursor:pointer;opacity:0;transition:opacity var(--sl-transition);margin-right:4px}.store-locator__search-clear svg{width:16px;height:16px}.store-locator__search-box:focus-within .store-locator__search-clear,.store-locator__search-input:not(:placeholder-shown)~.store-locator__search-clear{opacity:1}.store-locator__search-clear:hover{color:var(--sl-text-primary)}.store-locator__location-btn{display:flex;align-items:center;gap:10px;width:100%;margin-top:16px;padding:12px 14px;background:transparent;border:1px solid var(--sl-border);border-radius:var(--sl-radius);color:var(--sl-text-primary);font-size:14px;cursor:pointer;transition:all var(--sl-transition)}.store-locator__location-btn svg{width:20px;height:20px;color:var(--sl-text-secondary)}.store-locator__location-btn:hover{background:var(--sl-bg-secondary);border-color:var(--sl-text-secondary)}.store-locator__results-info{display:flex;align-items:center;gap:6px;padding:16px 20px;font-size:14px;color:var(--sl-text-secondary);border-bottom:1px solid var(--sl-border)}#storeCount{font-weight:600;color:var(--sl-text-primary)}.store-locator__radius-select{position:relative}.store-locator__radius-select select{-webkit-appearance:none;appearance:none;background:var(--sl-bg-secondary);border:1px solid var(--sl-border);border-radius:var(--sl-radius);padding:6px 32px 6px 12px;font-size:14px;color:var(--sl-text-primary);cursor:pointer;transition:border-color var(--sl-transition)}.store-locator__radius-select select:hover,.store-locator__radius-select select:focus{border-color:var(--sl-text-secondary);outline:none}.store-locator__radius-select:after{content:"";position:absolute;right:12px;top:50%;transform:translateY(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid var(--sl-text-secondary);pointer-events:none}.store-locator__list{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--sl-border) transparent}.store-locator__list::-webkit-scrollbar{width:6px}.store-locator__list::-webkit-scrollbar-track{background:transparent}.store-locator__list::-webkit-scrollbar-thumb{background:var(--sl-border);border-radius:3px}.store-locator__item{padding:20px;border-bottom:1px solid var(--sl-border);cursor:pointer;transition:background var(--sl-transition)}.store-locator__item:hover{background:var(--sl-bg-hover)}.store-locator__item.is-active{background:var(--sl-bg-secondary);border-left:3px solid var(--sl-accent);padding-left:17px}.store-locator__item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:8px}.store-locator__item-name{font-size:16px;font-weight:600;color:var(--sl-text-primary);margin:0}.store-locator__item-distance{font-size:14px;color:var(--sl-text-secondary);white-space:nowrap;margin-left:12px}.store-locator__item-address{font-size:14px;color:var(--sl-text-secondary);line-height:1.5;margin:0}.store-locator__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:var(--sl-text-secondary);gap:16px}.store-locator__spinner{width:32px;height:32px;border:2px solid var(--sl-border);border-top-color:var(--sl-accent);border-radius:50%;animation:sl-spin .8s linear infinite}@keyframes sl-spin{to{transform:rotate(360deg)}}.store-locator__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.store-locator__empty svg{width:48px;height:48px;color:var(--sl-text-muted);margin-bottom:16px}.store-locator__empty p{font-size:16px;color:var(--sl-text-primary);margin:0 0 8px}.store-locator__empty span{font-size:14px;color:var(--sl-text-secondary)}.store-locator__detail-panel{display:flex;flex-direction:column;height:100%}.store-locator__back-btn{display:flex;align-items:center;gap:8px;padding:16px 20px;background:transparent;border:none;border-bottom:1px solid var(--sl-border);color:var(--sl-text-secondary);font-size:14px;cursor:pointer;transition:color var(--sl-transition)}.store-locator__back-btn:hover{color:var(--sl-text-primary)}.store-locator__back-btn svg{width:18px;height:18px}.store-locator__detail-content{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--sl-border) transparent}.store-locator__detail-image{width:100%;aspect-ratio:16/9;object-fit:cover;background:var(--sl-bg-secondary)}.store-locator__detail-image-placeholder{width:100%;aspect-ratio:16/9;background:var(--sl-bg-secondary);display:flex;align-items:center;justify-content:center}.store-locator__detail-image-placeholder svg{width:48px;height:48px;color:var(--sl-text-muted)}.store-locator__detail-body{padding:24px 20px}.store-locator__detail-name{font-size:24px;font-weight:600;margin:0 0 20px;color:var(--sl-text-primary)}.store-locator__detail-services{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px}.store-locator__service-tag{padding:8px 14px;background:var(--sl-bg-secondary);border:1px solid var(--sl-border);border-radius:100px;font-size:13px;color:var(--sl-text-primary)}.store-locator__detail-section{display:flex;align-items:flex-start;gap:14px;padding:16px 0;border-top:1px solid var(--sl-border)}.store-locator__detail-section svg{width:20px;height:20px;color:var(--sl-text-secondary);flex-shrink:0;margin-top:2px}.store-locator__detail-section-content{flex:1}.store-locator__detail-section-content p{margin:0;font-size:15px;line-height:1.6;color:var(--sl-text-primary)}.store-locator__detail-section-content a{color:var(--sl-text-primary);text-decoration:none;transition:color var(--sl-transition)}.store-locator__detail-section-content a:hover{color:var(--sl-accent)}.store-locator__hours-status{display:inline-flex;align-items:center;gap:6px;font-size:14px;margin-bottom:8px}.store-locator__hours-status.is-open{color:var(--sl-success)}.store-locator__hours-status.is-closed{color:#ef4444}.store-locator__hours-status:before{content:"";width:8px;height:8px;border-radius:50%;background:currentColor}.store-locator__hours-list{font-size:14px;color:var(--sl-text-secondary);white-space:pre-line}.store-locator__detail-actions{display:flex;gap:12px;margin-top:24px;padding-top:24px;border-top:1px solid var(--sl-border)}.store-locator__action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;font-size:14px;font-weight:500;border-radius:var(--sl-radius);cursor:pointer;transition:all var(--sl-transition);text-decoration:none}.store-locator__action-btn--primary{background:var(--sl-text-primary);color:var(--sl-bg-primary);border:none}.store-locator__action-btn--primary:hover{background:var(--sl-accent);color:var(--sl-bg-primary)}.store-locator__action-btn--secondary{background:transparent;color:var(--sl-text-primary);border:1px solid var(--sl-border)}.store-locator__action-btn--secondary:hover{border-color:var(--sl-text-primary)}.store-locator__action-btn svg{width:18px;height:18px}.store-locator__map-container{flex:1;position:relative}.store-locator__map{width:100%;height:100%}.gm-style .gm-style-cc,.gm-style .gm-style-mtc{opacity:.7}@media (max-width: 900px){.store-locator{flex-direction:column}.store-locator__sidebar{width:100%;min-width:100%;height:50%;min-height:300px;max-height:50vh;border-right:none;border-bottom:1px solid var(--sl-border);order:2}.store-locator__map-container{height:50%;min-height:250px;order:1}.store-locator__search-header{padding:16px}.store-locator__results-info{padding:12px 16px}.store-locator__item{padding:16px}.store-locator__detail-body{padding:20px 16px}.store-locator__detail-name{font-size:20px}}@media (max-width: 480px){.store-locator__sidebar{max-height:60vh}.store-locator__map-container{min-height:200px}.store-locator__detail-actions{flex-direction:column}}.store-locator__search-panel,.store-locator__detail-panel{animation:sl-fadeIn .2s ease}@keyframes sl-fadeIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.store-locator__cta-link{display:inline-flex;align-items:center;gap:6px;margin-top:12px;padding:8px 0;font-size:13px;color:#888;text-decoration:none;transition:color .2s ease}.store-locator__cta-link:hover{color:#00d4ff}.store-locator__cta-link svg{opacity:.7}.store-locator__cta-link:hover svg{opacity:1}
/*# sourceMappingURL=/cdn/shop/t/17/assets/section-store-locator.css.map */
