.store-locator{--store-locator-sidebar-width: 400px;--store-locator-map-min-height: 500px;--store-locator-border-color: var(--color-borders);--store-locator-bg: var(--color-background);--store-locator-text: var(--color-text);--store-locator-accent: var(--color-accent)}.store-locator__container{display:grid;grid-template-columns:var(--store-locator-sidebar-width) 1fr;gap:0;border:1px solid var(--store-locator-border-color);border-radius:var(--border-radius);overflow:hidden;min-height:var(--store-locator-map-min-height)}@media screen and (max-width:999px){.store-locator__container{grid-template-columns:1fr;grid-template-rows:auto 1fr}.store-locator__sidebar{order:1}.store-locator__map-container{order:0;min-height:300px}}.store-locator__sidebar{display:flex;flex-direction:column;background:var(--store-locator-bg);border-right:1px solid var(--store-locator-border-color);max-height:600px}@media screen and (max-width:999px){.store-locator__sidebar{border-right:none;border-top:1px solid var(--store-locator-border-color);max-height:400px}}.store-locator__search{padding:20px;border-bottom:1px solid var(--store-locator-border-color);flex-shrink:0}.store-locator__search-form{display:flex;flex-direction:column;gap:12px}.store-locator__search-input-wrapper{display:flex;position:relative}.store-locator__search-input{flex:1;padding:12px 45px 12px 15px;border:1px solid gray;border-radius:var(--border-radius);font-size:14px;background:var(--store-locator-bg);color:var(--store-locator-text)}.store-locator__search-input:focus{outline:none;border-color:var(--store-locator-accent)}.store-locator__search-button{position:absolute;right:5px;top:50%;transform:translateY(-50%);background:none;border:none;padding:8px;cursor:pointer;color:var(--store-locator-text);opacity:.7;transition:opacity .2s}.store-locator__search-button:hover{opacity:1}.store-locator__search-button svg{width:18px;height:18px}.store-locator__search-options{display:flex;align-items:center;gap:10px}.store-locator__radius-label{font-size:14px;color:var(--store-locator-text)}.store-locator__radius-select{padding:8px 12px;border:1px solid var(--store-locator-border-color);border-radius:var(--border-radius);font-size:14px;background:var(--store-locator-bg);color:var(--store-locator-text);cursor:pointer}.store-locator__use-location{display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 15px;background:transparent;border:1px solid var(--store-locator-border-color);border-radius:var(--border-radius);font-size:14px;color:var(--store-locator-text);cursor:pointer;transition:all .2s}.store-locator__use-location:hover{background:var(--store-locator-border-color)}.store-locator__use-location:disabled{opacity:.5;cursor:not-allowed}.store-locator__use-location svg{width:16px;height:16px}.store-locator__results-info{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;background:#00000005;border-bottom:1px solid var(--store-locator-border-color);font-size:14px;flex-shrink:0}.store-locator__clear-search{background:none;border:none;color:var(--store-locator-accent);cursor:pointer;font-size:13px;text-decoration:underline}.store-locator__clear-search:hover{text-decoration:none}.store-locator__list{flex:1;overflow-y:auto;position:relative}.store-locator__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:15px;color:var(--store-locator-text);opacity:.7}.store-locator__spinner{width:40px;height:40px;animation:store-locator-rotate 2s linear infinite}.store-locator__spinner circle{stroke:var(--store-locator-accent);stroke-linecap:round;animation:store-locator-dash 1.5s ease-in-out infinite}@keyframes store-locator-rotate{to{transform:rotate(360deg)}}@keyframes store-locator-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.store-locator__no-results{padding:30px 20px;text-align:center;color:var(--store-locator-text);opacity:.7}.store-locator__no-results p{margin:0;font-size:14px;line-height:1.5}.store-locator__error{padding:30px 20px;text-align:center;color:#c00;font-size:14px}.store-locator__stores{display:flex;flex-direction:column}.store-locator__store-item{padding:20px;border-bottom:1px solid var(--store-locator-border-color);cursor:pointer;transition:background .2s}.store-locator__store-item:hover{background:#00000005}.store-locator__store-item.is-active{background:#0000000a;border-left:3px solid var(--store-locator-accent);padding-left:17px}.store-locator__store-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:8px}.store-locator__store-name{margin:0;font-size:15px;font-weight:600;line-height:1.3}.store-locator__store-distance{font-size:12px;color:var(--store-locator-text);opacity:.7;white-space:nowrap;flex-shrink:0}.store-locator__store-body{margin-bottom:12px}.store-locator__store-address{margin:0 0 8px;font-size:13px;line-height:1.5;color:var(--store-locator-text);opacity:.8}.store-locator__store-phone{margin:0;font-size:13px}.store-locator__store-phone a{color:var(--store-locator-text)}.store-locator__store-actions{display:flex;gap:10px}.store-locator__directions-btn{font-size:12px!important;padding:8px 12px!important}.store-locator__map-container{position:relative;background:#e5e3df}.store-locator__map{width:100%;height:100%;min-height:var(--store-locator-map-min-height)}@media screen and (max-width:999px){.store-locator__map{min-height:300px}}.store-locator__info-window{padding:5px;font-size:13px;line-height:1.5;max-width:250px}.store-locator__info-window strong{display:block;margin-bottom:5px;font-size:14px}.store-locator__info-window a{color:#1a73e8;text-decoration:none}.store-locator__info-window a:hover{text-decoration:underline}.store-locator .cluster{display:flex;align-items:center;justify-content:center;background:var(--store-locator-accent, #1a73e8);border-radius:50%;color:#fff;font-weight:700;font-size:14px}.store-locator__list::-webkit-scrollbar{width:6px}.store-locator__list::-webkit-scrollbar-track{background:transparent}.store-locator__list::-webkit-scrollbar-thumb{background:#0003;border-radius:3px}.store-locator__list::-webkit-scrollbar-thumb:hover{background:#0000004d}.store-locator .gm-style .gm-style-iw-c{padding:15px!important;border-radius:var(--border-radius)!important}.store-locator .gm-style .gm-style-iw-d{overflow:auto!important}.store-locator .gm-style .gm-style-iw-tc:after{background:#fff!important}.store-locator .scaled-store-icon{transform:scale(1.3);transition:transform .2s ease}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-store-locator.css.map */
