.store-locator{--sl-panel-w: 380px;--sl-panel-gap: 24px;--sl-radius: 4px;--sl-border: #e5e5e5;--sl-accent: #000;--sl-muted: #666;--sl-bg-active: #f5f5f5;position:relative;width:100%;height:calc(100vh - var(--header-h, 80px));min-height:600px;overflow:hidden;font-family:inherit}.store-locator__map-wrap{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.store-locator__map{width:100%;height:100%}.store-locator__sidebar{position:absolute;top:var(--sl-panel-gap);left:var(--sl-panel-gap);z-index:10;width:var(--sl-panel-w);max-height:calc(100% - var(--sl-panel-gap) * 2);display:flex;flex-direction:column;background:#fff;border-radius:var(--sl-radius);box-shadow:0 8px 24px #0000001f;overflow:hidden}.store-locator__panel-head{flex-shrink:0;padding:1.5rem 1.25rem 1rem;border-bottom:1px solid var(--sl-border);background:#fff}.store-locator__title{margin:0 0 .75rem;font-size:1.375rem;font-weight:700;text-align:center;letter-spacing:-.01em}.store-locator__geo{display:flex;align-items:center;gap:.4rem;margin:0 auto 1rem;padding:.5rem .75rem;min-height:44px;background:none;border:none;border-radius:var(--sl-radius);color:inherit;text-decoration:underline;cursor:pointer;font:inherit;width:100%;justify-content:center;transition:background-color .15s ease-out}.store-locator__geo:hover{background:var(--sl-bg-active)}.store-locator__geo:focus-visible{outline:2px solid var(--sl-accent);outline-offset:2px}.store-locator__geo:disabled{opacity:.6;cursor:wait}.store-locator__geo svg{flex-shrink:0}.store-locator__filters{display:grid;grid-template-columns:1fr 1fr;gap:.5rem}.store-locator__field{display:block}.store-locator__field select{width:100%;height:44px;padding:0 2rem 0 .75rem;border:1px solid var(--sl-border);border-radius:var(--sl-radius);background:#fff;font:inherit;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s ease-out,box-shadow .15s ease-out;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.store-locator__field select:hover:not(:disabled){border-color:var(--sl-accent)}.store-locator__field select:focus-visible{outline:none;border-color:var(--sl-accent);box-shadow:0 0 0 3px #0000001f}.store-locator__field select:disabled{opacity:.5;cursor:not-allowed}.store-locator__count{flex-shrink:0;padding:.5rem 1.25rem;font-size:.85rem;color:var(--sl-muted);border-bottom:1px solid var(--sl-border);background:#fff}.store-locator__count:empty{display:none}.store-locator__list{list-style:none;margin:0;padding:0;overflow-y:auto;flex:1 1 auto;min-height:0}.store-locator__item{padding:1rem 1.25rem;border-bottom:1px solid var(--sl-border);border-left:3px solid transparent;cursor:pointer;transition:background-color .15s ease-out,border-left-color .15s ease-out}.store-locator__item:last-child{border-bottom:none}.store-locator__item:hover{background:var(--sl-bg-active)}.store-locator__item:focus-visible{outline:none;background:var(--sl-bg-active);box-shadow:inset 0 0 0 2px var(--sl-accent)}.store-locator__item.is-active{background:var(--sl-bg-active);border-left-color:var(--sl-accent)}.store-locator__item-name{margin:0 0 .4rem;font-size:1rem;font-weight:700}.store-locator__item-address,.store-locator__item-phone{margin:0 0 .4rem;font-size:.875rem;color:var(--sl-muted);line-height:1.4}.store-locator__item-actions{display:flex;gap:1rem;margin-top:.5rem}.store-locator__link{background:none;border:none;padding:.35rem 0;min-height:44px;display:inline-flex;align-items:center;color:var(--sl-accent);font:inherit;font-size:.875rem;text-decoration:underline;cursor:pointer}.store-locator__link:focus-visible{outline:2px solid var(--sl-accent);outline-offset:2px;border-radius:2px}.store-locator__empty{padding:1.5rem 1.25rem;text-align:center;color:var(--sl-muted)}.store-locator__tabs{display:none;position:absolute;z-index:20;top:12px;left:50%;transform:translate(-50%);background:#fff;border-radius:var(--sl-radius);box-shadow:0 4px 12px #0000001f;overflow:hidden}.store-locator__tab{padding:.6rem 1.25rem;min-height:44px;background:none;border:none;font:inherit;color:var(--sl-muted);cursor:pointer;transition:background-color .15s ease-out,color .15s ease-out}.store-locator__tab:focus-visible{outline:2px solid var(--sl-accent);outline-offset:-2px}.store-locator__tab.is-active{color:#fff;background:var(--sl-accent);font-weight:600}@media (max-width: 767px){.store-locator{height:calc(100vh - var(--header-h, 64px))}.store-locator__tabs{display:flex}.store-locator__sidebar{top:64px;left:0;width:100%;max-height:calc(100% - 64px);border-radius:0;box-shadow:none}.store-locator__sidebar,.store-locator__map-wrap{display:none}.store-locator__sidebar.is-active{display:flex}.store-locator__map-wrap.is-active{display:block}}@media (prefers-reduced-motion: reduce){.store-locator *,.store-locator *:before,.store-locator *:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
