.store-locator{--sl-max-width: 1100px;--sl-sidebar-width: 400px;--sl-border: rgba(0, 0, 0, .08);--sl-muted: rgba(0, 0, 0, .55);--sl-radius: 4px;--sl-accent: #1a1a1a}.store-locator__container{max-width:var(--sl-max-width);margin:0 auto;padding:48px 24px 60px}.store-locator__header{text-align:center;margin-bottom:32px}.store-locator__heading{font-family:var(--font-heading-family);font-weight:var(--font-heading-weight);font-size:2.8rem;letter-spacing:-.01em;margin:0}.store-locator__body{display:grid;grid-template-columns:var(--sl-sidebar-width) 1fr;border:1px solid var(--sl-border);border-radius:var(--sl-radius);overflow:hidden;background:#fff;box-shadow:0 1px 3px #0000000a}.store-locator__sidebar{display:flex;flex-direction:column;border-right:1px solid var(--sl-border);background:#fafafa}.store-locator__list{flex:1;overflow-y:auto;overscroll-behavior:contain;max-height:min(560px,70vh)}.store-item{display:grid;grid-template-columns:1fr auto;gap:0;padding:18px 20px;border-bottom:1px solid var(--sl-border);cursor:pointer;transition:background-color .15s ease;background:#fff}.store-item:hover{background:#fafafa}.store-item.is-active{background:#f5f5f5;box-shadow:inset 3px 0 0 var(--sl-accent)}.store-item__state{grid-column:1 / -1;font-size:1rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--sl-muted);margin-bottom:2px}.store-item__name{grid-column:1 / -1;font-family:var(--font-heading-family);font-weight:600;font-size:1.4rem;line-height:1.35;margin:0}.store-item__address{grid-column:1 / -1;font-size:1.25rem;line-height:1.5;color:var(--sl-muted);margin:6px 0 0}.store-item__meta{grid-column:1 / -1;position:relative;margin:12px 0 0}.store-item__phone{position:absolute;top:0;right:0;margin:0}.store-item__phone a{display:inline-flex;align-items:center;gap:5px;font-size:1.2rem;color:var(--sl-accent);text-decoration:none;white-space:nowrap}.store-item__phone a:hover{text-decoration:underline}.store-item__phone-icon{width:14px;height:14px;opacity:.6}.store-item__hours{margin:0}.store-item__hours-toggle{display:inline-flex;align-items:center;gap:6px;font-size:1.2rem;font-weight:500;color:var(--sl-accent);cursor:pointer;list-style:none;padding:6px 10px;background:#0000000a;border-radius:var(--sl-radius);transition:background .15s ease}.store-item__hours-toggle::-webkit-details-marker{display:none}.store-item__hours-toggle:hover{background:#00000012}.store-item__hours-toggle svg{width:10px;height:10px;transition:transform .2s ease}.store-item__hours[open] .store-item__hours-toggle svg{transform:rotate(180deg)}.store-item__hours-table{margin:10px 0 0;padding:10px 0 0;border-top:1px solid var(--sl-border);font-size:1.2rem;line-height:1.5;display:grid;grid-template-columns:auto 1fr;gap:3px 20px}.store-item__hours-row{display:contents}.store-item__hours-row dt{color:var(--sl-muted)}.store-item__hours-row dd{margin:0;font-variant-numeric:tabular-nums}.store-item__hours-row--weekend-start dt,.store-item__hours-row--weekend-start dd{padding-top:6px}.store-item__actions{grid-column:1 / -1;display:flex;gap:10px;margin-top:14px}.store-item__btn{flex:1;display:inline-flex;align-items:center;justify-content:center;padding:10px 16px;font-size:1.15rem;font-weight:500;text-decoration:none;border-radius:var(--sl-radius);transition:all .15s ease}.store-item__btn--primary{background:var(--sl-accent);color:#fff}.store-item__btn--primary:hover{background:#333}.store-item__btn--secondary{background:#fff;color:var(--sl-accent);border:1px solid rgba(0,0,0,.15)}.store-item__btn--secondary:hover{border-color:#0000004d;background:#fafafa}.store-locator__map-area{position:relative;background:#e8e8e8;min-height:400px}.store-locator__map{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.store-locator .maplibregl-ctrl-top-right{top:14px;right:14px}.store-locator .maplibregl-ctrl-group{background:#fff;border-radius:var(--sl-radius);box-shadow:0 2px 8px #0000001f;border:none}.store-locator .maplibregl-ctrl-group button{width:36px;height:36px}.store-locator .maplibregl-ctrl-group button+button{border-top:1px solid rgba(0,0,0,.06)}.store-locator .maplibregl-ctrl-attrib{font-size:9px;background:#ffffffe6;padding:3px 8px;border-radius:3px}.sl-marker{position:relative;cursor:pointer}.sl-marker__dot{width:24px;height:24px;background:var(--sl-accent);border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000004d;transition:transform .2s ease,box-shadow .2s ease}.sl-marker:hover .sl-marker__dot{transform:scale(1.15);box-shadow:0 3px 12px #00000059}.sl-marker.is-active .sl-marker__dot{transform:scale(1.25);background:#000;box-shadow:0 4px 16px #0006}.sl-marker__label{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);background:var(--sl-accent);color:#fff;font-size:1.1rem;font-weight:500;padding:6px 10px;border-radius:var(--sl-radius);white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .15s ease;box-shadow:0 2px 8px #0003}.sl-marker__label:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:6px solid transparent;border-top-color:var(--sl-accent)}.sl-marker:hover .sl-marker__label,.sl-marker.is-active .sl-marker__label{opacity:1}.store-locator .maplibregl-popup{z-index:10}.store-locator .maplibregl-popup-anchor-bottom .maplibregl-popup-tip{border-top-color:#fff}.store-locator .maplibregl-popup-anchor-top .maplibregl-popup-tip{border-bottom-color:#fff}.store-locator .maplibregl-popup-content{padding:18px 20px;border-radius:8px;box-shadow:0 6px 24px #0000002e;font-family:var(--font-body-family);min-width:200px}.store-locator .maplibregl-popup-close-button{font-size:22px;font-weight:300;width:32px;height:32px;line-height:30px;right:4px;top:4px;color:#999;border-radius:4px}.store-locator .maplibregl-popup-close-button:hover{background:#0000000d;color:#333}.sl-popup__name{font-family:var(--font-heading-family);font-weight:600;font-size:1.5rem;line-height:1.3;margin:0 0 6px;padding-right:24px}.sl-popup__address{font-size:1.25rem;line-height:1.5;color:#666;margin:0 0 14px}.sl-popup__actions{display:flex;gap:8px}.sl-popup__btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;font-size:1.1rem;font-weight:500;text-decoration:none;border-radius:50px;transition:all .15s ease}.sl-popup__btn--primary{background:var(--sl-accent);color:#fff}.sl-popup__btn--primary:hover{background:#333}.sl-popup__btn--secondary{background:#fff;color:var(--sl-accent);border:1px solid rgba(0,0,0,.15)}.sl-popup__btn--secondary:hover{border-color:#0000004d}@media (max-width: 899px){.store-locator__container{padding:32px 0 48px}.store-locator__header{padding:0 20px;margin-bottom:24px}.store-locator__heading{font-size:2.2rem}.store-locator__body{display:flex;flex-direction:column;border-radius:0;border-left:none;border-right:none}.store-locator__map-area{order:1;height:300px;min-height:300px;flex-shrink:0}.store-locator__sidebar{order:2;border-right:none;border-top:1px solid var(--sl-border)}.store-locator__list{max-height:none;overflow-y:visible}.store-item{padding:16px 20px}.store-item__name{font-size:1.35rem}.store-item__address{margin:6px 0 0}.store-item__meta{display:flex;flex-direction:column;gap:8px}.store-item__phone{position:static;order:-1}.store-item__actions{flex-wrap:wrap}.store-item__btn{flex:1;min-width:120px;padding:10px 16px}}.store-locator__map--loading{display:flex;align-items:center;justify-content:center}.store-locator__map--loading:after{content:"";width:28px;height:28px;border:2px solid rgba(0,0,0,.1);border-top-color:#00000080;border-radius:50%;animation:sl-spin .7s linear infinite}@keyframes sl-spin{to{transform:rotate(360deg)}}
/*# sourceMappingURL=/cdn/shop/t/148/assets/brava-store-locator.css.map */
