.store-locator{--sl-primary: #1a1a1a;--sl-bg: #ffffff;--sl-border: #e5e5e5;--sl-muted: #6b6b6b;--sl-hover-bg: #f5f5f5;--sl-panel-width: 380px;--sl-map-height: 600px;--sl-map-height-mobile: 500px;--sl-radius: 0px;--sl-transition: .3s ease;font-family:var(--font-body--family, system-ui, -apple-system, sans-serif);color:var(--sl-primary);padding:40px 20px}.store-locator__container{max-width:var(--normal-page-width, 1400px);margin:0 auto}.store-locator__header{text-align:center;margin-bottom:28px}.store-locator__title{font-family:var(--font-heading--family, inherit);font-weight:var(--font-heading--weight, 700);font-size:clamp(22px,3vw,32px);line-height:1.2;margin:0 0 8px;letter-spacing:.01em}.store-locator__subtitle{font-size:16px;color:var(--sl-muted);margin:0;line-height:1.5}.store-locator__empty{padding:60px 20px;text-align:center;color:var(--sl-muted);border:1px dashed var(--sl-border);border-radius:var(--sl-radius)}.store-locator__controls{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px;align-items:flex-end;justify-content:space-between}.store-locator__tabs{display:flex;gap:0;border-bottom:1px solid var(--sl-border);flex:1 1 auto;min-width:0}.store-locator__tab{background:transparent;border:none;padding:12px 20px;font-size:14px;font-family:inherit;color:var(--sl-muted);cursor:pointer;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease;margin-bottom:-1px;white-space:nowrap;letter-spacing:.02em}.store-locator__tab:hover{color:var(--sl-primary)}.store-locator__tab.is-active{color:var(--sl-primary);border-bottom-color:var(--sl-primary);font-weight:600}.store-locator__tab:focus-visible{outline:2px solid var(--sl-primary);outline-offset:2px}.store-locator__filters{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.store-locator__provincia-select{padding:10px 36px 10px 14px;border:1px solid var(--sl-border);background-color:#fff;font-size:14px;font-family:inherit;color:var(--sl-primary);cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%23000' fill='none' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;min-width:220px;border-radius:var(--sl-radius);transition:border-color .2s ease}.store-locator__provincia-select:hover,.store-locator__provincia-select:focus{border-color:var(--sl-primary);outline:none}.store-locator__clear-btn{padding:10px 18px;background:transparent;border:1px solid var(--sl-border);font-size:14px;font-family:inherit;color:var(--sl-primary);cursor:pointer;transition:background .2s ease,border-color .2s ease;border-radius:var(--sl-radius);white-space:nowrap}.store-locator__clear-btn:hover{background:var(--sl-hover-bg);border-color:var(--sl-primary)}.store-locator__clear-btn:focus-visible{outline:2px solid var(--sl-primary);outline-offset:2px}.store-locator__viewport{position:relative;display:flex;height:var(--sl-map-height);border:1px solid var(--sl-border);overflow:hidden;border-radius:var(--sl-radius)}.store-locator__map{flex:1;height:100%;min-width:0;z-index:1}.store-locator__map .leaflet-container{font-family:inherit;background:#f0f0f0}.store-locator__panel{flex:0 0 0;overflow:hidden;transition:flex var(--sl-transition);background:var(--sl-bg);border-right:1px solid var(--sl-border);position:relative;z-index:2}.store-locator__viewport.is-panel-open .store-locator__panel{flex:0 0 var(--sl-panel-width)}.store-locator__panel-inner{width:var(--sl-panel-width);height:100%;padding:32px 24px 24px;overflow-y:auto;position:relative;box-sizing:border-box}.store-locator__panel-handle{display:none}.store-locator__panel-close{position:absolute;top:12px;right:12px;background:transparent;border:none;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--sl-primary);z-index:2;border-radius:50%;transition:background .2s ease}.store-locator__panel-close:hover{background:var(--sl-hover-bg)}.store-locator__panel-close:focus-visible{outline:2px solid var(--sl-primary);outline-offset:2px}.store-locator__store-name{font-family:var(--font-heading--family, inherit);font-size:22px;font-weight:700;margin:0 0 20px;padding-right:36px;line-height:1.25}.store-locator__store-row{margin:0 0 18px;font-size:14px;line-height:1.5}.store-locator__store-label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--sl-muted);margin-bottom:4px;font-weight:600}.store-locator__store-value a{color:var(--sl-primary);text-decoration:underline;text-underline-offset:2px}.store-locator__store-value a:hover{text-decoration:none}.store-locator__cta{display:inline-block;margin-top:8px;padding:14px 24px;background:var(--sl-primary);color:#fff;text-decoration:none;font-size:14px;font-weight:600;text-align:center;width:100%;box-sizing:border-box;letter-spacing:.04em;text-transform:uppercase;transition:opacity .2s ease;border-radius:var(--sl-radius)}.store-locator__cta:hover{opacity:.85}.store-locator__marker--oficial{filter:drop-shadow(0 3px 6px rgba(0,0,0,.25));transition:transform .15s ease;overflow:visible!important;object-fit:contain}.store-locator__marker--oficial:hover{transform:scale(1.1);transform-origin:bottom center}.leaflet-marker-pane{overflow:visible!important}@media(max-width:767px){.store-locator{padding:24px 16px}.store-locator__header{margin-bottom:20px}.store-locator__controls{flex-direction:column;align-items:stretch;gap:12px}.store-locator__tabs{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.store-locator__tab{padding:10px 14px;font-size:13px;flex:1 1 auto;text-align:center}.store-locator__filters{width:100%;flex-direction:row}.store-locator__provincia-select{flex:1;min-width:0}.store-locator__viewport{height:var(--sl-map-height-mobile)}.store-locator__map{height:100%}.store-locator__panel{position:fixed;bottom:0;left:0;right:0;flex:none;width:100%;height:60svh;max-height:600px;transform:translateY(100%);transition:transform var(--sl-transition);z-index:1000;border-radius:16px 16px 0 0;box-shadow:0 -4px 24px #0000002e;border-right:none;overflow:hidden}.store-locator__viewport.is-panel-open .store-locator__panel{flex:none;transform:translateY(0)}.store-locator__panel-inner{width:100%;padding:36px 20px 24px}.store-locator__panel-handle{display:block;position:absolute;top:0;left:0;right:0;height:28px;background:transparent;border:none;cursor:grab;z-index:3;padding:0;-webkit-tap-highlight-color:transparent}.store-locator__panel-handle:before{content:"";position:absolute;top:10px;left:50%;transform:translate(-50%);width:40px;height:4px;background:#d0d0d0;border-radius:2px}.store-locator__panel-handle:active:before{background:#b0b0b0}.store-locator__panel-close{top:16px;right:16px}.store-locator__store-name{font-size:20px}}@media(max-width:767px){.store-locator__viewport.is-panel-open:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:999;animation:sl-fadein .3s ease;pointer-events:none}@keyframes sl-fadein{0%{opacity:0}to{opacity:1}}}@media(prefers-reduced-motion:reduce){.store-locator__panel,.store-locator__tab,.store-locator__cta,.store-locator__marker--oficial{transition:none!important;animation:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/store-locator.css.map */
