:root{--enduristan-red: #da291c;--enduristan-black: #000000;--enduristan-grey-dark: #222222;--enduristan-grey-light: #F4F4F4;--enduristan-border: #E0E0E0}.store-locator-section{max-width:1200px;margin:0 auto;padding:40px 20px;font-family:inherit}.store-locator-title{font-size:2rem;font-weight:700;text-transform:uppercase;margin-bottom:10px;letter-spacing:.05em}.store-locator-description{font-size:1rem;color:#555;margin-bottom:25px;line-height:1.5}.store-locator-description a{color:var(--enduristan-red);text-decoration:underline}.store-locator-tabs{display:none;border-bottom:1px solid var(--enduristan-border);margin-bottom:15px}.store-locator-tab-btn{flex:1;background:none;border:none;padding:12px;font-size:1rem;font-weight:700;text-transform:uppercase;color:#777;cursor:pointer;text-align:center;border-bottom:3px solid transparent;transition:all .2s ease}.store-locator-tab-btn.active{color:var(--enduristan-black);border-bottom-color:var(--enduristan-red)}.store-locator-wrapper{display:flex;border:1px solid var(--enduristan-border);background:#fff;height:600px;overflow:hidden}.store-locator-sidebar{width:400px;flex-shrink:0;border-right:1px solid var(--enduristan-border);display:flex;flex-direction:column;height:100%}.store-locator-search-container{padding:20px;border-bottom:1px solid var(--enduristan-border);background:#fff}.store-locator-search-bar{display:flex;margin-bottom:15px}.store-locator-search-input{flex:1;border:1px solid #ccc;padding:10px 15px;font-size:.95rem;outline:none;transition:border-color .2s}.store-locator-search-input:focus{border-color:var(--enduristan-black)}.store-locator-search-btn{background:var(--enduristan-red);border:none;color:#fff;width:45px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.store-locator-search-btn:hover{background-color:#be0510}.store-locator-search-btn svg{width:18px;height:18px;fill:currentColor}.store-locator-filters{display:flex;flex-wrap:wrap;gap:12px}.store-locator-filter-label{display:inline-flex;align-items:center;font-size:.9rem;cursor:pointer;-webkit-user-select:none;user-select:none}.store-locator-filter-label input[type=checkbox]{accent-color:var(--enduristan-red);margin-right:6px;width:16px;height:16px;cursor:pointer}.store-locator-list{flex:1;overflow-y:auto;list-style:none;padding:0;margin:0}.store-locator-list::-webkit-scrollbar{width:6px}.store-locator-list::-webkit-scrollbar-track{background:#f1f1f1}.store-locator-list::-webkit-scrollbar-thumb{background:#888}.store-locator-list::-webkit-scrollbar-thumb:hover{background:#555}.store-item{padding:20px;border-bottom:1px solid var(--enduristan-border);cursor:pointer;transition:background-color .2s;display:flex;gap:12px}.store-item:hover{background-color:var(--enduristan-grey-light)}.store-item.active{background-color:#fff8f8;border-left:4px solid var(--enduristan-red);padding-left:16px}.store-item-marker-icon{margin-top:2px;color:var(--enduristan-red);flex-shrink:0}.store-item-marker-icon svg{width:18px;height:18px}.store-item-info{flex:1}.store-item-header{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:6px}.store-item-name{font-size:1.05rem;font-weight:700;color:var(--enduristan-red)}.store-item-address{font-size:.85rem;color:#444;line-height:1.4;margin-bottom:8px}.store-item-badge{display:inline-block;font-size:.75rem;font-weight:700;padding:2px 6px;background-color:#eee;color:#333;text-transform:uppercase;margin-right:5px;border-radius:2px}.store-item-badge.distributor{background-color:var(--enduristan-black);color:#fff}.store-item-badge.dealer{background-color:#ddd;color:#000}.store-item-contact{font-size:.85rem;margin-top:8px;line-height:1.4}.store-item-contact div{margin-bottom:4px}.store-item-contact a{color:#666;text-decoration:none;transition:color .15s}.store-item-contact a:hover{color:var(--enduristan-red);text-decoration:underline}.store-locator-map-container{flex:1;height:100%;position:relative}#store-locator-map{width:100%;height:100%}.mapboxgl-popup{max-width:280px!important}.mapboxgl-popup-content{padding:15px 15px 10px!important;font-family:inherit;border-radius:4px;box-shadow:0 4px 15px #00000026!important}.mapboxgl-popup-close-button{font-size:16px;padding:4px 8px!important;color:#777;outline:none}.mapboxgl-popup-close-button:hover{color:var(--enduristan-red);background:none!important}.map-popup-title{font-size:.95rem;font-weight:700;color:var(--enduristan-red);margin-bottom:6px;padding-right:12px}.map-popup-text{font-size:.8rem;color:#333;line-height:1.4;margin-bottom:6px}.map-popup-link{display:inline-block;font-size:.8rem;color:var(--enduristan-red);text-decoration:none;font-weight:700;margin-top:4px}.map-popup-link:hover{text-decoration:underline}.custom-map-marker{cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease-in-out}.custom-map-marker:hover{transform:scale(1.15)}.custom-map-marker svg{filter:drop-shadow(0px 2px 3px rgba(0,0,0,.3))}.store-locator-no-results{padding:30px 20px;text-align:center;color:#777;font-size:.95rem}.store-locator-loader{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;background:#fffc;position:absolute;top:0;left:0;width:100%;z-index:10;transition:opacity .3s ease}.store-locator-spinner{width:40px;height:40px;border:4px solid var(--enduristan-border);border-top-color:var(--enduristan-red);border-radius:50%;animation:locator-spin 1s linear infinite;margin-bottom:10px}@keyframes locator-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media screen and (max-width:768px){.store-locator-tabs{display:flex}.store-locator-wrapper{flex-direction:column;height:auto}.store-locator-sidebar{width:100%;height:450px;border-right:none}.store-locator-map-container{width:100%;height:450px;display:none}.mobile-show-map .store-locator-map-container{display:block}.mobile-show-map .store-locator-sidebar{display:none}}
/*# sourceMappingURL=/cdn/shop/t/14/assets/store-locator.css.map */
