.store-locator{padding:40px 20px;max-width:1440px;margin:0 auto;box-sizing:border-box}.store-locator__header{text-align:center;margin-bottom:40px}.store-locator__heading{font-size:2.5rem;font-weight:700;margin:0 0 16px;color:#1a1a1a}.store-locator__description{font-size:1.1rem;color:#666;margin:0}.store-locator__search{max-width:600px;margin:0 auto 40px;display:flex;gap:8px}.store-locator__search-input{flex:1;padding:12px 16px;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease}.store-locator__search-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.store-locator__search-button{padding:12px 20px;background-color:#007bff;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease}.store-locator__search-button:hover{background-color:#0056b3}.store-locator__search-button svg{width:20px;height:20px}.store-locator__content{display:flex;gap:30px;min-height:500px}.store-locator__list{width:350px;max-height:500px;overflow-y:auto;border-right:1px solid #e5e5e5;padding-right:30px}.store-locator__item{display:flex;gap:16px;padding:20px;margin-bottom:16px;background-color:#f8f9fa;border-radius:12px;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.store-locator__item:hover{background-color:#e9ecef;transform:translate(4px)}.store-locator__item--selected{background-color:#e3f2fd;border-color:#007bff}.store-locator__item-icon{flex-shrink:0;width:48px;height:48px;background-color:#007bff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.store-locator__item-icon svg{width:24px;height:24px}.store-locator__item-content{flex:1;min-width:0}.store-locator__item-name{font-size:1.1rem;font-weight:600;margin:0 0 8px;color:#1a1a1a}.store-locator__item-address{font-size:.9rem;color:#666;margin:0 0 4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-locator__item-phone,.store-locator__item-hours{font-size:.85rem;color:#888;margin:4px 0}.store-locator__map-container{flex:1;position:relative;background-color:#e8e8e8;border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.store-locator__map{width:100%;height:100%;position:relative;overflow:hidden}.store-locator__google-map{width:100%;height:100%;position:absolute;top:0;left:0}.store-locator__tile{position:absolute;width:256px;height:256px}.store-locator__map-overlay,.store-locator__markers{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.store-locator__marker{position:absolute;width:40px;height:40px;transform:translate(-50%,-50%);background-color:#007bff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #007bff66;pointer-events:auto;z-index:5}.store-locator__marker svg{width:20px;height:20px}.store-locator__marker:hover{transform:translate(-50%,-50%) scale(1.2);box-shadow:0 4px 12px #007bff99}.store-locator__marker--selected{background-color:#dc3545;transform:translate(-50%,-50%) scale(1.3);box-shadow:0 4px 16px #dc354599;animation:pulse 1.5s infinite;z-index:10}@keyframes pulse{0%{box-shadow:0 4px 16px #dc354599}50%{box-shadow:0 4px 24px #dc3545cc}to{box-shadow:0 4px 16px #dc354599}}.store-locator__zoom-controls{position:absolute;top:16px;right:16px;display:flex;flex-direction:column;gap:8px;background-color:#fff;border-radius:8px;padding:8px;box-shadow:0 2px 8px #00000026;z-index:20}.store-locator__zoom-button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#f8f9fa;border:none;border-radius:6px;cursor:pointer;transition:background-color .3s ease;color:#333}.store-locator__zoom-button:hover{background-color:#e9ecef}.store-locator__zoom-button svg{width:18px;height:18px}.store-locator__scale-bar{position:absolute;bottom:16px;right:16px;background-color:#fff;border-radius:4px;padding:4px 8px;font-size:10px;color:#666;box-shadow:0 1px 3px #0000001a;z-index:20}.store-locator__scale-bar:before{content:"";display:inline-block;width:50px;height:2px;background:linear-gradient(to right,#333 0% 50%,#999 50% 100%);vertical-align:middle;margin-right:4px}.store-locator__selected-info{position:absolute;bottom:16px;left:16px;right:16px;background-color:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 16px #00000026;animation:slideUp .3s ease;z-index:20}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.store-locator__selected-close{position:absolute;top:12px;right:12px;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#888;transition:color .3s ease}.store-locator__selected-close:hover{color:#333}.store-locator__selected-close svg{width:18px;height:18px}.store-locator__selected-content{padding-right:32px}.store-locator__selected-content h3{font-size:1.25rem;font-weight:600;margin:0 0 8px;color:#1a1a1a}.store-locator__selected-content p{font-size:.95rem;color:#666;margin:4px 0}.store-locator__popup{padding:8px;min-width:200px}.store-locator__popup h4{font-size:1rem;font-weight:600;margin:0 0 8px;color:#1a1a1a}.store-locator__popup-address{font-size:.85rem;color:#666;margin:0 0 4px;line-height:1.4}.store-locator__popup-phone,.store-locator__popup-hours{font-size:.8rem;color:#888;margin:4px 0}@media screen and (max-width:749px){.store-locator{padding:16px;margin:0 -16px}.store-locator__heading{font-size:1.5rem;margin-bottom:8px}.store-locator__description{font-size:.9rem;margin-bottom:16px}.store-locator__search{margin-bottom:16px}.store-locator__search-input{padding:12px 40px 12px 16px;font-size:.9rem;height:44px;box-sizing:border-box}.store-locator__search-button{width:44px;height:44px;font-size:1rem;padding:0}.store-locator__content{flex-direction:column;gap:16px;min-height:600px}.store-locator__list{width:100%;max-height:200px;border-right:none;border-bottom:1px solid #e5e5e5;padding-right:0;padding-bottom:16px}.store-locator__item{padding:12px 16px;min-height:80px}.store-locator__item-name{font-size:.95rem;margin-bottom:4px}.store-locator__item-address{font-size:.85rem;line-height:1.4}.store-locator__item-phone,.store-locator__item-hours{font-size:.75rem;margin-top:2px}.store-locator__map-container{width:100%;max-width:none;min-height:300px;flex:none;margin:0;border-radius:8px;position:relative;background-color:#e8e8e8;overflow:hidden}.store-locator__selected-info{left:12px;right:12px;padding:12px 16px;font-size:.9rem}.store-locator__selected-content h3{font-size:1.1rem;margin-bottom:6px}.store-locator__selected-content p{font-size:.85rem;margin:3px 0}.store-locator__popup{min-width:180px;padding:6px}.store-locator__popup h4{font-size:.9rem;margin-bottom:6px}.store-locator__popup-address{font-size:.8rem}.store-locator__popup-phone,.store-locator__popup-hours{font-size:.75rem}.store-locator__scale-bar{display:none}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/component-store-locator.css.map */
