.store-locator-map{--slm-color-primary: var(--color-vert, #415954);--slm-color-border: rgb(var(--color-foreground-rgb) / .12);--slm-color-muted: var(--color-neutral-dark, #4e4e4e);--slm-color-surface: var(--color-neutral-light, #f7f7f7);--slm-color-status-open: #15941b;--slm-color-status-closed: #b42318;--slm-radius: 0;display:block}.store-locator-map__title{margin:1.5rem 0 1.25rem}.store-locator-map__search{display:flex;flex-direction:column;gap:1rem;margin-bottom:0;padding-bottom:16px;align-items:flex-start}@media screen and (min-width:750px){.store-locator-map__search{flex-direction:row;align-items:stretch;gap:.75rem;padding-bottom:40px}}.search-input-container{position:relative;flex:1;width:100%}.search-input{display:flex;align-items:center;width:100%;position:relative;background:transparent;border-bottom:1px solid var(--color-foreground);transition:border-color .2s ease}.search-input:focus-within{border-bottom-width:2px}.search-input input{padding:.75rem 0;padding-right:72px;font-size:12px;width:100%;border:none;background:transparent;color:var(--color-foreground)}.search-input input::placeholder{color:var(--slm-color-muted);opacity:.8}.search-input input:focus{outline:none}.search-input__submit{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0 .25rem;cursor:pointer;color:var(--color-foreground);transition:opacity .2s ease}.search-input__submit:hover{opacity:.7}.search-input__submit svg{width:18px;height:18px;--icon-stroke-width: 1.5}.reset-search-button{position:absolute;right:32px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;color:var(--slm-color-muted);z-index:5;width:20px;height:20px;display:none;align-items:center;justify-content:center}.reset-search-button:hover{color:var(--color-foreground)}.reset-search-button.visible{display:flex}.search-input-autocomplete{position:absolute;top:100%;left:0;right:0;z-index:10;background-color:var(--color-background, #fff);border:1px solid var(--color-foreground);border-top:none;box-shadow:0 4px 6px #0000001a;display:none;max-height:320px;overflow-y:auto}.search-input-autocomplete-item{margin:0;padding:.75rem 1rem;cursor:pointer;font-size:.875rem;transition:background-color .2s ease}.search-input-autocomplete-item:hover,.search-input-autocomplete-item.focused{background-color:var(--slm-color-surface)}.search-input-autocomplete-item.no-results{color:var(--slm-color-muted);cursor:default}.search-input-autocomplete-item.no-results:hover{background-color:transparent}.store-locator-map__locate{white-space:nowrap;letter-spacing:.06em;text-transform:uppercase;font-size:.8125rem;padding:.75rem 1.5rem;flex-shrink:0}.store-locator-map__layout{display:grid;grid-template-columns:1fr;gap:0}@media screen and (min-width:750px){.store-locator-map__layout{grid-template-columns:40% 60%;grid-template-rows:auto 1fr;column-gap:0;row-gap:0;align-items:start}}.store-locator-map__header{display:flex;flex-direction:column;min-width:0;padding:24px 16px 16px}@media screen and (min-width:750px){.store-locator-map__header{grid-column:1;grid-row:1;padding:40px 40px 0}}.store-locator-map__map{position:relative;width:100%}@media screen and (min-width:750px){.store-locator-map__map{grid-column:2;grid-row:1 / span 2;position:sticky;top:1rem}}.store-locator-map__panel{display:flex;flex-direction:column;min-width:0;padding:24px 16px 40px}@media screen and (min-width:750px){.store-locator-map__panel{grid-column:1;grid-row:2;padding:0 40px 40px}}.store-locator-map__tabs{display:flex;gap:1.5rem;margin-bottom:1rem;flex-wrap:wrap}@media screen and (max-width:749px){.store-locator-map__tabs{justify-content:center}}.store-locator-map__tab{white-space:nowrap}.store-locator-map__tab{background:transparent;border:none;padding:.5rem 0;font-family:inherit;font-size:var(--font-size--sm, .875rem);letter-spacing:var(--letter-spacing--button-normal, .06em);text-transform:uppercase;color:var(--color-foreground);cursor:pointer;text-decoration:none;text-decoration-color:transparent;text-underline-offset:6px;transition:color .3s ease,text-decoration-color .3s ease}.store-locator-map__tab:hover,.store-locator-map__tab[aria-selected=true]{text-decoration:underline;text-decoration-color:currentcolor}.store-locator-map__tab:hover{color:var(--color-primary-hover)}.store-locator-map__tab-count{font-size:inherit;color:inherit;display:inline}.skeleton--tab-count{width:2.5em;height:.75em;border-radius:2px;background:linear-gradient(90deg,var(--slm-color-border) 25%,var(--slm-color-surface) 50%,var(--slm-color-border) 75%);background-size:200% 100%;animation:slm-shimmer 1.5s infinite;display:inline-block}.store-locator-map__map #map{width:100%;height:400px;background:var(--slm-color-surface)}@media screen and (min-width:750px){.store-locator-map__map #map{height:calc(100vh - 120px);max-height:720px;min-height:560px}}.map-loading{display:flex;justify-content:center;align-items:center;height:100%;width:100%;background:var(--slm-color-surface)}.map-loading p{color:var(--slm-color-muted);font-size:.875rem}.stores-panel{display:flex;flex-direction:column}@media screen and (min-width:750px){.stores-panel{max-height:calc(100vh - 320px);min-height:400px;overflow-y:auto;padding-right:.5rem}}.no-results{text-align:center;padding:2rem 0;color:var(--slm-color-muted);font-size:.875rem}.no-results.hidden{display:none}.stores-list{padding:0}.store-card{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:24px 16px;border-bottom:1px solid var(--slm-color-border);cursor:pointer;transition:background-color .2s ease}.store-card:first-child{border-top:1px solid var(--slm-color-border)}.store-card:hover{background-color:rgb(var(--color-foreground-rgb) / .02)}.store-card:last-child{border-bottom:none}.store-card.store-card--selected,.store-card:first-child.store-card--selected{background-color:var(--slm-color-surface);border:1px solid rgb(var(--color-foreground-rgb) / .3);border-radius:2px;margin:8px 0}.store-card--forest{display:block}.store-card__header-row{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:.5rem}.store-card--forest .store-card__name{margin:0}.store-card__details{list-style:none;padding:0;margin:1rem 0 .75rem;display:flex;flex-direction:column;gap:.375rem;font-size:.875rem;color:var(--color-foreground)}.store-card__details li{padding-left:1.25rem;position:relative}.store-card__details li:before{content:"↳";position:absolute;left:0;color:var(--slm-color-muted)}.store-card__details strong{font-weight:700}.store-card__comment{margin:0 0 1rem;font-size:.875rem;line-height:1.5;color:var(--slm-color-muted)}.store-card__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.375rem}.store-card__name{margin:0 0 .25rem}.store-card__address,.store-card__phone{margin:0;font-size:.875rem;color:var(--slm-color-muted);line-height:1.4}.store-card__actions{display:flex;gap:1rem;margin-top:.75rem;flex-wrap:wrap}.store-card__aside{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;flex-shrink:0;text-align:right}.store-card__status{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:var(--color-foreground);white-space:nowrap}.store-card__status-dot{width:8px;height:8px;border-radius:50%;display:inline-block;flex-shrink:0}.store-card__status--open .store-card__status-dot{background-color:var(--slm-color-status-open)}.store-card__status--closed .store-card__status-dot{background-color:var(--slm-color-status-closed)}.store-card__distance{font-size:.875rem;font-weight:700;letter-spacing:.04em;color:var(--color-foreground);white-space:nowrap}.skeleton-card{pointer-events:none}.skeleton-card .skeleton{background:linear-gradient(90deg,var(--slm-color-border) 25%,var(--slm-color-surface) 50%,var(--slm-color-border) 75%);background-size:200% 100%;animation:slm-shimmer 1.5s infinite;display:block;border-radius:2px}.skeleton-card .store-card__body{gap:.5rem}.skeleton-card .skeleton--name{width:70%;max-width:240px;height:18px;margin-bottom:.25rem}.skeleton-card .skeleton--address{width:85%;max-width:280px;height:12px}.skeleton-card .skeleton--phone{width:40%;max-width:110px;height:12px}.skeleton-card .skeleton-card__actions{display:flex;gap:1rem;margin-top:.5rem}.skeleton-card .skeleton--link{width:80px;height:12px}.gm-style .gm-style-iw-c{padding:0!important;border-radius:2px;box-shadow:0 4px 14px #0000001f}.gm-style .gm-style-iw-d{overflow:visible!important;padding:0!important;max-height:none!important}.gm-style .gm-style-iw-chr{position:absolute;top:0;right:0;height:auto;padding:0;z-index:2}.gm-style .gm-style-iw-chr .gm-ui-hover-effect{width:32px!important;height:32px!important;opacity:1!important;margin:0!important}.gm-style .gm-style-iw-chr .gm-ui-hover-effect>span{width:14px!important;height:14px!important;margin:9px!important;background-color:var(--color-foreground, #000)}.store-info-window{padding:16px 40px 16px 16px;min-width:220px;max-width:260px;font-family:var(--font-body--family, inherit);color:var(--color-foreground)}.store-info-window__name{margin:0 0 .5rem;font-size:.9375rem;font-weight:700;line-height:1.3;letter-spacing:.01em}.store-info-window__address,.store-info-window__city{margin:0;font-size:.8125rem;line-height:1.4;color:var(--slm-color-muted)}.store-info-window__actions{display:flex;gap:1rem;margin-top:.875rem;flex-wrap:wrap}.store-info-window__actions .link{font-size:.75rem;letter-spacing:.06em;text-transform:uppercase;text-decoration:underline;text-underline-offset:4px;color:var(--color-foreground)}.store-info-window__actions .link:hover{color:var(--color-primary-hover)}@keyframes slm-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.skeleton-card .skeleton{animation:none}}
