.store-locator--immersive{position:relative;width:100vw;margin-left:calc(-50vw + 50%);height:var(--sl-height, 700px);overflow:hidden}.store-locator--immersive .store-locator__map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.store-locator__sidebar{position:absolute;top:16px;bottom:16px;width:var(--sl-sidebar-width, 400px);z-index:2;display:flex;flex-direction:column;background:rgba(255,255,255,var(--sl-sidebar-opacity, .98));backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border-radius:14px;box-shadow:0 8px 40px #0000001f,0 1px 4px #0000000d;overflow:hidden}.store-locator--sidebar-left .store-locator__sidebar{left:16px}.store-locator--sidebar-right .store-locator__sidebar{right:16px}.store-locator__mobile-handle{display:none}@media screen and (max-width:768px){.store-locator__mobile-handle{display:flex;justify-content:center;padding:10px 0 2px}.store-locator__mobile-handle span{width:36px;height:4px;border-radius:2px;background:#00000026}}.store-locator__sidebar-top{padding:20px 20px 14px;display:flex;flex-direction:column;gap:10px;flex-shrink:0;border-bottom:1px solid rgba(0,0,0,.06)}.store-locator__heading-row{display:flex;align-items:center;gap:10px}.store-locator__heading{font-size:var(--sl-heading-size, 20px);letter-spacing:-.02em;line-height:1.2;margin:0;color:#1a1a1a}.store-locator__count-badge{font-size:11px;font-weight:700;color:var(--primary-btn-bg-color, #E68819);background:#e688191a;padding:3px 8px;border-radius:10px;white-space:nowrap}.store-locator__search-row{display:flex;gap:6px}.store-locator__search{flex:1;height:var(--sl-input-height, 40px);padding:0 14px;font-family:var(--body-font-stack);font-size:13px;color:#333;background:#f0f1f3;border:1px solid transparent;border-radius:var(--sl-input-radius, 8px);outline:none;transition:all .15s ease}.store-locator__search::placeholder{color:#aaa}.store-locator__search.is-loading{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='%23E68819' d='M12 2a10 10 0 1 0 10 10A10 10 0 0 0 12 2zm0 18a8 8 0 1 1 8-8 8 8 0 0 1-8 8z' opacity='.25'/%3E%3Cpath fill='%23E68819' d='M20 12h2A10 10 0 0 0 12 2v2a8 8 0 0 1 8 8z'%3E%3CanimateTransform attributeName='transform' dur='.6s' from='0 12 12' repeatCount='indefinite' to='360 12 12' type='rotate'/%3E%3C/path%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.store-locator__search:focus{background:#fff;border-color:#0000001a;box-shadow:0 0 0 3px #e688191f}.store-locator__geo-btn{width:var(--sl-input-height, 40px);height:var(--sl-input-height, 40px);display:flex;align-items:center;justify-content:center;flex-shrink:0;background:var(--primary-btn-bg-color, #E68819);color:#fff;border:none;border-radius:var(--sl-input-radius, 8px);cursor:pointer;transition:opacity .15s ease,transform .1s ease}.store-locator__geo-btn:hover{opacity:.85}.store-locator__geo-btn:active{transform:scale(.95)}.store-locator__filters-row{display:flex;gap:6px}.store-locator__dropdown{position:relative;flex:1}.store-locator__dropdown-trigger{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;height:var(--sl-input-height, 40px);padding:0 10px 0 12px;font-family:var(--body-font-stack);font-size:12px;color:#555;background:#f0f1f3;border:1px solid transparent;border-radius:var(--sl-input-radius, 8px);cursor:pointer;transition:all .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.store-locator__dropdown-trigger:hover{background:#e8e9ec}.store-locator__dropdown-trigger svg{flex-shrink:0;opacity:.4;transition:transform .2s ease}.store-locator__dropdown.is-open .store-locator__dropdown-trigger{background:#fff;border-color:#0000001a;box-shadow:0 0 0 3px #e688191f}.store-locator__dropdown.is-open .store-locator__dropdown-trigger svg{transform:rotate(180deg)}.store-locator__dropdown-menu{display:none;position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:var(--sl-input-radius, 8px);box-shadow:0 8px 24px #0000001f;z-index:10;padding:4px;max-height:220px;overflow-y:auto}.store-locator__dropdown.is-open .store-locator__dropdown-menu{display:block;animation:sl-dropdown-in .15s ease}@keyframes sl-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.store-locator__dropdown-item{display:block;width:100%;padding:8px 10px;font-family:var(--body-font-stack);font-size:12px;color:#555;background:transparent;border:none;border-radius:6px;cursor:pointer;text-align:left;transition:background .1s ease}.store-locator__dropdown-item:hover{background:#f4f5f7}.store-locator__dropdown-item.is-active{color:var(--primary-btn-bg-color, #E68819);font-weight:600}.store-locator__status-bar{display:flex;justify-content:space-between;align-items:center;padding:7px 20px;font-size:11px;color:#bbb;flex-shrink:0}.store-locator__reset-btn{display:inline-flex;align-items:center;gap:4px;font-family:var(--body-font-stack);font-size:11px;font-weight:600;color:#999;background:none;border:none;cursor:pointer;padding:2px 6px;border-radius:4px;transition:all .12s ease}.store-locator__reset-btn:hover{color:var(--primary-btn-bg-color, #E68819);background:#e6881914}.store-locator__results{flex:1;overflow-y:auto;overscroll-behavior:contain}.store-locator__results::-webkit-scrollbar{width:3px}.store-locator__results::-webkit-scrollbar-track{background:transparent}.store-locator__results::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.store-locator__card{display:flex;flex-direction:column;gap:3px;padding:14px 20px;cursor:pointer;border-bottom:1px solid rgba(0,0,0,.04);transition:background .12s ease;animation:sl-card-in .2s ease both}.store-locator__card:nth-child(2n){background:#00000004}.store-locator__card:hover{background:#00000008}.store-locator__card:focus-visible{outline:2px solid var(--primary-btn-bg-color, #E68819);outline-offset:-2px}.store-locator__card.is-active{background:#e688190a;box-shadow:inset 3px 0 0 var(--primary-btn-bg-color, #E68819)}@keyframes sl-card-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.store-locator__card:nth-child(1){animation-delay:0s}.store-locator__card:nth-child(2){animation-delay:.02s}.store-locator__card:nth-child(3){animation-delay:.04s}.store-locator__card:nth-child(4){animation-delay:.06s}.store-locator__card:nth-child(5){animation-delay:.08s}.store-locator__card:nth-child(6){animation-delay:.1s}.store-locator__card:nth-child(7){animation-delay:.12s}.store-locator__card:nth-child(8){animation-delay:.14s}.store-locator__card-top{display:flex;align-items:center;justify-content:space-between;gap:6px}.store-locator__card-top-left{display:flex;align-items:center;gap:6px}.store-locator__card-logo{width:16px;height:16px;object-fit:contain;border-radius:3px}.store-locator__card-retailer{font-size:10px;font-weight:600;letter-spacing:.4px;text-transform:uppercase;color:#bbb}.store-locator__card-distance{font-size:11px;color:#ccc;white-space:nowrap}.store-locator__card-name{font-family:var(--header-font-stack);font-weight:var(--sl-card-name-weight, 600);font-size:var(--sl-card-name-size, 14px);letter-spacing:-.01em;margin:0;line-height:1.3;color:#1a1a1a}.store-locator__card-address{font-size:var(--sl-card-meta-size, 12px);line-height:1.4;color:#999;margin:0}.store-locator__card-detail{max-height:0;overflow:hidden;transition:max-height .25s ease,opacity .2s ease;opacity:0}.store-locator__card.is-active .store-locator__card-detail,.store-locator__card:hover .store-locator__card-detail{max-height:120px;opacity:1}.store-locator__card-hours{font-size:11px;margin:4px 0 0;color:#bbb}.store-locator__card-actions{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.store-locator__card-link{font-size:11px;font-weight:600;color:var(--primary-btn-bg-color, #E68819);text-decoration:none;transition:all .15s ease;background:#e6881914;border:none;padding:5px 10px;border-radius:6px;cursor:pointer;font-family:var(--body-font-stack)}.store-locator__card-link:hover{background:#e6881929}.store-locator__card-link--secondary{color:#777;background:#0000000a}.store-locator__card-link--secondary:hover{color:#555;background:#00000014}.store-locator__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;text-align:center;padding:40px 20px;color:#ccc}.store-locator__empty p{margin:0;font-size:13px}.store-locator__empty-cta{display:inline-block;padding:8px 18px;font-size:12px;font-weight:600;color:#fff;background:var(--primary-btn-bg-color, #E68819);border-radius:var(--sl-input-radius, 8px);text-decoration:none;margin-top:4px;transition:opacity .15s ease}.store-locator__empty-cta:hover{opacity:.85}.store-locator__load-more{display:block;width:100%;padding:10px 20px;font-family:var(--body-font-stack);font-size:12px;font-weight:600;text-align:center;color:var(--primary-btn-bg-color, #E68819);background:transparent;border:none;border-top:1px solid rgba(0,0,0,.05);cursor:pointer;flex-shrink:0;transition:background .12s ease}.store-locator__load-more:hover{background:#00000005}.store-locator__pin{width:38px;height:38px;border-radius:50%;background:#fff;border:3px solid var(--primary-btn-bg-color, #E68819);box-shadow:0 2px 10px #0003;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.store-locator__pin:hover,.store-locator__pin.is-highlighted{transform:scale(1.25);box-shadow:0 4px 16px #00000040}.store-locator__pin.is-highlighted:after{content:"";position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid var(--primary-btn-bg-color, #E68819);animation:sl-pin-pulse 1.2s ease-in-out infinite}@keyframes sl-pin-pulse{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.3);opacity:0}}.store-locator__pin-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.store-locator__pin-dot{width:12px;height:12px;border-radius:50%;background:var(--primary-btn-bg-color, #E68819)}.store-locator__skeleton{padding:14px 20px;border-bottom:1px solid rgba(0,0,0,.04)}.store-locator__skeleton-line{height:10px;border-radius:5px;background:#eee;margin-bottom:8px;animation:sl-pulse 1.5s ease-in-out infinite}.store-locator__skeleton-line:nth-child(1){width:28%}.store-locator__skeleton-line:nth-child(2){width:65%;height:12px}.store-locator__skeleton-line:nth-child(3){width:45%}.store-locator__skeleton-line:last-child{margin-bottom:0}@keyframes sl-pulse{0%,to{opacity:.4}50%{opacity:.75}}.store-locator--immersive .mapboxgl-ctrl-top-right{top:10px;right:10px}.store-locator .mapboxgl-popup-content{background:#fff;color:#1a1a1a;border-radius:10px;padding:12px 16px;box-shadow:0 6px 24px #00000029;font-family:var(--body-font-stack);font-size:13px;line-height:1.5;max-width:220px}.store-locator .mapboxgl-popup-tip{border-top-color:#fff}.store-locator .mapboxgl-popup-close-button{font-size:16px;color:#999;padding:2px 6px}.store-locator__popup-name{font-family:var(--header-font-stack);font-weight:600;font-size:13px;margin:0 0 2px}.store-locator__popup-meta{margin:0;color:#888;font-size:12px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media screen and (max-width:768px){.store-locator--immersive{height:auto;display:flex;flex-direction:column}.store-locator--immersive .store-locator__map{position:relative;height:300px;flex-shrink:0}.store-locator__sidebar{position:relative;top:auto;bottom:auto;left:auto!important;right:auto!important;width:100%;border-radius:14px 14px 0 0;margin-top:-10px;z-index:2;box-shadow:0 -4px 20px #00000014}.store-locator__results{max-height:400px;overflow-y:auto}.store-locator__heading{font-size:18px!important}.store-locator__sidebar-top{padding:16px 16px 12px}.store-locator__card{padding:12px 16px}.store-locator__card-actions{gap:4px 10px}.store-locator__card-link{font-size:11px}}
/*# sourceMappingURL=/cdn/shop/t/13/assets/section-store-locator.css.map */
