/* =====================================================
   YOKUCHI DISTRIBUTORS MAP
   ===================================================== */

.yokuchi-distributors-map {
    padding: 96px 0 114px;

    background: transparent;
}

.yokuchi-distributors-map__container {
    width: min(calc(100% - 80px), var(--yokuchi-container-width, 1440px));

    margin: 0 auto;
}

.yokuchi-distributors-map__header {
    max-width: 780px;
    margin-bottom: 42px;
}

.yokuchi-distributors-map__title {
    margin: 0 0 28px !important;

    color: #181818;

    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
    font-size: 28px !important;
    font-weight: 500 !important;

    line-height: 40px !important;
    letter-spacing: 8px !important;

    text-transform: uppercase !important;
}

.yokuchi-distributors-map__line {
    display: block;

    width: 62px;
    height: 2px;

    margin-bottom: 28px;

    background: #ec1d23;
}

.yokuchi-distributors-map__text {
    color: #6e6e6e;

    font-size: 16px;
    font-weight: 300;

    line-height: 24px;
    letter-spacing: 0;
}

.yokuchi-distributors-map__text p {
    margin: 0 0 16px;
}

.yokuchi-distributors-map__text p:last-child {
    margin-bottom: 0;
}

.yokuchi-distributors-map__map {
    width: 100%;
}

.yokuchi-distributors-map__map #wpsl-wrap,
.yokuchi-distributors-map__map .wpsl-wrap {
    margin: 0;
    overflow: visible;
}

.yokuchi-distributors-map__map .wpsl-search {
    margin: 0 0 34px !important;
    padding: 60px 64px !important;

    background: #fff !important;
    border: 0 !important;
}

.yokuchi-distributors-map__map #wpsl-search-wrap,
.yokuchi-distributors-map__map #wpsl-search-wrap form {
    width: 100%;
}

.yokuchi-distributors-map__map #wpsl-search-wrap form {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 34px 40px;
}

.wpsl-search-btn-wrap{
    margin-bottom: 10px;
    margin-left: auto;
}

.yokuchi-distributors-map__map #wpsl-search-wrap .wpsl-input {
    display: block !important;
}

.yokuchi-distributors-map__map #wpsl-search-wrap .wpsl-input {
    display: grid !important;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 20px;
}

.yokuchi-distributors-map__map #wpsl-search-wrap label {
    width: auto !important;
    margin: 0 !important;

    float: none !important;

    color: #333;

    font-size: 18px;
    font-weight: 600;

    line-height: 24px;
    white-space: nowrap;
}

.yokuchi-distributors-map__map .wpsl-input > div:first-child label::before {
    content: "";

    display: inline-block;

    width: 24px;
    height: 24px;

    margin-right: 14px;

    vertical-align: -6px;

    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22s7-6.2 7-13A7 7 0 1 0 5 9c0 6.8 7 13 7 13Z' stroke='%23EC1D23' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='9' r='2.4' stroke='%23EC1D23' stroke-width='1.8'/%3E%3C/svg%3E") center / contain no-repeat;
}

.yokuchi-distributors-map__map #wpsl-search-input,
.yokuchi-distributors-map__map #wpsl-radius .wpsl-dropdown,
.yokuchi-distributors-map__map #wpsl-results .wpsl-dropdown {
    width: 100% !important;
    min-height: 48px;

    margin: 0 !important;
    padding: 0 14px !important;

    background: #fff !important;
    border: 1px solid #d4d4d4 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: #8a8a8a;

    font-size: 16px;
    font-weight: 300;

    line-height: 48px;
}

.yokuchi-distributors-map__map #wpsl-radius .wpsl-dropdown,
.yokuchi-distributors-map__map #wpsl-results .wpsl-dropdown {
    padding: 0 !important;
}

.yokuchi-distributors-map__map .wpsl-selected-item {
    min-height: 48px;
    padding: 0 44px 0 14px !important;

    line-height: 48px !important;
}

.yokuchi-distributors-map__map .wpsl-selected-item::after {
    right: 18px;

    border-top-color: #c6c6c6;
}

.yokuchi-distributors-map__map #wpsl-search-btn {
    width: 100%;
    min-height: 48px;

    padding: 0 54px !important;

    background: transparent !important;
    border: 1px solid #333 !important;
    border-radius: 0 !important;
    box-shadow: none !important;

    color: #333 !important;

    font-size: 16px;
    font-weight: 500;

    line-height: 24px;
    letter-spacing: 6px;

    text-transform: uppercase !important;
}

.yokuchi-distributors-map__map .wpsl-search-btn-wrap {
    position: relative;
    grid-column: 4;
}

.yokuchi-distributors-map__map .wpsl-search-btn-wrap::after {
    content: "→";

    position: absolute;
    top: 50%;
    right: 42px;

    color: #ec1d23;

    font-size: 22px;
    line-height: 1;

    transform: translateY(-50%);
    pointer-events: none;
}

.yokuchi-distributors-map__map #wpsl-result-list {
    width: 36% !important;
    margin: 0 2% 0 0 !important;
}

.yokuchi-distributors-map__map #wpsl-gmap {
    width: 62% !important;
    min-height: 590px;
    margin: 0 !important;
}

.yokuchi-distributors-map__map #wpsl-stores,
.yokuchi-distributors-map__map #wpsl-direction-details {
    height: 590px !important;
}

.yokuchi-distributors-map__map #wpsl-result-list ul {
    display: grid;
    gap: 24px;
}

.yokuchi-distributors-map__map #wpsl-wrap #wpsl-result-list li {
    padding: 42px 54px !important;

    background: #fff;
    border: 0 !important;
}

.yokuchi-distributors-map__map #wpsl-result-list p {
    margin: 0 0 24px !important;
    padding: 0 !important;

    color: #555;

    font-size: 16px;
    font-weight: 300;

    line-height: 24px;
}

.yokuchi-distributors-map__map #wpsl-result-list strong {
    color: #333;

    font-size: 20px;
    font-weight: 500;

    line-height: 24px;
}

.yokuchi-distributors-map__map .wpsl-directions {
    margin-top: 22px;

    color: #333;

    font-size: 16px;
    font-weight: 500;

    line-height: 24px;
    letter-spacing: 4px;

    text-decoration: none;
    text-transform: uppercase;
}

.yokuchi-distributors-map__map .wpsl-directions::after {
    content: " →";

    color: #ec1d23;
    font-size: 22px;
    letter-spacing: 0;
}

@media (max-width: 1024px) {
    .yokuchi-distributors-map {
        padding: 72px 0 86px;
    }

    .yokuchi-distributors-map__container {
        width: calc(100% - 48px);
    }

    .yokuchi-distributors-map__filters {
        padding: 42px 36px !important;
    }
}

@media (max-width: 600px) {
    .yokuchi-distributors-map {
        padding: 50px 0 70px;
    }

    .yokuchi-distributors-map__container {
        width: calc(100% - 32px);
    }

    .yokuchi-distributors-map__title {
        font-size: 18px !important;
        font-weight: 500 !important;
        line-height: 25px !important;
        letter-spacing: 4px !important;
    }
}

@media (max-width: 1100px) {
    .yokuchi-distributors-map__map #wpsl-search-wrap form {
        grid-template-columns: 1fr 1fr;
    }

    .yokuchi-distributors-map__map .wpsl-search-btn-wrap {
        grid-column: auto;
    }
}

@media (max-width: 760px) {
    .yokuchi-distributors-map__map .wpsl-search {
        padding: 28px 22px !important;
    }

    .yokuchi-distributors-map__map #wpsl-search-wrap form {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .yokuchi-distributors-map__map #wpsl-search-wrap .wpsl-input {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .yokuchi-distributors-map__map #wpsl-result-list,
    .yokuchi-distributors-map__map #wpsl-gmap {
        float: none !important;
        width: 100% !important;
    }

    .yokuchi-distributors-map__map #wpsl-result-list {
        margin: 0 0 24px !important;
    }

    .yokuchi-distributors-map__map #wpsl-gmap,
    .yokuchi-distributors-map__map #wpsl-stores,
    .yokuchi-distributors-map__map #wpsl-direction-details {
        height: 420px !important;
        min-height: 420px;
    }

    .yokuchi-distributors-map__map #wpsl-wrap #wpsl-result-list li {
        padding: 30px 28px !important;
    }
}
