.store-locator{border:1px solid var(--global-accent);background:#fff;border-radius:0;width:100vw;height:90vh;margin-left:calc(50% - 50vw);display:flex;overflow:hidden}.store-locator__map>div{height:100%!important}.store-locator__panel{border-right:1px solid var(--global-accent);scrollbar-width:thin;scrollbar-color:var(--global-accent)transparent;width:33.3333%;height:100%;overflow-y:auto}.store-locator__panel::-webkit-scrollbar{width:5px}.store-locator__panel::-webkit-scrollbar-track{background:0 0}.store-locator__panel::-webkit-scrollbar-thumb{background:var(--global-accent);border-radius:0}.store-locator__list{flex-direction:column;display:flex}.store-locator__list-header{z-index:5;background:#fff;border-bottom:1px solid #0000000f;padding:24px 24px 16px;position:sticky;top:0}.store-locator__list-title{color:var(--global-primary);margin:0 0 4px;font-size:1.25rem;font-weight:700}.store-locator__list-count{color:#888;text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.8rem}.store-locator__city-group{padding:0}.store-locator__city-label{text-transform:uppercase;letter-spacing:.1em;color:var(--global-secondary);background:#00000005;border-bottom:1px solid #0000000f;align-items:center;gap:6px;padding:12px 24px;font-size:.75rem;font-weight:600;display:flex}.store-locator__store-card{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #0000000f;align-items:center;gap:12px;width:100%;padding:20px 24px;transition:all .25s;display:flex}.store-locator__store-card:hover,.store-locator__store-card--active{background:#1d3c330a}.store-locator__store-card:hover .store-locator__store-arrow,.store-locator__store-card--active .store-locator__store-arrow{opacity:1;color:var(--global-primary);transform:translate(0)}.store-locator__store-card-content{flex:1;min-width:0}.store-locator__store-name{color:var(--global-primary);margin:0 0 6px;font-size:.95rem;font-weight:600}.store-locator__store-address{color:#666;margin:0 0 8px;font-size:.8rem;line-height:1.4}.store-locator__store-phone,.store-locator__store-hours{color:#888;align-items:center;gap:6px;margin:0 0 4px;font-size:.75rem;display:flex}.store-locator__store-arrow{color:#ccc;opacity:0;flex-shrink:0;transition:all .25s;transform:translate(-4px)}.store-locator__detail{padding:24px;animation:.3s storeDetailSlideIn}@keyframes storeDetailSlideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}.store-locator__back-btn{color:var(--global-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-bottom:20px;padding:0;font-size:.82rem;font-weight:500;transition:all .2s;display:flex}.store-locator__back-btn:hover{color:var(--global-primary);transform:translate(-4px)}.store-locator__detail-header{margin-bottom:16px}.store-locator__detail-badge{text-transform:uppercase;letter-spacing:.12em;color:var(--global-secondary);background:#c6a0511a;border-radius:0;margin-bottom:10px;padding:4px 12px;font-size:.65rem;font-weight:600;display:inline-block}.store-locator__detail-title{color:var(--global-primary);margin:0;font-size:1.35rem;font-weight:700;line-height:1.3}.store-locator__detail-description{color:#555;margin:0 0 20px;font-size:.85rem;line-height:1.6}.store-locator__detail-info{background:#00000005;border:1px solid #0000000a;border-radius:0;flex-direction:column;gap:16px;margin-bottom:24px;padding:20px;display:flex}.store-locator__detail-info-item{gap:12px;display:flex}.store-locator__detail-icon{color:var(--global-secondary);flex-shrink:0;margin-top:2px}.store-locator__detail-label{text-transform:uppercase;letter-spacing:.08em;color:#999;margin-bottom:2px;font-size:.7rem;font-weight:600;display:block}.store-locator__detail-value{color:#333;font-size:.85rem;line-height:1.4}.store-locator__detail-link{color:var(--global-primary);font-size:.85rem;text-decoration:none;transition:color .2s}.store-locator__detail-link:hover{color:var(--global-secondary)}.store-locator__detail-brands{margin-bottom:24px}.store-locator__detail-brands-title{text-transform:uppercase;letter-spacing:.08em;color:#999;margin-bottom:10px;font-size:.7rem;font-weight:600;display:block}.store-locator__detail-brands-list{flex-wrap:wrap;gap:8px;display:flex}.store-locator__detail-brand-tag{color:var(--global-primary);background:#1d3c330f;border:1px solid #1d3c331a;border-radius:0;padding:5px 14px;font-size:.75rem;font-weight:500;transition:all .2s}.store-locator__detail-brand-tag:hover{background:#1d3c331a}.store-locator__directions-btn{background:var(--global-primary);color:#fff;text-transform:uppercase;letter-spacing:.06em;cursor:pointer;border:none;border-radius:0;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px 24px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.store-locator__directions-btn:hover{background:var(--global-secondary);transform:translateY(-2px);box-shadow:0 4px 16px #1d3c3340}.store-locator__map{flex:1 0;min-width:0;height:100%;position:relative}.store-locator__marker{background:var(--global-primary);color:#fff;white-space:nowrap;cursor:pointer;border-radius:0;align-items:center;gap:6px;padding:8px 14px;font-size:.75rem;font-weight:600;transition:all .25s;display:flex;position:relative;box-shadow:0 4px 14px #00000040}.store-locator__marker:after{content:"";border-left:7px solid #0000;border-right:7px solid #0000;border-top:7px solid var(--global-primary);width:0;height:0;transition:border-top-color .25s;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.store-locator__marker--selected{background:var(--global-secondary);transform:scale(1.1);box-shadow:0 6px 20px #c6a05166}.store-locator__marker--selected:after{border-top-color:var(--global-secondary)}.store-locator__marker--hovered{background:var(--global-secondary);transform:scale(1.05)}.store-locator__marker--hovered:after{border-top-color:var(--global-secondary)}.store-locator__marker-label{text-overflow:ellipsis;max-width:120px;overflow:hidden}.store-locator__cluster{cursor:pointer;transition:transform .25s}.store-locator__cluster:hover{transform:scale(1.15)}@media (max-width:1024px){.store-locator{flex-direction:column;width:100vw;height:100vh;margin-left:calc(50% - 50vw);overflow:visible}.store-locator__panel{width:100%;min-width:unset;max-width:unset;height:40%;max-height:unset;border-right:none;border-bottom:1px solid var(--global-accent);border-radius:0;order:2}.store-locator__map{height:60%;min-height:unset;border-radius:0;order:1;overflow:hidden}}@media (max-width:640px){.store-locator{border-radius:0;height:100vh}.store-locator__panel{height:50%;max-height:unset;border-radius:0}.store-locator__map{height:50%;min-height:unset;border-radius:0}.store-locator__list-header{padding:18px 16px 12px}.store-locator__city-label{padding:10px 16px}.store-locator__store-card{padding:16px}.store-locator__detail{padding:18px 16px}.store-locator__detail-info{padding:14px}}
