.gadus-store-locator-section {
  overflow: hidden;
  background: var(--wp--preset--color--white);
  padding-block: 48px;
}

.gadus-store-locator-section__container {
  max-width: 1296px;
}

.gadus-store-locator-section__header {
  max-width: 48rem;
}

.gadus-store-locator-section__eyebrow {
  margin: 0;
  color: var(--wp--preset--color--copper-ink);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  line-height: 1rem;
  text-transform: uppercase;
}

.gadus-store-locator-section__title {
  margin: 12px 0 0;
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  font-size: 2.3rem;
  font-weight: 400;
  letter-spacing: -0.042em;
  line-height: 1.02;
  text-wrap: balance;
}

.gadus-store-locator-section__description {
  max-width: 42rem;
  margin: 16px 0 0;
  color: rgba(6, 30, 53, 0.68);
  font-size: 0.94rem;
  line-height: 1.75rem;
}

.gadus-store-locator-section__locator {
  margin-top: 28px;
}

.gadus-store-locator {
  width: 100%;
}

.gadus-store-locator [hidden] {
  display: none !important;
}

.gadus-store-locator__search {
  position: relative;
  width: 100%;
}

.gadus-store-locator__search-icon {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 19px;
  height: 19px;
  pointer-events: none;
  fill: none;
  stroke: rgba(6, 30, 53, 0.42);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transform: translateY(-50%);
}

.gadus-store-locator__search-input {
  width: 100%;
  height: 52px;
  border: 1px solid rgba(6, 30, 53, 0.12);
  border-radius: 999px;
  outline: 0;
  background: var(--wp--preset--color--white);
  padding: 0 44px;
  box-shadow: 0 6px 22px rgba(6, 30, 53, 0.045);
  color: var(--wp--preset--color--navy);
  font-family: inherit;
  font-size: 0.875rem;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.gadus-store-locator__search-input::placeholder {
  color: rgba(6, 30, 53, 0.55);
  opacity: 1;
}

.gadus-store-locator__search-input:focus {
  border-color: rgba(6, 30, 53, 0.28);
  box-shadow:
    0 7px 24px rgba(6, 30, 53, 0.08),
    0 0 0 3px rgba(6, 30, 53, 0.055);
}

.gadus-store-locator__search-input::-webkit-search-cancel-button {
  display: none;
}

.gadus-store-locator__search-clear {
  position: absolute;
  top: 50%;
  right: 10px;
  display: grid;
  width: 36px;
  height: 36px;
  cursor: pointer;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: rgba(6, 30, 53, 0.52);
  transform: translateY(-50%);
  transition:
    background-color 160ms ease,
    color 160ms ease,
    transform 120ms ease;
}

.gadus-store-locator__search-clear svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2;
}

.gadus-store-locator__search-clear:hover {
  background: rgba(6, 30, 53, 0.05);
  color: var(--wp--preset--color--navy);
}

.gadus-store-locator__search-clear:active {
  transform: translateY(-50%) scale(0.95);
}

.gadus-store-locator__panel {
  position: relative;
  z-index: 0;
  display: flex;
  height: clamp(22rem, calc(100svh - 22rem), 36rem);
  flex-direction: column;
  overflow: hidden;
  margin-top: 12px;
  border-radius: 16px;
  background: #f7f8f8;
  box-shadow:
    inset 0 0 0 1px rgba(6, 30, 53, 0.1),
    0 18px 52px rgba(6, 30, 53, 0.08);
}

.gadus-store-locator__layout {
  display: grid;
  min-height: 0;
  flex: 1 1 auto;
}

.gadus-store-locator__list-panel,
.gadus-store-locator__map-panel {
  min-width: 0;
  min-height: 0;
}

.gadus-store-locator__list-panel {
  display: flex;
  flex-direction: column;
  background: #fbfbfa;
}

.gadus-store-locator__list-header {
  flex: 0 0 auto;
  border-bottom: 1px solid rgba(6, 30, 53, 0.08);
  padding: 16px;
}

.gadus-store-locator__list-heading {
  margin: 0;
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.gadus-store-locator__list-count {
  color: rgba(6, 30, 53, 0.58);
  font-family: var(--wp--preset--font-family--ui);
  font-size: 0.75rem;
  font-weight: 600;
}

.gadus-store-locator__results {
  min-height: 0;
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 14px 12px;
  scrollbar-color: rgba(6, 30, 53, 0.18) transparent;
  scrollbar-width: thin;
}

.gadus-store-card + .gadus-store-card {
  margin-top: 10px;
}

.gadus-store-card {
  position: relative;
  border: 1px solid rgba(6, 30, 53, 0.1);
  border-radius: 12px;
  background: var(--wp--preset--color--white);
  padding: 16px;
  transition:
    border-color 200ms ease,
    background-color 200ms ease,
    box-shadow 200ms ease;
}

.gadus-store-card:hover {
  border-color: rgba(6, 30, 53, 0.2);
}

.gadus-store-card.is-active {
  border-color: rgba(6, 30, 53, 0.28);
  background: rgba(6, 30, 53, 0.018);
  box-shadow: 0 7px 20px rgba(6, 30, 53, 0.06);
}

.gadus-store-card__map-action {
  position: absolute;
  z-index: 0;
  inset: 0;
  cursor: pointer;
  border: 0;
  border-radius: 12px;
  background: transparent;
}

.gadus-store-card__map-action:focus-visible {
  outline: 2px solid var(--wp--preset--color--navy);
  outline-offset: 2px;
}

.gadus-store-card__inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  pointer-events: none;
}

.gadus-store-card__number {
  display: grid;
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  place-items: center;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(6, 30, 53, 0.055);
  box-shadow: inset 0 0 0 1px rgba(6, 30, 53, 0.1);
  color: var(--wp--preset--color--navy);
  font-size: 0.75rem;
  font-weight: 700;
  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.gadus-store-card:hover .gadus-store-card__number,
.gadus-store-card.is-active .gadus-store-card__number {
  background: var(--wp--preset--color--navy);
  box-shadow: none;
  color: var(--wp--preset--color--white);
}

.gadus-store-card__content {
  min-width: 0;
  flex: 1 1 auto;
}

.gadus-store-card__title,
.gadus-store-card__address,
.gadus-store-card__today,
.gadus-store-card__status,
.gadus-store-card__pickup {
  margin: 0;
}

.gadus-store-card__title {
  overflow: hidden;
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--ui);
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gadus-store-card__address {
  margin-top: 4px;
  color: rgba(6, 30, 53, 0.62);
  font-size: 0.75rem;
  line-height: 1.35rem;
}

.gadus-store-card__status-block {
  margin-top: 10px;
}

.gadus-store-card__today {
  color: var(--wp--preset--color--navy);
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.gadus-store-card__services {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 12px;
  margin-top: 10px;
}

.gadus-store-card__status,
.gadus-store-card__pickup {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(6, 30, 53, 0.58);
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
}

.gadus-store-card__status.is-open {
  color: #347451;
}

.gadus-store-card__status-dot {
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
  border-radius: 50%;
  background: rgba(6, 30, 53, 0.25);
}

.gadus-store-card__status.is-open .gadus-store-card__status-dot {
  background: #20a866;
}

.gadus-store-card__pickup {
  color: rgba(6, 30, 53, 0.72);
}

.gadus-store-card__pickup svg {
  width: 13px;
  height: 13px;
  fill: none;
  stroke: #347451;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
}

.gadus-store-card__actions {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  column-gap: 14px;
  margin-top: 12px;
  pointer-events: auto;
}

.gadus-store-card__hours {
  width: 4.25rem;
  min-width: 0;
  flex: 0 0 4.25rem;
}

.gadus-store-card__route {
  flex: 0 0 auto;
}

.gadus-store-card__hours summary,
.gadus-store-card__route {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  gap: 4px;
  color: var(--wp--preset--color--navy);
  font-size: 0.74rem;
  font-weight: 600;
  line-height: 1rem;
  text-decoration: none;
  white-space: nowrap;
  transition: color 160ms ease;
}

.gadus-store-card__hours summary {
  list-style: none;
}

.gadus-store-card__hours summary::-webkit-details-marker {
  display: none;
}

.gadus-store-card__hours summary:hover,
.gadus-store-card__route:hover {
  color: var(--wp--preset--color--copper-ink);
}

.gadus-store-card__hours summary svg,
.gadus-store-card__route svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.gadus-store-card__hours summary svg {
  transition: transform 180ms ease;
}

.gadus-store-card__hours[open] summary svg {
  transform: rotate(180deg);
}

.gadus-store-card__hours ul {
  width: min(280px, calc(100vw - 116px));
  margin: 10px 0 0;
  border-top: 1px solid rgba(6, 30, 53, 0.08);
  padding: 10px 0 0;
  color: rgba(6, 30, 53, 0.68);
  font-size: 0.74rem;
  line-height: 1.25rem;
  list-style: none;
}

.gadus-store-card__hours li {
  display: grid;
  grid-template-columns: minmax(4.5rem, max-content) minmax(0, 1fr);
  align-items: baseline;
  column-gap: 16px;
}

.gadus-store-card__hours-days {
  color: rgba(6, 30, 53, 0.58);
  font-weight: 500;
  white-space: nowrap;
}

.gadus-store-card__hours-value {
  color: rgba(6, 30, 53, 0.72);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.gadus-store-locator__empty {
  border-radius: 12px;
  background: var(--wp--preset--color--white);
  padding: 40px 20px;
  box-shadow: inset 0 0 0 1px rgba(6, 30, 53, 0.1);
  text-align: center;
}

.gadus-store-locator__empty-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  margin-inline: auto;
  border-radius: 50%;
  background: rgba(214, 154, 85, 0.1);
  color: var(--wp--preset--color--copper);
}

.gadus-store-locator__empty-icon svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 1.7;
}

.gadus-store-locator__empty-title {
  margin: 16px 0 0;
  color: var(--wp--preset--color--navy);
  font-family: var(--wp--preset--font-family--display);
  font-size: 1.25rem;
  line-height: 1.2;
}

.gadus-store-locator__empty-copy {
  max-width: 20rem;
  margin: 8px auto 0;
  color: rgba(6, 30, 53, 0.65);
  font-size: 0.78rem;
  line-height: 1.25rem;
}

.gadus-store-locator__empty-clear {
  height: 40px;
  cursor: pointer;
  margin-top: 16px;
  border: 1px solid rgba(6, 30, 53, 0.12);
  border-radius: 8px;
  background: transparent;
  padding-inline: 16px;
  color: var(--wp--preset--color--navy);
  font-family: inherit;
  font-size: 0.75rem;
  font-weight: 600;
}

.gadus-store-locator__empty-clear:hover {
  background: rgba(6, 30, 53, 0.035);
}

.gadus-store-locator__pickup-note {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 12px;
  border-top: 1px solid rgba(6, 30, 53, 0.09);
  background: #fffaf3;
  padding: 12px 16px;
}

.gadus-store-locator__pickup-note-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 8px;
  background: var(--wp--preset--color--white);
  box-shadow: inset 0 0 0 1px rgba(214, 154, 85, 0.18);
  color: var(--wp--preset--color--copper);
}

.gadus-store-locator__pickup-note-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.gadus-store-locator__pickup-note strong,
.gadus-store-locator__pickup-note small {
  display: block;
}

.gadus-store-locator__pickup-note strong {
  color: var(--wp--preset--color--navy);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1rem;
}

.gadus-store-locator__pickup-note small {
  margin-top: 4px;
  color: rgba(6, 30, 53, 0.58);
  font-size: 0.7rem;
  line-height: 1rem;
}

.gadus-store-locator__map-panel {
  position: relative;
  overflow: hidden;
  background: #e8edef;
}

.gadus-store-locator__map {
  position: absolute;
  inset: 0;
}

.gadus-store-locator__map-loading,
.gadus-store-locator__map-empty {
  position: absolute;
  z-index: 20;
  display: grid;
  inset: 0;
  place-items: center;
  padding: 24px;
  pointer-events: none;
}

.gadus-store-locator__map-loading {
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(1px);
}

.gadus-store-locator__map-loading p,
.gadus-store-locator__map-empty p {
  margin: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 8px 16px;
  box-shadow: 0 2px 8px rgba(6, 30, 53, 0.08);
  color: var(--wp--preset--color--navy);
  font-size: 0.7rem;
  font-weight: 600;
  text-align: center;
}

.gadus-store-locator__map-count {
  position: absolute;
  z-index: 500;
  top: 12px;
  right: 12px;
  display: inline-flex;
  height: 44px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  padding-inline: 16px;
  box-shadow:
    inset 0 0 0 1px rgba(6, 30, 53, 0.09),
    0 8px 24px rgba(6, 30, 53, 0.12);
  color: var(--wp--preset--color--navy);
  font-size: 0.74rem;
  font-weight: 600;
  backdrop-filter: blur(4px);
  pointer-events: none;
}

.gadus-store-locator__map-count svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.gadus-store-locator__active-store {
  position: absolute;
  z-index: 500;
  right: 12px;
  bottom: 16px;
  left: 12px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  padding: 14px;
  box-shadow:
    inset 0 0 0 1px rgba(6, 30, 53, 0.1),
    0 16px 42px rgba(6, 30, 53, 0.17);
  backdrop-filter: blur(4px);
}

.gadus-store-locator__active-icon {
  display: grid;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  place-items: center;
  border-radius: 8px;
  background: var(--wp--preset--color--navy);
  color: var(--wp--preset--color--copper);
}

.gadus-store-locator__active-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.gadus-store-locator__active-copy {
  min-width: 0;
  flex: 1 1 auto;
}

.gadus-store-locator__active-copy strong,
.gadus-store-locator__active-copy small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gadus-store-locator[data-density="sheet"] {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}

.gadus-store-locator[data-density="sheet"][aria-busy="true"] {
  cursor: wait;
  opacity: 0.72;
  pointer-events: none;
}

.gadus-store-locator[data-density="sheet"] .gadus-store-locator__search {
  flex: 0 0 auto;
}

.gadus-store-locator[data-density="sheet"] .gadus-store-locator__panel {
  min-height: 0;
  flex: 1 1 auto;
  height: auto;
}

.gadus-store-locator[data-density="sheet"] .gadus-store-locator__layout {
  height: 100%;
}

.gadus-store-card--select {
  padding: 14px 16px;
}

.gadus-store-card--select.gadus-store-card--has-map {
  cursor: pointer;
}

.gadus-store-card--select .gadus-store-card__inner {
  pointer-events: auto;
}

.gadus-store-card--select.is-selected {
  border-color: rgba(6, 30, 53, 0.2);
  background: rgba(6, 30, 53, 0.03);
  box-shadow: 0 7px 20px rgba(6, 30, 53, 0.06);
}

.gadus-store-card__select-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 7px;
}

.gadus-store-card__select-utilities {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
}

.gadus-store-card__select-actions button,
.gadus-store-locator__active-select {
  min-height: 36px;
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  background: transparent;
  padding: 0 10px;
  color: var(--wp--preset--color--navy);
  font-family: inherit;
  font-size: 0.74rem;
  font-weight: 600;
}

.gadus-store-card__select-actions [data-store-preview] {
  height: auto;
  min-height: 28px;
  padding-inline: 0;
  line-height: 1.1rem;
  text-decoration: underline;
  text-decoration-color: rgba(197, 119, 45, 0.58);
  text-underline-offset: 3px;
}

.gadus-store-card__select-actions [data-store-select],
.gadus-store-locator__active-select {
  background: var(--wp--preset--color--navy);
  color: var(--wp--preset--color--white);
}

.gadus-store-card__select-actions [data-store-select] {
  display: inline-flex;
  width: auto;
  height: 40px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
  border-radius: 10px;
  padding: 0 14px;
  box-shadow: 0 6px 16px rgba(6, 30, 53, 0.13);
  font-size: 0.74rem;
  line-height: 1;
  transition:
    background-color 160ms ease,
    box-shadow 160ms ease,
    transform 120ms ease;
}

.gadus-store-card__select-actions [data-store-select]:hover {
  background: var(--wp--preset--color--navy-deep, #031728);
  box-shadow: 0 8px 18px rgba(6, 30, 53, 0.17);
}

.gadus-store-card__select-actions [data-store-select]:active {
  transform: scale(0.98);
}

.gadus-store-card__select-actions button:focus-visible,
.gadus-store-locator__active-select:focus-visible {
  outline: 2px solid var(--wp--preset--color--copper-ink);
  outline-offset: 2px;
}

.gadus-store-locator__active-select {
  flex: 0 0 auto;
}

.gadus-store-locator__active-copy strong {
  color: var(--wp--preset--color--navy);
  font-size: 0.82rem;
  line-height: 1.2rem;
}

.gadus-store-locator__active-copy small {
  margin-top: 4px;
  color: rgba(6, 30, 53, 0.65);
  font-size: 0.72rem;
  line-height: 1rem;
}

.gadus-store-locator__mobile-switch {
  display: grid;
  flex: 0 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(6, 30, 53, 0.1);
  background: var(--wp--preset--color--white);
  padding: 8px;
}

.gadus-store-locator__mobile-switch button {
  display: inline-flex;
  min-width: 0;
  height: 44px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  color: rgba(6, 30, 53, 0.6);
  font-family: inherit;
  font-size: 0.78rem;
  font-weight: 600;
}

.gadus-store-locator__mobile-switch button[aria-pressed="true"] {
  background: var(--wp--preset--color--navy);
  color: var(--wp--preset--color--white);
}

.gadus-store-locator__mobile-switch svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.gadus-store-locator:not([data-enhanced="true"]) .gadus-store-locator__map-panel {
  display: none;
}

.gadus-store-locator[data-enhanced="true"][data-mobile-view="map"] .gadus-store-locator__list-panel {
  display: none;
}

.gadus-store-locator[data-enhanced="true"][data-mobile-view="list"] .gadus-store-locator__map-panel {
  display: none;
}

/* Leaflet 1.9.4 core layout. Default image-marker and layers-control assets are intentionally omitted. */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.leaflet-container {
  overflow: hidden;
  background: transparent;
  font-family: var(--wp--preset--font-family--ui);
  font-size: 0.75rem;
  line-height: 1.5;
  outline-offset: 1px;
  -webkit-tap-highlight-color: transparent;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-tile::selection {
  background: transparent;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  width: auto;
  max-width: none !important;
  max-height: none !important;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  touch-action: none;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-pane { z-index: 400; }
.leaflet-tile-pane { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane { z-index: 500; }
.leaflet-marker-pane { z-index: 600; }
.leaflet-tooltip-pane { z-index: 650; }
.leaflet-popup-pane { z-index: 700; }
.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg { z-index: 200; }

.leaflet-control {
  position: relative;
  z-index: 800;
  clear: both;
  float: left;
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top { top: 0; }
.leaflet-right { right: 0; }
.leaflet-bottom { bottom: 0; }
.leaflet-left { left: 0; }
.leaflet-right .leaflet-control { float: right; }
.leaflet-top .leaflet-control { margin-top: 10px; }
.leaflet-bottom .leaflet-control { margin-bottom: 10px; }
.leaflet-left .leaflet-control { margin-left: 10px; }
.leaflet-right .leaflet-control { margin-right: 10px; }

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive { cursor: pointer; }
.leaflet-grab { cursor: grab; }
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive { cursor: grabbing; }

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: auto;
}

.leaflet-bar {
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(6, 30, 53, 0.13);
}

.leaflet-bar a {
  display: block;
  width: 38px;
  height: 38px;
  border-bottom: 1px solid rgba(6, 30, 53, 0.09);
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--navy);
  font-size: 18px;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background: #f4f5f6;
}

.leaflet-bar a:last-child {
  border-bottom: 0;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  color: rgba(6, 30, 53, 0.28);
}

.leaflet-control-attribution {
  margin: 0 !important;
  border-radius: 5px 0 0;
  background: rgba(255, 255, 255, 0.76);
  padding: 1px 4px;
  color: rgba(6, 30, 53, 0.42);
  font-size: 7px;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  color: rgba(6, 30, 53, 0.55);
  text-decoration: none;
}

.leaflet-tooltip {
  position: absolute;
  border: 1px solid rgba(6, 30, 53, 0.1);
  border-radius: 8px;
  background: var(--wp--preset--color--white);
  padding: 6px;
  box-shadow: 0 8px 24px rgba(6, 30, 53, 0.13);
  color: var(--wp--preset--color--navy);
  font-size: 0.75rem;
  font-weight: 600;
  white-space: nowrap;
  user-select: none;
  pointer-events: none;
}

.leaflet-tooltip::before {
  position: absolute;
  border: 6px solid transparent;
  background: transparent;
  content: "";
  pointer-events: none;
}

.leaflet-tooltip-top { margin-top: -6px; }
.leaflet-tooltip-top::before {
  bottom: 0;
  left: 50%;
  margin-bottom: -12px;
  margin-left: -6px;
  border-top-color: var(--wp--preset--color--white);
}

.gadus-leaflet-marker-shell,
.gadus-leaflet-cluster-shell,
.gadus-city-label-shell {
  border: 0;
  background: transparent;
}

.gadus-leaflet-marker-shell,
.gadus-leaflet-cluster-shell {
  cursor: pointer;
}

.gadus-leaflet-marker {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  border: 3px solid var(--wp--preset--color--white);
  border-radius: 50% 50% 50% 0;
  background: var(--wp--preset--color--navy);
  box-shadow:
    0 1px 2px rgba(6, 30, 53, 0.12),
    0 7px 16px rgba(6, 30, 53, 0.24);
  transform: rotate(-45deg);
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.gadus-leaflet-marker::after {
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  content: "";
}

.gadus-leaflet-marker__number {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  color: var(--wp--preset--color--white);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  transform: translate(-50%, -50%) rotate(45deg);
}

.gadus-leaflet-marker.is-active {
  background: var(--wp--preset--color--copper);
  box-shadow:
    0 1px 2px rgba(6, 30, 53, 0.12),
    0 0 0 6px rgba(214, 154, 85, 0.16),
    0 8px 18px rgba(6, 30, 53, 0.24);
  transform: rotate(-45deg) scale(1.08);
}

.gadus-leaflet-cluster {
  display: flex;
  width: max-content;
  min-width: 168px;
  height: 54px;
  cursor: pointer;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(6, 30, 53, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.96);
  padding: 6px 12px 6px 6px;
  box-shadow:
    0 1px 2px rgba(6, 30, 53, 0.05),
    0 12px 30px rgba(6, 30, 53, 0.16);
  color: var(--wp--preset--color--navy);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.gadus-leaflet-cluster:hover {
  border-color: rgba(6, 30, 53, 0.2);
  box-shadow:
    0 1px 2px rgba(6, 30, 53, 0.06),
    0 16px 34px rgba(6, 30, 53, 0.2);
  transform: translateY(-1px);
}

.gadus-leaflet-cluster__count {
  display: grid;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  place-items: center;
  border: 3px solid var(--wp--preset--color--white);
  border-radius: 12px;
  background: var(--wp--preset--color--navy);
  box-shadow: 0 0 0 1px rgba(6, 30, 53, 0.12);
  color: var(--wp--preset--color--white);
  font-size: 0.78rem;
  font-weight: 700;
}

.gadus-leaflet-cluster__copy {
  display: grid;
  gap: 2px;
  white-space: nowrap;
}

.gadus-leaflet-cluster__copy strong {
  font-size: 0.75rem;
  line-height: 1.2;
}

.gadus-leaflet-cluster__copy small {
  color: rgba(6, 30, 53, 0.58);
  font-size: 0.66rem;
  line-height: 1.25;
}

.gadus-city-label-shell {
  pointer-events: none !important;
}

.gadus-city-label {
  display: block;
  width: max-content;
  color: rgba(6, 30, 53, 0.5);
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.96),
    0 0 5px rgba(255, 255, 255, 0.96);
  white-space: nowrap;
}

.leaflet-marker-icon:focus-visible .gadus-leaflet-marker,
.leaflet-marker-icon:focus-visible .gadus-leaflet-cluster {
  outline: 3px solid var(--wp--preset--color--navy);
  outline-offset: 3px;
}

.leaflet-tile-pane {
  filter: saturate(0.58) contrast(0.96) brightness(1.025);
}

@media (min-width: 640px) {
  .gadus-store-locator-section {
    padding-block: 56px;
  }

  .gadus-store-locator-section__title {
    font-size: 2.7rem;
  }

  .gadus-store-locator-section__description {
    font-size: 1rem;
  }

  .gadus-store-locator-section__locator {
    margin-top: 32px;
  }

  .gadus-store-locator__list-header,
  .gadus-store-locator__pickup-note {
    padding-inline: 20px;
  }

  .gadus-store-locator__results {
    padding-inline: 16px;
  }

  .gadus-store-card__address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .gadus-store-locator__map-count {
    top: 16px;
    right: 16px;
  }
}

@media (min-width: 1024px) {
  .gadus-store-locator-section {
    padding-block: 64px;
  }

  .gadus-store-locator-section__title {
    font-size: 2.75rem;
  }

  .gadus-store-locator__search {
    max-width: calc(100% - 34rem);
  }

  .gadus-store-locator__panel {
    display: block;
    height: auto;
  }

  .gadus-store-locator__layout {
    height: clamp(34rem, calc(100dvh - 26rem), 42rem);
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  }

  .gadus-store-locator[data-density="full"] .gadus-store-locator__layout {
    height: 36rem;
  }

  .gadus-store-locator__list-panel,
  .gadus-store-locator__map-panel,
  .gadus-store-locator[data-enhanced="true"][data-mobile-view="map"] .gadus-store-locator__list-panel,
  .gadus-store-locator[data-enhanced="true"][data-mobile-view="list"] .gadus-store-locator__map-panel,
  .gadus-store-locator:not([data-enhanced="true"]) .gadus-store-locator__map-panel {
    display: flex;
  }

  .gadus-store-locator__map-panel {
    display: block !important;
  }

  .gadus-store-locator__mobile-switch,
  .gadus-store-locator__active-store {
    display: none !important;
  }

  .gadus-store-locator[data-density="sheet"] .gadus-store-locator__search {
    max-width: none;
  }

  .gadus-store-locator[data-density="sheet"] .gadus-store-locator__panel {
    display: block;
    height: auto;
  }

  .gadus-store-locator[data-density="sheet"] .gadus-store-locator__layout {
    height: 100%;
    grid-template-columns: minmax(18rem, 0.82fr) minmax(0, 1.18fr);
  }

  .gadus-store-locator[data-mode="select"] .gadus-store-locator__active-store:not([hidden]) {
    display: flex !important;
  }
}

@media (min-width: 1536px) {
  .gadus-store-locator-section__container {
    max-width: 1416px;
  }

  .gadus-store-locator-section__title {
    font-size: 3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gadus-store-locator__search-input,
  .gadus-store-locator__search-clear,
  .gadus-store-card,
  .gadus-store-card__number,
  .gadus-store-card__hours summary svg,
  .gadus-leaflet-marker,
  .gadus-leaflet-cluster,
  .leaflet-zoom-anim .leaflet-zoom-animated {
    transition: none;
  }

  .gadus-leaflet-cluster:hover {
    transform: none;
  }
}
/*$vite$:1*/