:root{--sl-primary: #000;--sl-accent: #4CAF50;--sl-border: #ddd;--sl-bg-light: #f9f9f9;--sl-text-primary: #333;--sl-text-secondary: #666;--sl-text-tertiary: #999}.store-locator{width:100%}.store-locator__container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.store-locator__header{text-align:center;margin-bottom:2rem}.store-locator__title{font-size:2rem;font-weight:700;margin:0 0 .5rem;color:var(--sl-primary);line-height:1.2}.store-locator__subtitle{font-size:1rem;color:var(--sl-text-secondary);margin:0;line-height:1.5}.store-locator__search{position:relative;margin-bottom:2rem}.store-locator__search-input{width:100%;padding:.875rem 2.5rem .875rem 1rem;font-size:1rem;border:2px solid var(--sl-border);border-radius:4px;font-family:inherit;transition:border-color .2s ease,box-shadow .2s ease;background:#fff}.store-locator__search-input:hover{border-color:#bbb}.store-locator__search-input:focus{outline:none;border-color:var(--sl-primary);box-shadow:0 0 0 3px #0000001a}.store-locator__search-clear{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--sl-text-tertiary);padding:.5rem;transition:color .2s ease;line-height:1}.store-locator__search-clear:hover{color:var(--sl-text-primary)}.store-locator__search-clear:focus{outline:2px solid var(--sl-primary);outline-offset:2px}.store-locator__search-results{font-size:.875rem;color:var(--sl-text-secondary);margin-top:.5rem;padding:0 .5rem}.store-locator__main{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.store-locator__map-wrapper{background:var(--sl-bg-light);border-radius:4px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.store-locator__map{width:100%;height:400px;background:#e0e0e0;display:flex;align-items:center;justify-content:center;color:var(--sl-text-tertiary);font-size:.9rem}.store-locator__list-wrapper{display:flex;flex-direction:column;min-height:0}.store-locator__list{flex:1;overflow-y:auto;max-height:500px;border:1px solid var(--sl-border);border-radius:4px;background:#fff;box-shadow:0 2px 8px #0000001a}.store-locator__list::-webkit-scrollbar{width:8px}.store-locator__list::-webkit-scrollbar-track{background:var(--sl-bg-light)}.store-locator__list::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.store-locator__list::-webkit-scrollbar-thumb:hover{background:#aaa}.store-locator__loading,.store-locator__empty{padding:2rem;text-align:center;color:var(--sl-text-tertiary);font-size:.95rem;margin:0}.store-locator__city-group{padding:1.5rem;border-bottom:1px solid var(--sl-border)}.store-locator__city-group:last-child{border-bottom:none}.store-locator__city-group:hover{background:var(--sl-bg-light)}.store-locator__city-title{font-size:.95rem;font-weight:700;margin:0 0 1rem;color:var(--sl-primary);text-transform:uppercase;letter-spacing:.5px}.store-locator__location-list{list-style:none;margin:0;padding:0}.store-locator__location-item{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0;font-size:.875rem;transition:background .2s ease;cursor:pointer}.store-locator__location-item:hover,.store-locator__location-item.hover{background:#4caf5014;padding:.5rem;border-radius:3px}.store-locator__location-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.store-locator__location-item.active{background:#4caf5026;padding:.75rem;border-radius:3px;border-left:4px solid var(--sl-accent);box-shadow:0 2px 8px #4caf5033}.store-locator__location-name{font-weight:600;color:var(--sl-primary);margin-bottom:.375rem}.store-locator__location-address{color:var(--sl-text-secondary);margin-bottom:.25rem}.store-locator__location-city-postal{color:var(--sl-text-tertiary);margin-bottom:.5rem;font-size:.8rem}.store-locator__location-phone{margin-bottom:.5rem}.store-locator__location-phone a{color:var(--sl-accent);text-decoration:none;transition:color .2s ease}.store-locator__location-phone a:hover{color:#45a049;text-decoration:underline}.store-locator__location-phone a:focus{outline:2px solid var(--sl-primary);outline-offset:2px}.store-locator__location-directions{color:var(--sl-accent);text-decoration:none;font-weight:600;display:inline-block;transition:all .2s ease}.store-locator__location-directions:hover{color:#45a049;text-decoration:underline}.store-locator__location-directions:focus{outline:2px solid var(--sl-primary);outline-offset:2px}.store-locator__info-window{font-family:inherit}.info-window__header{border-bottom:2px solid var(--sl-accent);padding-bottom:.5rem;margin-bottom:.75rem}.info-window__title{margin:0;font-size:1rem;font-weight:700;color:var(--sl-primary)}.info-window__body{font-size:.875rem}.info-window__address{margin:0 0 .75rem;color:var(--sl-text-primary);line-height:1.5}.info-window__phone,.info-window__website,.info-window__directions{margin:0 0 .5rem}.info-window__phone a,.info-window__website a,.info-window__directions a{color:var(--sl-accent);text-decoration:none;font-weight:600;transition:color .2s ease}.info-window__phone a:hover,.info-window__website a:hover,.info-window__directions a:hover{color:#45a049;text-decoration:underline}.store-locator__tabs{display:none;border-bottom:1px solid var(--sl-border);margin-bottom:1rem}.store-locator__tab-button{flex:1;padding:1rem;background:none;border:none;cursor:pointer;font-size:.95rem;font-weight:600;color:var(--sl-text-secondary);border-bottom:3px solid transparent;transition:all .2s ease}.store-locator__tab-button.active{color:var(--sl-primary);border-bottom-color:var(--sl-primary)}@media(max-width:768px){.store-locator__container{padding:1.5rem 1rem}.store-locator__title{font-size:1.5rem}.store-locator__main{grid-template-columns:1fr;gap:1.5rem}.store-locator__map{height:300px}.store-locator__list{max-height:400px}}@media(max-width:480px){.store-locator__container{padding:1rem}.store-locator__title{font-size:1.25rem}.store-locator__subtitle{font-size:.9rem}.store-locator__main{grid-template-columns:1fr;gap:1rem}.store-locator__map{height:250px}.store-locator__list{max-height:300px}.store-locator__tabs{display:flex}.store-locator__city-group{padding:1rem}.store-locator__location-item{font-size:.8rem}.store-locator__search-input{font-size:16px}}
/*# sourceMappingURL=/cdn/shop/t/16/assets/store-locator.css.map */
