

/* Start:/local/components/custom/location.list/templates/stories/style.css?17806070484625*/
/* Stores page */
.shops-page,
#ajax-area {
    width: 100%;
}

.shops-filter-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 32px;
    align-items: flex-start;
}

.sidebar {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 18px;
    padding: 20px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
    margin-bottom: 20px;
}

.shop-pills {
    gap: 8px;
    border-bottom: 0;
}

.shop-pills .nav-link {
    display: flex;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    padding: 11px 14px;
    color: #1b2430;
    background: #f6f7f9;
    font-weight: 600;
}

.shop-pills .nav-link.active {
    color: #fff;
    background: #f4123f;
}

#storecity-select {
    height: 48px;
    border-radius: 12px;
    border: 1px solid #e1e5eb;
    padding: 0 14px;
    font-size: 15px;
    box-shadow: none;
}

.custom-radio {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0;
    cursor: pointer;
}

.custom-radio__input {
    position: absolute;
    opacity: 0;
}

.custom-radio__radio {
    width: 18px;
    height: 18px;
    border: 2px solid #d4d9e1;
    border-radius: 50%;
    position: relative;
    flex: 0 0 18px;
}

.custom-radio__input:checked + .custom-radio__radio {
    border-color: #f4123f;
}

.custom-radio__input:checked + .custom-radio__radio:after {
    content: "";
    position: absolute;
    inset: 3px;
    background: #f4123f;
    border-radius: 50%;
}

.custom-radio__label {
    font-size: 15px;
    color: #1b2430;
}

.shops-list {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 22px;
    padding: 28px;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}

.shops-list__title {
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 18px;
    color: #101828;
}

.shops-list__item {
    padding: 24px 0;
    border-top: 1px solid #edf0f5;
}

.shops-list__item:first-of-type {
    border-top: 0;
}

.shop-item__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px;
    color: #101828;
}

.shop-item__info {
    font-size: 15px;
    line-height: 1.55;
    color: #394150;
    margin-bottom: 6px;
}

.shop-item__info a {
    color: #101828;
    text-decoration: none;
}

.shop-item__info a:hover {
    color: #f4123f;
}

.shop-item__subtitle {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 999px;
    background: #fff1f4;
    color: #f4123f;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
}

.shops-map {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 22px;
    padding: 12px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
    overflow: hidden;
}

.shops-map__map,
.shops-map__map > ymaps,
#map {
    width: 100% !important;
    height: 560px !important;
    border-radius: 18px;
    overflow: hidden;
}

.load-more__btn {
    border-radius: 12px;
    padding: 10px 18px;
}

.black-map {
    background: #fff;
    border: 1px solid #eef0f4;
    border-radius: 22px;
    padding: 28px;
    line-height: 1.6;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .04);
}
.shop-tabs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
}

.shop-tab {
    width: 100%;
    border: 0;
    border-radius: 14px;
    background: #f4f5f7;
    color: #101828;
    padding: 14px 16px;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: .2s;
}

.shop-tab:hover {
    background: #eef0f4;
}

.shop-tab.active {
    background: #f4123f;
    color: #fff;
}

.shop-pane {
    display: none;
}

.shop-pane.active {
    display: block;
}

.shop-pills,
.shop-pills li,
.shop-pills .nav-item {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

@media (max-width: 991px) {
    .shops-filter-layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .shops-list {
        padding: 20px;
        border-radius: 18px;
    }

    .shops-list__title {
        font-size: 24px;
    }

    .shops-map__map,
    .shops-map__map > ymaps,
    #map {
        height: 420px !important;
    }
}

@media (max-width: 575px) {
    .shops-list__item {
        padding: 18px 0;
    }

    .shops-map__map,
    .shops-map__map > ymaps,
    #map {
        height: 360px !important;
    }
}
/* End */
/* /local/components/custom/location.list/templates/stories/style.css?17806070484625 */
