.store-locator{display:flex;flex-direction:column-reverse;width:100%;max-width:var(--page-width);margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.store-locator__header{position:sticky;top:var(--header-height);z-index:3;background-color:#fff;padding:1.6rem 2rem}.store-locator__title{margin-bottom:1rem;color:#333}.store-locator__search{margin-bottom:0}.store-locator__search-input{display:flex;border:1px solid #dfdfdf;border-radius:2px;padding:.8rem 1.2rem;background:#fff}.store-locator__search-icon{display:flex;align-items:center;color:#666;margin-right:.8rem}.store-locator__input{flex:1;border:none;outline:none}.store-locator__input:focus-visible{border:none;outline:none;box-shadow:none}.store-locator__search-clear{background:none;border:none;color:#666;cursor:pointer;padding:0;display:none}.store-locator__suggestions{position:absolute;top:calc(100% - 16px);left:1.6rem;right:1.6rem;background:#fff;border:1px solid #e0e0e0;box-shadow:0 4px 6px #0000001a;z-index:1000;max-height:250px;overflow-y:auto;margin-top:4px}.store-locator__suggestion-item{padding:10px 15px;cursor:pointer;border-bottom:1px solid #f0f0f0}.store-locator__suggestion-item:last-child{border-bottom:none}.store-locator__suggestion-item:hover{background-color:#f5f5f5}.store-locator__search-launch{background:none;border:none;cursor:pointer}.store-locator__toggle{display:flex;justify-content:flex-end;margin-bottom:1rem}.store-locator__toggle-label{display:flex;align-items:center;cursor:pointer}.store-locator__toggle-input{margin-right:.5rem}.store-locator__toggle-text{color:#333}.store-locator__map{width:100%;height:320px;background-color:#f5f5f5;position:relative}.page-boutique .store-locator__map{height:auto}#mapbox-container{width:100%;height:100%}.map-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e9e9e9}.map-marker{width:20px;height:20px;background-color:#fc0;border-radius:50%;position:relative}.map-marker:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background-color:#fff;border-radius:50%}.store-locator__list{display:flex;flex-direction:column;row-gap:1.6rem;padding:2.4rem 2rem 1.6rem}.store-locator__loading{text-align:center;padding:1rem;color:#666}.store-locator__item{position:relative;display:inline-block;border:1px solid #dfdfdf;padding:2.4rem 1.6rem;text-decoration:none}.store-locator__item.active,.store-locator__item:hover{background-color:#fcfaf5;border-color:transparent}.store-locator__item.active:before,.store-locator__item:hover:before{content:"";position:absolute;top:0;left:0;width:3px;height:100%;background-color:#fed31c}.store-locator__item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.store-locator__item-name{color:#333;margin:0}.store-locator__item-phone{white-space:nowrap;color:#333;text-decoration:none}.store-locator__item-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.2rem .5rem}.store-locator__item-address{grid-column:1}.store-locator__item-address p{margin:0}.store-locator__item-status{grid-column:2;grid-row:1;text-align:right}.store-locator__status-label{color:#44a109}.store-locator__item-distance{grid-column:2;grid-row:2;display:flex;align-items:center;color:#666}.store-locator__distance-icon{margin-right:.25rem}.store-locator__marker{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background-color:#fff}@media (min-width: 768px){.store-locator{display:grid;grid-template-columns:fit-content(490px) 1fr;grid-template-rows:fit-content(200px) 1fr;grid-gap:.8rem}.store-locator__header{position:relative;top:0;grid-column:1;padding:1.6rem}.store-locator__map{grid-column:2;grid-row:1 / span 2;height:100%;min-height:calc(100dvh - calc(var(--header-height) * 1.5))}.page-boutique .store-locator__map{height:100%}.store-locator__content{height:100%;max-height:calc(100dvh - calc(var(--header-height) * 1.5))}.store-locator__list{grid-column:1;grid-row:2;min-height:400px;max-height:calc(100% - 110px);overflow-y:auto;padding:0 1.5rem 1.5rem}}.store-detail-panel{position:relative;top:0;left:0;width:100%;background-color:#fff;z-index:1;display:flex;flex-direction:column;overflow:hidden;transform:translate(100%);transition:transform .3s ease-in-out}.store-detail-panel.is-active{transform:translate(0)}.store-detail-panel__header{position:absolute;top:0;right:0;padding:1rem;z-index:2}.store-detail-panel__close{background:#fffc;border:none;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#333;box-shadow:0 2px 4px #0000001a}.store-detail-panel__close:hover{background:#fff}.store-detail-panel__image{height:280px;background-size:cover;background-position:center;position:relative}.store-detail-panel__image img{width:100%;object-fit:cover;height:100%}.store-detail-panel__content{flex:1;padding:2rem;overflow-y:auto}.store-detail-panel__title{margin:0 0 1.5rem;color:#333}.store-detail-panel__section{border-bottom:1px solid #f0f0f0;padding:1rem 0}.store-detail-panel__section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.store-detail-panel__section.open .store-detail-panel__section-content{padding-top:.8rem;padding-bottom:1.6rem;max-height:fit-content}.store-detail-panel__section-content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.store-detail-panel__section-header{display:flex;align-items:center}.store-detail-panel__icon{margin-right:1.6rem;color:#333;flex-shrink:0}.store-detail-panel__icon>svg{transform:translate3d(0,4px,0)}.store-detail-panel__section-title{margin:0;flex-grow:1}.store-detail-panel__status{margin-right:.75rem}.store-detail-panel__status--open{color:#4caf50}.store-detail-panel__status--closed{color:#f44336}.store-detail-panel__toggle{background:none;border:none;padding:0;cursor:pointer;color:#666}.store-detail-panel__toggle[aria-expanded=true] svg{transform:rotate(180deg)}.store-detail-panel__hours{list-style:none;padding:0;margin:0}.store-detail-panel__hours-item{display:flex;justify-content:space-between;padding:0}.store-detail-panel__day{color:#333}.store-detail-panel__time{color:#666}.store-detail-panel__services{list-style:none;padding:0;margin:0}.store-detail-panel__service-item{padding:.5rem 0;color:#333}.store-detail-panel__address{flex-grow:1}.store-detail-panel__address a{text-decoration:none;margin:0;color:#333}.store-detail-panel__phone{flex-grow:1;color:#333;text-decoration:none}.store-detail-panel__actions{margin-top:1.5rem;display:flex;justify-content:center}.store-detail-panel__action-button{display:flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;background-color:#333;color:#fff;border-radius:4px;text-decoration:none;font-weight:500;transition:background-color .2s}.store-detail-panel__action-button svg{margin-right:.5rem}.store-detail-panel__action-button:hover{background-color:#555}@media (min-width: 768px){.store-detail-panel{position:absolute;height:100%;width:400px;left:8px;transform:translate3d(-100%,0,0);height:calc(100% - 16px);top:8px;bottom:8px}.store-detail-panel.is-active{transform:translateZ(0)}.store-detail-panel__image{height:280px}}@media (min-width: 1200px){.store-detail-panel{width:450px;left:8px;transform:translate3d(-100%,0,0);height:calc(100% - 16px);top:8px;bottom:8px}.store-detail-panel__content{padding:3.2rem 4rem}.store-detail-panel.is-active{transform:translate(0) translateY(0)}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/section-main-storelocator.css.map */
