.la-products-locator__field-icon,
.la-products-locator__metric-icon,
.la-products-locator__detail-icon {
    align-items: center;
    justify-content: center;
}

.la-products-locator__field-icon {
    width: 22px;
    height: 22px;
}

.la-products-locator__metric {
    grid-template-columns: 48px minmax(0, 1fr);
}

.la-products-locator__metric-icon {
    width: 32px;
    height: 32px;
}

.la-products-locator__field-icon img,
.la-products-locator__metric-icon img,
.la-products-locator__detail-icon img {
    display: block;
    max-width: 100%;
    height: auto;
}

.la-products-locator__detail-label {
    display: flex;
    align-items: center;
    flex-flow: column;
    gap: 12px;
}

.la-products-locator__detail-icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 30px;
    min-height: 30px;
}

.la-products-locator__summary-shell {
    grid-template-columns: minmax(0, 1fr);
}

.la-products-locator__summary-side {
    display: none;
}

.la-products-locator__summary-card {
    width: 100%;
}

.la-products-locator .gm-style .gm-style-iw-c {
    padding: 0 !important;
    border-radius: 18px !important;
    max-width: min(380px, calc(100vw - 48px)) !important;
}

/* Hide native Google Maps close button to avoid double close buttons */
.la-products-locator .gm-style .gm-style-iw-c button.gm-ui-hover-effect {
    display: none !important;
}

.gm-style-iw-chr {
    display: none !important;
}

.la-products-locator .gm-style .gm-style-iw-d {
    overflow: auto !important;
    max-height: min(440px, calc(var(--la-products-map-height) - 40px)) !important;
    /* Hide scrollbar visually while keeping scrolling functional */
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
}

.la-products-locator .gm-style .gm-style-iw-d::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera */
}

.la-products-locator .gm-style .gm-style-iw-d>div {
    max-width: 100%;
}

.la-products-locator__map-popover {
    width: min(360px, calc(100vw - 64px));
}

.la-products-locator__map-popover .la-products-locator__card {
    margin: 0;
    box-shadow: none;
}

.la-products-locator__card--map {
    cursor: default;
    position: relative;
}


.la-products-locator__map-popover-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 32px;
    height: 32px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 44, 70, 0.08);
    color: var(--la-products-muted);
    cursor: pointer;
    font-size: 24px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.la-products-locator__map-popover-close:hover,
.la-products-locator__map-popover-close:focus-visible {
    background: rgba(17, 44, 70, 0.14);
    color: var(--la-products-text);
}

.la-products-locator__card-main {
    min-width: 0;
}

.la-products-locator__card-side {
    display: flex;
    flex: 0 0 auto;
    min-width: 120px;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
}

.la-products-locator__card-actions {
    display: flex;
    flex-flow: column;
    gap: 14px;
    justify-content: space-between;
}

.la-products-locator__card-actions-inner {
    display: grid;
    gap: 10px;
}

.la-products-locator__card-stocks-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    line-height: 1.35;
    margin-top: -6px;
}

.la-products-locator__card-actions-inner {
    margin-left: 30px;
}

.la-products-locator__card-stocks-table th,
.la-products-locator__card-stocks-table td {
    padding: 6px 4px;
}

.la-products-locator__card-stocks-table th {
    color: rgba(23, 52, 78, 0.78);
    font-size: 12px;
    font-weight: 500;
    font-style: italic;
    border-bottom: 1px solid rgba(17, 44, 70, 0.12);
}

.la-products-locator__card-stocks-table td {
    font-weight: 700;
}

.la-products-locator__card-stocks-table th:first-child,
.la-products-locator__card-stocks-table td:first-child {
    text-align: left;
    padding-left: 0;
}

.la-products-locator__card-stocks-table th:last-child,
.la-products-locator__card-stocks-table td:last-child {
    text-align: right;
    padding-right: 0;
}

.la-products-locator__card-stocks-table td.la-products-locator__table-cell-qty {
    color: #6f9929;
}

.la-products-locator__card-stocks-table td.la-products-locator__table-cell-price {
    color: #0f69b3;
}

.la-products-locator__card-stocks-table tr:not(:last-child) td {
    border-bottom: 1px solid rgba(17, 44, 70, 0.05);
}

.la-products-locator__card-badge,
.la-products-locator__card-price {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 6px;
    min-height: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.la-products-locator__card-badge {
    color: #6f9929;
}

.la-products-locator__card-directions {
    display: inline-block;
    margin-top: 8px;
}

.la-products-locator__card-price {
    border-top: 1px solid rgba(17, 44, 70, 0.12);
    padding-top: 10px;
    color: #0f69b3;
}

.la-products-locator__card-badge-label,
.la-products-locator__card-price-label {
    color: rgba(23, 52, 78, 0.78);
    font-size: 15px;
    line-height: 1.2;
    font-style: italic;
    font-weight: 500;
}

.la-products-locator__card-price-value {
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 0;
}

.la-products-locator__card-badge-value {
    color: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
}

.la-products-locator__card-reserve {
    border: 0;
    border-radius: 999px;
    background: var(--la-products-green);
    color: #ffffff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    padding: 12px 18px;
    text-transform: uppercase;
    width: 100%;
}

.la-products-locator__card-reserve:hover,
.la-products-locator__card-reserve:focus-visible {
    background: #7db135;
}

.la-products-locator__reservation-modal {
    position: fixed;
    inset: 0;
    z-index: 2147483640;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.la-products-locator__reservation-modal[hidden] {
    display: none;
}

.la-products-locator__reservation-backdrop {
    position: absolute;
    inset: 0;
    border: 0;
    background: rgba(10, 14, 22, 0.68);
}

.la-products-locator__reservation-dialog {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(6, 47, 84, 0.22);
    overflow: hidden;
}

.la-products-locator__reservation-head {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    padding: 24px 24px 0;
}

.la-products-locator__reservation-title {
    color: var(--e-global-color-primary);
    font-size: 28px;
    line-height: 1.15;
    margin: 0;
}

.la-products-locator__reservation-copy {
    color: var(--la-products-muted);
    font-size: 16px;
    line-height: 1.55;
    margin: 10px 0 0;
}

.la-products-locator__reservation-close {
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 44, 70, 0.08);
    color: var(--la-products-text);
    cursor: pointer;
    font-size: 28px;
    line-height: 1;
    padding-bottom: 6px;
}

.la-products-locator__reservation-body {
    padding: 24px;
}

.la-products-locator__reservation-placeholder {
    padding: 18px;
    border: 1px dashed rgba(17, 44, 70, 0.18);
    border-radius: 12px;
    color: var(--la-products-muted);
    font-size: 14px;
    line-height: 1.55;
}

.la-products-locator.is-reservation-open {
    isolation: isolate;
}

html.la-products-locator-modal-open,
body.la-products-locator-modal-open {
    overflow: hidden;
    overscroll-behavior: none;
}

.la-products-locator__details-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.la-products-locator__detail-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 0 0 0 20px;
    border-bottom: 0;
    border-inline-start: 1px solid rgba(17, 44, 70, 0.08);
    justify-items: center;
    min-width: 0;
    text-align: center;
}

.la-products-locator__detail-row:nth-child(5n + 1) {
    border-inline-start: 0;
    padding-left: 0;
}

.la-products-locator__detail-label {
    color: rgba(23, 52, 78, 0.68);
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    text-align: center;
}

.la-products-locator__detail-value {
    color: var(--la-products-text);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

.la-products-locator__detail-meta {
    color: var(--la-products-muted);
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    margin-left: 8px;
    text-decoration: line-through;
}

.la-products-locator__card-contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

a.la-products-locator__card-directions {
    display: flex;
    align-items: center;
}

a.la-products-locator__card-directions svg {
    height: 18px;
}

a.la-products-locator__card-link {
    display: flex;
    color: var(--la-products-text);
    font-size: 15px;
    font-weight: 700;
}

.la-products-locator__hours-row>span:first-child {
    width: 18px;
}

.la-products-locator__card-main {
    width: 100%;
}

.la-products-locator__card-hours {
    width: 115px;
}

.la-products-locator__card-stocks-table th {
    font-size: 14px;
}

.la-products-locator__card-stocks-table {
    font-size: 16px;
}

@media (max-width: 1200px) {
    .la-products-locator__details-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
    }

    .la-products-locator__detail-row {
        padding-left: 18px;
    }

    .la-products-locator__detail-row:nth-child(5n + 1) {
        border-inline-start: 1px solid rgba(17, 44, 70, 0.08);
        padding-left: 18px;
    }

    .la-products-locator__detail-row:nth-child(3n + 1) {
        border-inline-start: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .la-products-locator__map-popover {
        width: min(320px, calc(100vw - 56px));
    }

    .la-products-locator__card-side {
        min-width: 0;
    }

    .la-products-locator__details-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .la-products-locator__detail-row {
        gap: 10px;
        padding-left: 16px;
    }

    .la-products-locator__detail-row:nth-child(3n + 1) {
        border-inline-start: 1px solid rgba(17, 44, 70, 0.08);
        padding-left: 16px;
    }

    .la-products-locator__detail-row:nth-child(2n + 1) {
        border-inline-start: 0;
        padding-left: 0;
    }

    .la-products-locator__detail-value {
        font-size: 15px;
    }
}

@media (max-width: 560px) {
    .la-products-locator__map-popover {
        width: min(320px, calc(100vw - 64px));
    }



    .la-products-locator__card-side,
    .la-products-locator__card-actions {
        justify-items: start;
        align-items: end;
        align-content: end;
        min-width: 0;
    }

    .la-products-locator__reservation-modal {
        padding: 16px;
    }

    .la-products-locator__reservation-head,
    .la-products-locator__reservation-body {
        padding: 18px;
    }

    .la-products-locator__detail-label {
        font-size: 14px;
    }


    .la-products-locator__detail-row,
    .la-products-locator__detail-row:nth-child(2n + 1) {
        border-inline-start: 0;
        padding-left: 0;
    }

    .la-products-locator__card-price-value,
    .la-products-locator__card-badge-label,
    .la-products-locator__card-price-label,
    .la-products-locator__card-badge-value {
        font-size: 14px;
    }

    .la-products-locator__card-reserve {
        font-size: 13px;
    }
}