.store-locator{width:100%;background-color:var(--color-background)}.store-locator .store-locator__header{padding:48px 16px 32px;text-align:center}.store-locator .store-locator__heading{font-family:var(--font-primary--family);font-size:1.25rem;font-weight:900;line-height:1.5rem;letter-spacing:.5px;text-transform:uppercase;color:var(--color-foreground);text-align:left}.store-locator .store-locator__heading strong{color:#e20019}.store-locator .store-locator__toggle{display:flex;gap:8px;margin:0 16px;padding:6px;background:#fff;border-radius:10px}.store-locator .store-locator__toggle-btn{flex:1;padding:10px 24px;font-family:var(--font-primary--family);font-size:.875rem;font-weight:900;letter-spacing:1px;text-transform:uppercase;color:#d4d4d8;background-color:#71717b;border:none;border-radius:6px;cursor:pointer}.store-locator .store-locator__toggle-btn--active{color:#fff;background-color:#e20019}.store-locator .store-locator__body{display:flex;flex-direction:column-reverse;gap:20px;margin:16px 16px 48px;border-radius:10px;overflow:hidden;border:1px solid var(--color-border)}.store-locator .store-locator__map-panel{position:relative;width:100%;height:358px;flex-shrink:0}.store-locator .store-locator__map{width:100%;height:100%;border-radius:10px}.store-locator .store-locator__list-panel{display:flex;flex-direction:column;width:100%;background-color:#fff;border-top:1px solid var(--color-border);border-radius:10px}.store-locator .store-locator__search{display:flex;align-items:center;gap:8px;padding:12px 16px;border-bottom:1px solid #e4e4e7}.store-locator .store-locator__search-icon{flex-shrink:0;color:var(--color-muted)}.store-locator .store-locator__search-input{flex:1;padding:0;font-family:var(--font-primary--family);font-size:.875rem;font-weight:400;color:var(--color-foreground);background:transparent;border:none;outline:none}.store-locator .store-locator__search-input::placeholder{color:var(--color-muted)}.store-locator .store-locator__results-count{padding:10px 16px;font-family:var(--font-primary--family);font-size:.75rem;font-weight:600;color:var(--color-muted);border-bottom:1px solid var(--color-border)}.store-locator .store-locator__list{overflow-y:auto;max-height:400px}.store-locator .store-locator-card{padding:24px 16px;border-bottom:1px solid #e4e4e7;border-left:4px solid transparent;cursor:pointer}.store-locator .store-locator-card--active{border-left-color:#e20019}.store-locator .store-locator-card__header{display:flex;align-items:flex-start;margin-bottom:6px}.store-locator .store-locator-card__number{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;color:#000;background-color:var(--color-primary);border-radius:50%;font-family:var(--font-primary--family);font-size:1.125rem;font-weight:700;line-height:1.4;color:var(--color-foreground)}.store-locator .store-locator-card__name{font-family:var(--font-primary--family);font-size:1.125rem;font-weight:700;line-height:1.4;color:var(--color-foreground)}.store-locator .store-locator-card__address{margin-bottom:10px;font-family:var(--font-primary--family);font-size:.875rem;font-weight:500;line-height:1.4;color:var(--color-muted)}.store-locator .store-locator-card__images{display:flex;gap:8px;margin-bottom:16px}.store-locator .store-locator-card__images img{flex:1;height:100px;object-fit:cover;border-radius:6px}.store-locator .store-locator-card__details{display:flex;flex-direction:column;gap:16px;margin-bottom:16px}.store-locator .store-locator-card__detail-row{display:flex;align-items:center;gap:16px}.store-locator .store-locator-card__icon{flex-shrink:0;color:#e20019}.store-locator .store-locator-card__detail-divider{flex-shrink:0;width:1px;height:1.25rem;background-color:#d4d4d8}.store-locator .store-locator-card__detail-link{font-family:var(--font-primary--family);font-size:.875rem;font-weight:500;color:var(--color-foreground);text-decoration:none}.store-locator-card__detail-link.email{text-decoration:underline}.store-locator .store-locator-card__detail-row span{font-family:var(--font-primary--family);font-size:.875rem;font-weight:500;color:var(--color-foreground)}.store-locator .store-locator-card__directions{display:inline-flex;align-items:center;padding:10px 24px;font-family:var(--font-primary--family);font-size:.875rem;font-weight:900;letter-spacing:.5px;text-transform:uppercase;text-decoration:none;color:#fff;border:1.5px solid var(--color-primary);border-radius:6px;background:#18181b}.store-locator .store-locator__popup{position:absolute;top:10px;left:10px;z-index:10;width:320px;max-height:calc(100% - 20px);overflow-y:auto;background-color:#fff;border-radius:10px;box-shadow:0 4px 20px #00000026}.store-locator .store-locator__popup-close{position:absolute;top:8px;right:8px;z-index:1;display:flex;align-items:center;justify-content:center;width:28px;height:28px;font-size:1.125rem;line-height:1;color:var(--color-muted);background-color:#fff;border:1px solid var(--color-border);border-radius:50%;cursor:pointer}.store-locator .store-locator__popup.is-hidden,.store-locator .store-locator-card.is-hidden{display:none}@media(min-width:1024px){.store-locator .store-locator__header{padding:32px 80px 48px}.store-locator .store-locator__heading{font-size:2.5rem;line-height:3rem}.store-locator .store-locator__toggle{width:400px;margin:0 80px;padding:8px}.store-locator .store-locator__body{flex-direction:row;height:600px;margin:20px 80px 80px}.store-locator .store-locator__list-panel{width:400px;flex-shrink:0;border-top:none;border-right:1px solid var(--color-border)}.store-locator .store-locator__list{flex:1;max-height:none;overflow-y:auto}.store-locator .store-locator__map-panel{flex:1;height:100%}.store-locator .store-locator__popup{top:16px;left:16px;width:400px}}
/*# sourceMappingURL=/cdn/shop/t/211/assets/store-locator-stylesheet.css.map */
