body:has(.locations-app) .shopify-section-group-footer-group{display:none}.locations-app{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(16rem,38dvh) minmax(0,1fr);grid-template-areas:"head" "map" "list";height:calc(100dvh - var(--locations-app-top, 12rem));min-height:44rem}@media screen and (min-width:990px){.locations-app{grid-template-columns:minmax(0,48rem) minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);grid-template-areas:"head map" "list map"}}.locations-app__head{grid-area:head;display:flex;flex-direction:column;gap:.8rem;padding:2rem 2rem 1.6rem;border-bottom:1px solid rgba(var(--color-foreground),.14)}@media screen and (min-width:990px){.locations-app__head{padding:2.8rem 2.8rem 2rem}}.locations-app__eyebrow{margin:0;font-size:1.1rem;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#aa273e}.locations-app__title{margin:0;font-size:2.8rem;line-height:1.05;letter-spacing:-.015em}@media screen and (min-width:990px){.locations-app__title{font-size:3.4rem}}.locations-app__search{display:block;margin-top:.8rem}.locations__filter-input{width:100%;min-height:4.4rem;padding:0 1.8rem;border:1px solid rgba(var(--color-foreground),.35);border-radius:999px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.5rem;transition:border-color .15s ease,box-shadow .15s ease}.locations__filter-input::placeholder{color:rgba(var(--color-foreground),.62)}.locations__filter-input:hover{border-color:rgba(var(--color-foreground),.55)}.locations__filter-input:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 3px #f2bd4d73}.locations__filter-input::-webkit-search-decoration,.locations__filter-input::-webkit-search-cancel-button{-webkit-appearance:none}.locations-app__list{grid-area:list;overflow-y:auto;overscroll-behavior:contain;display:flex;flex-direction:column;gap:2rem;padding:1.6rem 2rem 2.4rem}@media screen and (min-width:990px){.locations-app__list{border-right:1px solid rgba(var(--color-foreground),.14);padding:2rem 2.8rem 2.8rem}}.locations__region{display:flex;flex-direction:column;gap:1.2rem}.locations__region[hidden]{display:none}.locations__region-header{position:sticky;top:-1.6rem;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:0 -2rem;padding:1rem 2rem;background:rgb(var(--color-background));font-size:1.2rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#aa273e}@media screen and (min-width:990px){.locations__region-header{top:-2rem;margin-inline:-2.8rem;padding-inline:2.8rem}}.locations__region-count{display:inline-flex;align-items:center;justify-content:center;min-width:2rem;height:2rem;padding:0 .5rem;border-radius:999px;background:var(--locations-accent, #f2bd4d);color:#1a1a1a;font-size:1.1rem;letter-spacing:0}.location-row{display:flex;flex-direction:column;gap:.8rem;padding:2.4rem;background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.14);border-radius:var(--media-radius, 0);box-shadow:0 .2rem #0000000f;transition:border-color var(--duration-short, .2s) ease,box-shadow var(--duration-short, .2s) ease}.location-row:hover{border-color:rgba(var(--color-foreground),.3);box-shadow:0 .6rem 1.6rem #0000001a}.location-row[hidden]{display:none}.location-row[aria-current]{border-color:#aa273e;box-shadow:inset 0 0 0 1px #aa273e,0 .2rem #0000000f;background:#f2bd4d1f}.location-row__name{margin:0;font-family:var(--font-heading-family, inherit);font-size:2.2rem;font-weight:700;line-height:1.15}.location-row__link{color:#aa273e;text-decoration:none}.location-row__link:hover{text-decoration:underline;text-underline-offset:.3rem}.location-row__link:focus-visible{outline:.2rem solid #aa273e;outline-offset:.2rem}.location-row__address{margin:0;font-size:1.5rem;font-style:normal;line-height:1.5}.location-row__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem 2rem;margin-top:.8rem;padding-top:1.4rem;border-top:1px solid rgba(var(--color-foreground),.12)}.location-row__action{display:inline-flex;align-items:center;gap:.6rem;padding:0;border:0;background:none;font-family:inherit;font-size:1.4rem;font-weight:700;color:#1a1a1a;text-decoration:none;cursor:pointer}.location-row__action:hover{text-decoration:underline;text-underline-offset:.3rem}.location-row__action:focus-visible{outline:.2rem solid #aa273e;outline-offset:.2rem}.location-row__action--map{color:#aa273e}.location-row__action--map .icon-map-pin{width:1.4rem;height:1.4rem;fill:currentColor}.location-row__action--phone{font-weight:400;text-decoration:underline;text-decoration-color:#1a1a1a66;text-underline-offset:.3rem}.location-row__action--phone:hover{text-decoration-color:currentColor}.locations-app__map{grid-area:map;position:relative;background:#fbf6ef}@media screen and (max-width:989px){.locations-app__map{border-bottom:1px solid rgba(var(--color-foreground),.14)}}.locations-app__map-canvas,.locations-app__map-frame{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0}.locations-app .leaflet-container{font-family:inherit;font-size:1.2rem}.locations-pin{background:none;border:0}.locations-pin svg{display:block;width:100%;height:100%;overflow:visible;filter:drop-shadow(0 2px 3px rgba(0,0,0,.35))}.locations-pin path{fill:#aa273e}.locations-pin circle{fill:#faf8f2}.locations-pin--current svg{transform:scale(1.2);transform-origin:bottom center}.locations-pin--current path{fill:#f2bd4d}.locations-pin--current circle{fill:#1a1a1a}.locations-app .leaflet-popup-content-wrapper{border-radius:.8rem;box-shadow:0 .6rem 1.8rem #0003}.locations-app .leaflet-popup-content{margin:1.2rem 1.6rem;line-height:1.5}.locations-popup__name{display:block;font-family:var(--font-heading-family, inherit);font-size:1.5rem;font-weight:700;color:#aa273e;text-decoration:none}.locations-popup__name:hover{text-decoration:underline;text-underline-offset:.3rem}.locations-popup__address{margin:.4rem 0 .6rem;font-size:1.3rem;color:#1a1a1a}.locations-popup__directions{font-size:1.3rem;font-weight:700;color:#aa273e;text-decoration:underline;text-underline-offset:.3rem}.locations__no-results,.locations__empty{margin:0;padding:4rem 2rem;font-size:1.6rem;text-align:center}.locations__no-results[hidden]{display:none}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-locations.css.map */
