store-locations[data-loading]{opacity:.25;pointer-events:none}.location-section{margin-bottom:10rem}.location-section__title{margin-bottom:1.5rem}@media screen and (min-width: 48em){.location-section__title{margin-bottom:3rem;display:grid;grid-template-columns:1fr auto;grid-gap:2.5rem;align-items:baseline}}.location-section__title .main-page-title{margin-bottom:0}.location-section__title-buttons{display:flex;gap:3rem}.location-section__title-buttons a{color:var(--color-base-orange)}.location-section__search{display:grid;grid-gap:1rem;padding-bottom:2.5rem}.location-section__search[hidden]{display:none}@media screen and (min-width: 48em){.location-section__search{grid-template-columns:35rem 1fr;align-items:center;padding-bottom:3.75rem;margin-bottom:3.75rem;border-bottom:1px solid var(--color-border-gray)}}@media screen and (min-width: 60em){.location-section__search{padding-bottom:5rem;margin-bottom:5rem;grid-template-columns:32.5rem auto 1fr}}@media screen and (min-width: 72em){.location-section__search{grid-template-columns:50rem auto 1fr}}.location-section__search-submit{display:flex;gap:1rem}@media screen and (min-width: 48em){.location-section__search-submit{grid-column:2;grid-row:1}}.location-section__search-stores fieldset{border:none;padding:0}@media screen and (min-width: 60em){.location-section__search-stores fieldset{padding-left:2rem}}.location-section__search-stores ul{list-style:none;margin:0;padding:0;display:flex;gap:2rem}::view-transition-old(root),::view-transition-new(root){animation:none!important}@media screen and (min-width: 48em){.location-section__list{view-transition-name:location-section-list}}@keyframes location-section-list-in{0%{opacity:0;transform:translate(-1rem)}to{opacity:1;transform:translate(0)}}::view-transition-old(location-section-list){animation:location-section-list-in .15s ease forwards reverse}::view-transition-new(location-section-list){opacity:0;animation:location-section-list-in .15s .15s ease forwards}.location-detail__desc{grid-area:content}@media screen and (min-width: 48em){.location-detail__desc{view-transition-name:location-section-detail}}@keyframes location-section-detail-in{0%{opacity:0;transform:translate(1rem)}to{opacity:1;transform:translate(0)}}::view-transition-old(location-section-detail){animation:location-section-detail-in .15s ease forwards reverse}::view-transition-new(location-section-detail){opacity:0;animation:location-section-detail-in .15s .15s ease forwards}.location-section__search{view-transition-name:location-section-search}@keyframes location-section-search-in{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}::view-transition-old(location-section-search){animation:location-section-search-in .15s ease forwards reverse}::view-transition-new(location-section-search){opacity:0;animation:location-section-search-in .15s .3s ease forwards}@media (prefers-reduced-motion){::view-transition-old(location-section-search),::view-transition-new(location-section-search),::view-transition-old(location-section-list),::view-transition-new(location-section-list),::view-transition-old(location-section-detail),::view-transition-new(location-section-detail){animation:none!important}}.location-detail{display:grid;grid-template-areas:"close" "map" "content";grid-gap:1rem}@media screen and (min-width: 48em){.location-detail{grid-template-columns:1fr 1fr;grid-template-rows:auto 1fr;grid-template-areas:"map close" "map content";grid-gap:1rem 3.75rem}}@media screen and (min-width: 60em){.location-detail{grid-gap:1rem 5rem}}@media screen and (min-width: 72em){.location-detail{grid-template-columns:1fr 45rem;grid-gap:1rem 7.5rem}}@media screen and (min-width: 90em){.location-detail{grid-template-columns:1fr 50rem}}.location-detail__map{grid-area:map;margin-block-end:.5rem}@media (min-width: 48em){.location-detail__map-inner{align-self:start;position:sticky;top:0;padding-block-start:1rem}}.location-map{aspect-ratio:3 / 1.8;width:100%}@media screen and (min-width: 32em){.location-map{aspect-ratio:2 / 1}}@media screen and (min-width: 48em){.location-map{aspect-ratio:1 / 1}}.location-list{grid-area:content;margin-block-start:2rem}@media screen and (min-width: 48em){.location-list{margin-block-start:0}}.location-list__group-header{font-size:1.8rem;margin:3rem 0 0}.location-list__group-header:first-child{margin-top:0}.location-list__list{list-style:none;margin:0;padding:0}.location-list__link{border-bottom:1px solid var(--color-border-gray);display:block;color:rgb(var(--color-foreground));font-weight:400;line-height:1.25;padding:2rem 5rem 2rem 0;text-decoration:none;position:relative;transition:all .2s ease}.location-list__item:last-child .location-list__link{border-bottom:none}.location-list__brand{color:var(--color-base-orange);font-size:1.2rem;font-weight:600;letter-spacing:.1em;margin-bottom:.1rem;text-transform:uppercase}.location-list__name{font-size:1.6rem;margin-bottom:.3rem;transition:all .2s ease}@media (min-width: 60em){.location-list__name{font-size:1.8rem}}.location-list__link:hover .location-list__name{color:var(--color-base-orange)}.location-list__address{font-size:1.4rem}.location-list__distance{padding-top:.5rem;opacity:.65;font-size:1.4rem;font-style:italic}.location-list__arrow{position:absolute;top:50%;transform:translateY(-50%) translate(-1.5rem);right:0;transition:all .2s ease}.location-list__link:hover .location-list__arrow{transform:translateY(-50%) translate(0)}.location-list__link:hover .location-list__arrow path{fill:var(--color-base-orange)}.location-detail__close-wrapper{grid-area:close}.location-detail__close{background:none;border:none;text-transform:uppercase;letter-spacing:.1em;font-size:1.2rem;display:flex;align-items:center;gap:1rem;padding:.5rem 0;transition:all .2s ease;color:rgb(var(--color-foreground));font-weight:400;text-decoration:none;cursor:pointer}.location-detail__close:hover{color:var(--color-base-orange)}.location-detail__close svg{transform:rotate(180deg);transition:all .2s ease}.location-detail__close:hover svg{transform:rotate(180deg) translate(.5rem)}.location-detail__close:hover path{fill:var(--color-base-orange)}.location-detail__name{font-size:2.8rem;margin:0 0 1rem}.location-detail__distance{font-size:1.4rem;font-style:italic;opacity:.65;margin-bottom:-1rem 0 1rem}.location-detail__address{line-height:1.5;margin-bottom:1.5rem}@media screen and (min-width: 72em){.location-detail__address{font-size:1.8rem;margin-bottom:1.5rem}}.location-detail__buttons{display:flex;gap:1.5rem;margin-bottom:5rem}@media screen and (min-width: 48em){.location-detail__buttons a{font-size:1.6rem}}@media screen and (min-width: 60em){.location-detail__buttons a{font-size:1.8rem}}.location-detail__buttons span{font-weight:400;margin-left:1rem;font-size:1.4rem}@media screen and (min-width: 60em){.location-detail__buttons span{font-size:unset}}.location-detail__store-notes{margin:-1rem 0 5rem;padding:1.5rem;background-color:var(--color-bg-tanlight);white-space:pre-wrap}.location-detail__store-notes:empty{margin:0;padding:0}.location-detail__hours{margin-bottom:4rem}.location-detail__hours-list{list-style:none;margin:0;padding:0}.location-detail__hours-item{border-top:1px solid var(--color-border-gray);padding:1rem 0;display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem}@media screen and (min-width: 72em){.location-detail__hours-item{grid-template-columns:1fr auto}}.location-detail__hours-title,.location-detail__nearby-title{font-size:1.4rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase}.location-detail__nearby-title span{display:block;font-weight:400}.location-detail__nearby-list{list-style:none;margin:0;padding:0}.location-detail__nearby-item{border-top:1px solid var(--color-border-gray);padding:1rem 0;display:grid;grid-template-columns:1fr auto;grid-gap:2rem}.location-detail__nearby-link{color:var(--color-base-orange);text-decoration:none}.location-detail__nearby-link:hover{text-decoration:underline}.mapboxgl-marker{cursor:pointer}.mapboxgl-map{isolation:isolate}.mapboxgl-map .selected-marker{z-index:9999}.mapboxgl-map .selected-marker-animate svg{animation:selected-marker-pulse 1s ease-in-out forwards}@keyframes selected-marker-pulse{0%{scale:1;translate:0}33%{scale:1.3;translate:0 -10px}to{scale:1;translate:0}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-location-section.css.map */
