store-locations-carousel{display:block;width:100%}.store-locations__viewport{position:relative;overflow:hidden;min-height:32rem}.store-locations__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.store-locations__bg--placeholder{background:rgba(var(--color-foreground),.06)}.store-locations__bg-img,.store-locations__bg-placeholder{width:100%;height:100%;object-fit:cover;display:block}.store-locations__overlay-dim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:rgba(0,0,0,var(--store-locations-overlay-opacity, .55));pointer-events:none}.store-locations__inner{position:relative;z-index:2}.store-locations__header{margin-bottom:2.4rem;max-width:62rem}.store-locations__heading{margin:0 0 1.2rem;font-size:24px;line-height:1.3;font-weight:400;letter-spacing:0;color:rgb(var(--color-foreground))}@media screen and (min-width:750px){.store-locations__heading{font-size:30px;line-height:1}}.store-locations__description{margin:0;font-size:1.4rem;font-weight:400;letter-spacing:0;line-height:1.4;color:rgb(var(--color-foreground))}.store-locations__description p{margin:0}.store-locations__select-wrap{margin-bottom:2.4rem}@media screen and (min-width:750px){.store-locations__select-wrap{display:none}.store-locations__description{font-size:1.8rem}}.store-locations__select{width:100%;max-width:100%;-webkit-appearance:none;appearance:none;background-color:rgb(var(--color-background));color:rgb(var(--color-button-text));border-radius:.6rem;padding:1.2rem 4rem 1.2rem 1.2rem;font-size:1.4rem;font-weight:700;line-height:1.2;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23000' d='M1.4 0L6 4.6 10.6 0 12 1.4l-6 6-6-6z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1.2rem center;background-size:1.2rem}.store-locations__carousel-wrap{position:relative;width:100%}.store-locations__swiper.swiper{position:relative;padding-bottom:0}@media screen and (min-width:750px){.store-locations__swiper.swiper{padding-bottom:3.6rem}}.store-locations__slide{height:auto}.store-locations__card{--store-locations-card-border: rgba(255, 255, 255, .5);--store-locations-accent: #ffd500;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--store-locations-card-border);border-radius:1rem;padding:2rem;height:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:1.2rem}.store-locations__card-media{position:relative;border-radius:.4rem;overflow:hidden;aspect-ratio:16 / 12;background:#0000004d}.store-locations__card-img{width:100%;height:100%;object-fit:fill;display:block}.store-locations__card-media-link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.store-locations__card-img--placeholder{display:flex;align-items:center;justify-content:center;min-height:12rem}.store-locations__card-img--placeholder .placeholder-svg{width:40%;height:auto;opacity:.35}.store-locations__badge{position:absolute;top:.8rem;left:.8rem;font-size:1.1rem;font-weight:800;letter-spacing:.04em;color:var(--store-locations-accent);text-transform:uppercase;line-height:1.2}.store-locations__store-name{margin:0;font-size:2rem;font-weight:700;line-height:1;letter-spacing:0;color:rgb(var(--color-text-secondary))}.store-locations__store-name-link{color:inherit;text-decoration:none}.store-locations__store-name-link:hover,.store-locations__store-name-link:focus-visible{text-decoration:underline}.store-locations__details{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.8rem}.store-locations__detail{display:flex;align-items:flex-start;gap:.8rem;font-size:1.4rem;font-weight:400;letter-spacing:.06rem;line-height:1;color:rgb(var(--color-foreground))}.store-locations__detail-icon{flex-shrink:0;margin-top:.1rem;color:#fff}.store-locations__detail-icon svg{display:block}.store-locations__detail-icon svg path{fill:rgb(var(--color-foreground))}.store-locations__detail-text--address{white-space:pre-line}.store-locations__detail-link{color:inherit;text-decoration:none;word-break:break-word}.store-locations__detail-link:hover,.store-locations__detail-link:focus{text-decoration:underline}.store-locations__hours{margin-top:auto;padding-top:.4rem;font-size:1.4rem;line-height:1;letter-spacing:.06rem;color:rgb(var(--color-foreground))}.store-locations__hours-line{margin:0;white-space:pre-line}.store-locations__hours-line+.store-locations__hours-line{margin-top:.2rem}.store-locations__pagination{display:block;margin-top:1.6rem;text-align:center}@media screen and (min-width:750px){.store-locations__store-name{font-size:2.6rem}}.store-locations__pagination.swiper-pagination-bullets{position:static;bottom:auto}.store-locations__pagination .swiper-pagination-bullet{width:2.4rem;height:.3rem;border-radius:.15rem;background:#ffffff73;opacity:1}.store-locations__pagination .swiper-pagination-bullet-active{background:rgb(var(--color-text-secondary))}.store-locations__empty-hint{margin:0;padding:2rem 1rem;text-align:center;border:1px dashed rgba(var(--color-foreground),.25);border-radius:.4rem;color:rgba(var(--color-foreground),.65)}.store-locations__nav{position:absolute;top:50%;width:4rem;height:4rem;margin-top:-2rem;padding:0;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.6);border-radius:4px;background:#fff3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;z-index:3;transition:background .2s,opacity .2s}.store-locations__nav:hover{background:#ffffff59}.store-locations__nav:focus-visible{outline:2px solid #ffd500;outline-offset:2px}.store-locations__nav--prev{left:.5rem}.store-locations__nav--next{right:.5rem}.store-locations__nav.swiper-button-prev:after,.store-locations__nav.swiper-button-next:after{content:none}.store-locations__nav svg{display:block;width:1.6rem;height:1.6rem}@media screen and (min-width:750px){.store-locations__nav--prev{left:-3rem}.store-locations__nav--next{right:-3rem}}@media screen and (max-width:767px){.store-locations .hide-on-mobile{display:none!important}}@media screen and (min-width:768px){.store-locations .hide-on-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/108/assets/section-store-locations.css.map */
