.store-locator{font-family:Clash Display,sans-serif;position:relative;z-index:1}.store-locator__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.store-locator__heading{font-size:28px;font-weight:600;text-align:left;margin:0 0 1.5rem;line-height:1.3}.store-locator__description{font-size:18px;line-height:1.6;text-align:left;margin:-.5rem 0 1.5rem;max-width:720px;color:var(--text)}.store-locator__description p{margin:0}.store-locator__controls{margin-bottom:1.5rem}.store-locator__search{display:flex;gap:.75rem;margin-bottom:1rem}.store-locator__search-wrap{position:relative;flex:1}.store-locator__search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:var(--text);opacity:.5;transition:color .3s ease,opacity .3s ease}.store-locator__search-input{width:100%;font-family:Clash Display,sans-serif;font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1.25rem .75rem 3rem;border:2px solid var(--text);background:transparent;color:var(--text);outline:none;box-sizing:border-box;transition:box-shadow .3s ease,background-color .3s ease,color .3s ease,transform .3s ease}.store-locator__search-input::placeholder{color:var(--text);opacity:.4;text-transform:uppercase}.store-locator__search-input:hover{box-shadow:0 4px 14px #0000001a;transform:translateY(-1px)}.store-locator__search-input:focus{outline:3px solid var(--accent);outline-offset:-3px;background-color:transparent;color:var(--text)}.store-locator__search-input:-webkit-autofill,.store-locator__search-input:-webkit-autofill:hover,.store-locator__search-input:-webkit-autofill:focus{-webkit-text-fill-color:var(--text);-webkit-box-shadow:0 0 0 1000px transparent inset;transition:background-color 9999s ease-in-out 0s}.store-locator__search-input::selection{background:var(--accent);color:#fff}.store-locator__search-wrap:hover .store-locator__search-icon{color:var(--accent);opacity:1}.store-locator__search-wrap:focus-within .store-locator__search-icon,.store-locator__search-wrap.is-focused .store-locator__search-icon{color:var(--accent);opacity:1}.store-locator__locate-btn{display:flex;align-items:center;gap:.5rem;font-family:Clash Display,sans-serif;font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1.5rem;border:2px solid var(--text);color:var(--text);background:transparent;cursor:pointer;white-space:nowrap;box-sizing:border-box;transition:color .3s ease,background-color .3s ease,box-shadow .3s ease,transform .3s ease}.store-locator__locate-btn:hover{background-color:var(--text);color:var(--bg);box-shadow:0 4px 14px #00000026;transform:translateY(-2px)}.store-locator__locate-btn:active{transform:scale(.95)}.store-locator__locate-btn.is-loading{opacity:.5;pointer-events:none}.store-locator__side-panel{width:360px;flex-shrink:0}.store-locator__side-panel .store-locator__select-wrap{margin-bottom:.75rem}.store-locator__select-wrap{position:relative;flex:1;min-width:200px}.store-locator__select-trigger{width:100%;font-family:Clash Display,sans-serif;font-size:1.125rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 2.5rem .75rem 2rem;border:2px solid var(--text);color:var(--text);background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:color .3s ease,background-color .3s ease,box-shadow .3s ease,transform .3s ease}.store-locator__select-trigger:hover{background-color:var(--text);color:var(--bg);box-shadow:0 4px 14px #00000026;transform:translateY(-2px)}.store-locator__select-trigger:focus-visible{outline:3px solid var(--accent);outline-offset:2px;background-color:var(--text);color:var(--bg);box-shadow:0 4px 14px #00000026}.store-locator__select-trigger:active{transform:scale(.95)}.store-locator__select-arrow{display:flex;transition:transform .3s ease}.store-locator__select-wrap.is-open .store-locator__select-arrow{transform:rotate(180deg)}.store-locator__select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;z-index:2000;list-style:none;margin:0;padding:0;border:2px solid var(--text);background:var(--bg);visibility:hidden;opacity:0;transform:translateY(-8px) scaleY(.95);transform-origin:top center;transition:opacity .2s ease,transform .25s ease,visibility 0s .25s;pointer-events:none;max-height:240px;overflow-y:auto}.store-locator__select-wrap.is-open .store-locator__select-dropdown{visibility:visible;opacity:1;transform:translateY(0) scaleY(1);transition:opacity .2s ease,transform .25s ease,visibility 0s 0s;pointer-events:auto}.store-locator__select-option{font-family:Clash Display,sans-serif;font-size:1rem;font-weight:500;padding:.6rem 2rem;cursor:pointer;transition:background-color .15s ease,color .15s ease;color:var(--text)}.store-locator__select-option:hover{background-color:var(--text);color:var(--bg)}.store-locator__select-option.is-selected{font-weight:600;background-color:var(--accent);color:#fff}.store-locator__main{display:flex;gap:1.5rem;min-height:500px}.store-locator__map{flex:1;border-radius:12px;overflow:hidden;position:relative;z-index:1}.store-locator__map .leaflet-container{border-radius:12px}.store-locator__retailers{margin-top:3.5rem;text-align:center}.store-locator__retailers-heading{margin:0 0 1.75rem;color:var(--heading);font-size:1.5rem;font-weight:600;letter-spacing:.08em;line-height:1.3}.store-locator__retailer-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:1.5rem 3.5rem}.store-locator__retailer{display:flex;align-items:center;justify-content:center;min-width:120px;min-height:56px;padding:.5rem}.store-locator__retailer--link{transition:opacity .2s ease,transform .2s ease}.store-locator__retailer--link:hover{opacity:.7;transform:translateY(-2px)}.store-locator__retailer--link:focus-visible{outline:3px solid var(--accent);outline-offset:4px}.store-locator__retailer-logo{display:block;width:auto;max-width:220px;height:60px;object-fit:contain;filter:brightness(0) saturate(100%)}.store-locator__list{width:100%;overflow-y:auto;border:2px solid var(--text);border-radius:12px;max-height:440px;background:var(--bg)}.store-locator__list::-webkit-scrollbar{width:6px}.store-locator__list::-webkit-scrollbar-track{background:transparent}.store-locator__list::-webkit-scrollbar-thumb{background:var(--text);border-radius:3px}.store-locator__list-empty{padding:2.5rem 1.5rem;text-align:center;font-size:.95rem;opacity:.5;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.store-locator__list-item{display:flex;align-items:center;gap:.85rem;padding:1.35rem;border-bottom:1px solid var(--text);cursor:pointer;transition:background-color .2s ease,color .2s ease}.store-locator__list-item:last-child{border-bottom:none}.store-locator__list-item:hover{background-color:var(--text);color:var(--bg)}.store-locator__list-item:hover .store-locator__list-item-dir{color:var(--bg)}.store-locator__list-item.is-active{background-color:var(--accent);color:#fff;border-bottom-color:var(--accent)}.store-locator__list-item.is-active+.store-locator__list-item{border-top-color:var(--accent)}.store-locator__list-item.is-active .store-locator__list-item-dir{color:#fff}.store-locator__list-item-pin{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:28px;height:28px}.store-locator__list-item-pin svg{display:block}.store-locator__list-item-info{flex:1;min-width:0}.store-locator__list-item-info strong{display:block;font-size:1.15rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.15rem}.store-locator__list-item:hover .store-locator__list-item-info strong{color:var(--bg)}.store-locator__list-item-info span{display:block;font-size:.95rem;opacity:.75;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-locator__list-item:hover .store-locator__list-item-info span{opacity:.85}.store-locator__list-item-dist{display:inline-block;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-top:.25rem;padding:.15rem 0;color:var(--accent)}.store-locator__list-item:hover .store-locator__list-item-dist{color:var(--bg)}.store-locator__list-item.is-active .store-locator__list-item-dist{color:#fff}.store-locator__list-item-dir{flex-shrink:0;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--accent);text-decoration:none;white-space:nowrap;padding:.35rem .6rem;border:1.5px solid var(--accent);border-radius:4px;transition:background-color .2s ease,color .2s ease,opacity .2s}.store-locator__list-item-dir:hover{background-color:var(--accent);color:#fff;opacity:1}.store-locator__list-item:hover .store-locator__list-item-dir{border-color:var(--bg)}.store-locator__list-item:hover .store-locator__list-item-dir:hover{background-color:var(--bg);color:var(--text);border-color:var(--bg)}@media screen and (max-width:1023px){.store-locator__main{flex-direction:column;min-height:auto}.store-locator__side-panel{width:100%}.store-locator__list{max-height:280px}.store-locator__map{min-height:340px}.store-locator__locate-btn span{display:none}.store-locator__search-input{font-size:16px}}@media screen and (max-width:767px){.store-locator__heading{font-size:1.75rem}.store-locator__search{flex-direction:column}.store-locator__locate-btn{justify-content:center}.store-locator__map{min-height:280px}.store-locator__list{max-height:260px}.store-locator__retailer-list{gap:1rem 1.5rem}.store-locator__retailer{min-width:96px}.store-locator__retailer-logo{max-width:180px;height:48px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-store-locator.css.map */
