.store-locator-section{position:relative}.store-locator-section .section__heading{font-size:var(--store-locator-heading-size, 32px)!important}.store-locator-container{display:flex;flex-direction:column;gap:2rem;min-height:600px}@media (min-width: 768px){.store-locator-container{flex-direction:row;min-height:700px}}.store-locator-sidebar{flex:0 0 100%;display:flex;flex-direction:column;background:var(--color-scheme-bg, #ffffff);border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;max-height:600px}@media (min-width: 768px){.store-locator-sidebar{flex:0 0 400px;max-height:700px}}.store-locator-controls{padding:1.5rem;border-bottom:1px solid var(--color-border, #e5e5e5);background:var(--color-scheme-bg, #ffffff);position:sticky;top:0;z-index:10}.store-locator-search{position:relative;margin-bottom:1rem}.store-locator-search-input{width:100%;padding:.75rem 2.5rem .75rem 1rem;border:1px solid var(--color-border, #e5e5e5);border-radius:6px;font-size:var(--store-locator-search-size, 16px);transition:border-color .2s,box-shadow .2s;background:var(--color-scheme-bg, #ffffff);color:var(--color-scheme-text, #000000)}.store-locator-search-input:focus{outline:none;border-color:var(--color-scheme-accent, #007bff);box-shadow:0 0 0 3px #007bff1a}.store-locator-search-icon{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);color:var(--color-scheme-text-muted, #666666);pointer-events:none}.store-locator-filters{margin-top:.5rem}.store-locator-filter-label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:500;color:var(--color-scheme-text, #000000)}.store-locator-city-filter{width:100%;padding:.75rem;border:1px solid var(--color-border, #e5e5e5);border-radius:6px;font-size:1rem;background:var(--color-scheme-bg, #ffffff);color:var(--color-scheme-text, #000000);cursor:pointer;transition:border-color .2s,box-shadow .2s}.store-locator-city-filter:focus{outline:none;border-color:var(--color-scheme-accent, #007bff);box-shadow:0 0 0 3px #007bff1a}.store-locator-list{flex:1;overflow-y:auto;padding:0;-webkit-overflow-scrolling:touch}.store-locator-item{padding:1.5rem;border-bottom:1px solid var(--color-border, #e5e5e5);cursor:pointer;transition:background-color .2s,transform .1s;background:var(--color-scheme-bg, #ffffff)}.store-locator-item:hover{background:var(--color-scheme-bg-alt, #f5f5f5)}.store-locator-item:active{transform:scale(.98)}.store-locator-item--active{background:var(--color-scheme-bg-alt, #f5f5f5);border-left:3px solid var(--color-scheme-accent, #007bff)}.store-locator-item:last-child{border-bottom:none}.store-locator-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.store-locator-item-name{font-size:var(--store-locator-store-name-size, 18px);font-weight:600;margin:0;color:var(--color-scheme-text, #000000);flex:1}.store-locator-item-city{font-size:var(--store-locator-city-size, 14px);color:var(--color-scheme-text-muted, #666666);background:var(--color-scheme-bg-alt, #f5f5f5);padding:.25rem .5rem;border-radius:4px;white-space:nowrap}.store-locator-item-details{margin-bottom:1rem}.store-locator-item-address{font-size:var(--store-locator-address-size, 14px);color:var(--color-scheme-text-muted, #666666);margin:.5rem 0;line-height:1.5}.store-locator-item-phone{font-size:var(--store-locator-phone-size, 14px);color:var(--color-scheme-text-muted, #666666);margin:.5rem 0;line-height:1.5}.store-locator-item-hours{font-size:var(--store-locator-hours-size, 14px);color:var(--color-scheme-text-muted, #666666);margin:.5rem 0;line-height:1.5}.store-locator-item-phone a{text-decoration:none;transition:color .2s,transform .2s;display:inline-flex;align-items:center;gap:.5rem}.store-locator-whatsapp-link{color:var(--store-locator-whatsapp-color, #25D366);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s,transform .2s}.store-locator-whatsapp-link:hover{color:var(--store-locator-whatsapp-color, #25D366);text-decoration:none;transform:scale(1.05);opacity:.9}.store-locator-whatsapp-icon{flex-shrink:0;width:18px;height:18px;fill:currentColor}.store-locator-item-buttons{display:flex;gap:.75rem;flex-direction:column}@media (min-width: 480px){.store-locator-item-buttons{flex-direction:row}}.store-locator-item-button{padding:.5rem 1rem;background:var(--store-locator-button-bg, var(--color-scheme-accent, #007bff));color:var(--store-locator-button-text, #ffffff);border:none;border-radius:4px;font-size:var(--store-locator-button-size, 14px);font-weight:500;cursor:pointer;transition:background-color .2s,transform .1s;width:100%;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;text-align:center;box-sizing:border-box}@media (min-width: 480px){.store-locator-item-button{flex:1}}.store-locator-item-button:hover{background:var(--store-locator-button-hover, var(--color-scheme-accent-hover, #0056b3));color:var(--store-locator-button-text, #ffffff);text-decoration:none}.store-locator-item-button:active{transform:scale(.98)}.store-locator-item-button--secondary{background:transparent;color:var(--store-locator-button-bg, var(--color-scheme-accent, #007bff));border:1px solid var(--store-locator-button-bg, var(--color-scheme-accent, #007bff))}.store-locator-item-button--secondary:hover{background:var(--store-locator-button-bg, var(--color-scheme-accent, #007bff));color:var(--store-locator-button-text, #ffffff);border-color:var(--store-locator-button-bg, var(--color-scheme-accent, #007bff))}.store-locator-google-maps-icon{flex-shrink:0}.store-locator-empty{padding:3rem 1.5rem;text-align:center;color:var(--color-scheme-text-muted, #666666)}.store-locator-empty p{margin:0;font-size:1rem}.store-locator-map-container{flex:1;min-height:400px;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a;position:relative}@media (min-width: 768px){.store-locator-map-container{min-height:700px}}.store-locator-map{width:100%;height:100%;min-height:400px;z-index:1}@media (min-width: 768px){.store-locator-map{min-height:700px}}.store-locator-popup{padding:.5rem;min-width:200px}.store-locator-popup-name{font-size:var(--store-locator-store-name-size, 18px);font-weight:600;margin:0 0 .5rem;color:#000}.store-locator-popup-city{font-size:var(--store-locator-city-size, 14px);color:#666;margin:.25rem 0}.store-locator-popup-address{font-size:var(--store-locator-address-size, 14px);color:#333;margin:.5rem 0;line-height:1.5}.store-locator-popup-phone{font-size:var(--store-locator-phone-size, 14px);margin:.5rem 0}.store-locator-popup-phone a{text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.store-locator-popup-whatsapp-link{color:var(--store-locator-whatsapp-color, #25D366);text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s,transform .2s}.store-locator-popup-whatsapp-link:hover{color:var(--store-locator-whatsapp-color, #25D366);text-decoration:none;transform:scale(1.05);opacity:.9}.store-locator-popup-whatsapp-icon{flex-shrink:0;width:16px;height:16px;fill:currentColor}.store-locator-popup-hours{font-size:var(--store-locator-hours-size, 14px);color:#666;margin:.5rem 0 0}.leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 4px 12px #00000026}.leaflet-popup-tip{box-shadow:0 2px 4px #0000001a}.leaflet-marker-icon{z-index:1000}.leaflet-marker-shadow{z-index:999}.store-locator-custom-marker{background:transparent!important;border:none!important;text-align:center}.store-locator-custom-marker svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.3));transition:transform .2s}.store-locator-custom-marker:hover svg{transform:scale(1.1)}.store-locator-popup-wrapper{border-radius:8px}@media (max-width: 767px){.store-locator-container{gap:1rem}.store-locator-sidebar{max-height:400px}.store-locator-map{min-height:400px}.store-locator-controls,.store-locator-item{padding:1rem}.store-locator-item-name{font-size:calc(var(--store-locator-store-name-size, 18px) * .9)}}.store-locator-map-container:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:var(--color-scheme-bg, #ffffff);z-index:2;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s}.store-locator-map-container.loading:before{opacity:1;pointer-events:all}.store-locator-map-container.loading:after{content:"Loading map...";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;color:var(--color-scheme-text-muted, #666666);font-size:.875rem}
/*# sourceMappingURL=/cdn/shop/t/83/assets/store-locations.css.map */
