.store-locator{display:flex;flex-direction:column;gap:1rem}.store-locator__header{max-width:60rem;margin:0 auto}.store-locator__subheading{margin-top:.8rem;color:rgba(var(--color-foreground),.75);font-size:1.5rem;line-height:1.5}.store-locator__layout{display:grid;grid-template-columns:1fr;gap:2.4rem}@media screen and (min-width:990px){.store-locator__layout{grid-template-columns:1.1fr .9fr;align-items:stretch;min-height:560px}}.store-locator__map-wrapper{position:sticky;top:2rem;height:360px;border-radius:2px;overflow:hidden}@media screen and (min-width:990px){.store-locator__map-wrapper{height:100%;min-height:560px}}.store-locator__map{width:100%;height:100%;background-color:#f4f2ee}.store-locator__list{display:flex;flex-direction:column;gap:1.6rem;max-height:100%}@media screen and (min-width:990px){.store-locator__list{overflow-y:auto;padding-right:.8rem}}.store-card{display:flex;flex-direction:column;padding:1.6rem;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.store-card:hover,.store-card--active{border-color:rgba(var(--color-foreground),.6)}.store-card__image{width:100%;aspect-ratio:4 / 3;overflow:hidden;margin-bottom:1.2rem}.store-card__image img{width:100%;height:100%;object-fit:cover;display:block}.store-card__city{font-size:1.1rem;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground));margin:0 0 .4rem}.store-card__name{font-size:1.6rem;margin:0 0 .6rem;font-weight:600;text-transform:uppercase;text-align:center}.store-card__address{font-size:1.2rem;color:rgba(var(--color-foreground));margin:0 0 .4rem;line-height:1.4}.store-card__phone{margin:0 0 .8rem;font-size:1.2rem}.store-card__phone a{color:inherit;text-decoration:none}.store-card__phone a:hover{text-decoration:underline}.store-card__description{font-size:1.2rem;line-height:1.5;color:rgba(var(--color-foreground));margin:0 0 1.2rem}.store-card__hours{margin-bottom:1.2rem}.store-card__hours-label{font-size:1.1rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground));margin:0 0 .4rem}.store-card__hours-content{font-size:1.3rem;line-height:1.6}.store-card__hours-content p{margin:0}.store-card__link{font-size:1.3rem;align-self:flex-start}@media screen and (min-width:750px){.store-locator__list .store-card__image{display:none}}.store-locator__pin span{display:block;width:16px;height:16px;border-radius:50%;background-color:#111;border:2px solid #fff;box-shadow:0 1px 4px #00000059}.store-locator__cluster{display:flex;align-items:center;justify-content:center}.store-locator__cluster span{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#111;color:#fff;font-size:1.4rem;font-weight:600;border:3px solid rgba(255,255,255,.9);box-shadow:0 2px 8px #00000040}.leaflet-popup-content-wrapper{border-radius:2px;font-family:inherit}.leaflet-popup-content{font-size:1.3rem;line-height:1.5}.store-locator--map-only .store-locator__map-wrapper--full{position:relative;height:480px;border-radius:2px;overflow:hidden}@media screen and (min-width:750px){.store-locator--map-only .store-locator__map-wrapper--full{height:600px}}.store-locator__map--tall{width:100%;height:100%;background-color:#f4f2ee}.store-locator__popup-card{position:absolute;bottom:1.6rem;left:1.6rem;right:1.6rem;max-width:380px;background:#fff;box-shadow:0 4px 24px #00000026;z-index:400;border-radius:2px;max-height:calc(100% - 3.2rem);overflow-y:auto}@media screen and (min-width:750px){.store-locator__popup-card{left:2.4rem;bottom:2.4rem;right:auto}}.store-locator__popup-close{position:absolute;top:.8rem;right:.8rem;width:28px;height:28px;border-radius:50%;border:none;background:#0000000d;font-size:1.8rem;line-height:1;cursor:pointer;z-index:1}.store-locator__popup-close:hover{background:#0000001a}[id^=StoreLocatorData-]{display:none!important}.store-card--popup{padding:0}.store-card--popup .store-card__summary{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;width:100%;padding:1.6rem;background:none;border:none;cursor:pointer;text-align:left;font-family:inherit}.store-card--popup .store-card__summary-text{display:flex;flex-direction:column;gap:.2rem}.store-card--popup .store-card__name{font-size:1.6rem;font-weight:600;margin:0;line-height:1.3;text-transform:uppercase;text-align:left}.store-card--popup .store-card__city{font-size:1.1rem;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--color-foreground),.55);margin:0}.store-card--popup .store-card__expand-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:1px solid rgba(var(--color-foreground),.2);font-size:1.6rem;line-height:1;transition:transform .2s ease,background-color .2s ease}.store-card--popup.is-expanded .store-card__expand-icon{transform:rotate(45deg);background-color:rgba(var(--color-foreground),.05)}.store-card--popup .store-card__details{max-height:600px;overflow:visible}@media screen and (min-width:750px){.store-card--popup .store-card__details{max-height:0;overflow:hidden;transition:max-height .3s ease}.store-card--popup.is-expanded .store-card__details{max-height:600px}}@media screen and (max-width:749px){.store-card--popup .store-card__expand-icon{display:none}.store-card--popup .store-card__summary{cursor:default;pointer-events:none}}.store-card--popup .store-card__image{width:100%;aspect-ratio:16 / 9;margin:0}.store-card--popup .store-card__content{padding:0 1.6rem 1.6rem}.store-card--popup .store-card__address{margin-top:0}@media screen and (max-width:749px){.store-card--popup .store-card__details{margin-top:0}}
/*# sourceMappingURL=/cdn/shop/t/70/assets/component-store-locator.css.map */
