

/* Start:/local/templates/new/components/bitrix/news.list/retail_stores_list/style.css?17708848703518*/
.retail-stores-list {
    margin-bottom: 110px;
}

.retail-store-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 24px 0;
    border-top: 1px solid #0000001A;
}

.retail-store-item:last-child {
    border-bottom: 1px solid #00000011;
}

.store-image-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
}

.carousel-container {
    position: relative;
    width: 100%;
    aspect-ratio: 480 / 300;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    position: relative;
    width: 100%;
    height: 100%;
    flex: 0 0 100%;
}

.carousel-slide.active {
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.carousel-controls {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: absolute;
    padding: 20px;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-buttons {
    display: flex;
    gap: 13px;
}

.carousel-btn {
    background: #FFFFFF;
    border: none;
    width: 48px;
    height: 36px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    color: #333;
}

.carousel-btn:hover {
    background: rgba(255, 255, 255, 1);
}

.carousel-indicators {
    display: flex;
    gap: 6px;
}

.indicator {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
    border: 1px solid #F7F7F7;
}

.indicator.active {
    background: #F5B738;
    border: 1px solid #000;

}

.store-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #000;
}

.store-address {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    margin: 0 0 8px 0;
    line-height: 24px;
    max-width: 250px;
}

.store-directions-link {
    display: inline-block;
    color: #666;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 400;
    transition: color 0.3s ease;
}

.store-directions-link:hover {
    color: #555;
    text-decoration: underline;
}

/* Desktop styles */
@media (min-width: 991px) {
    .retail-store-item {
        flex-direction: row;
        align-items: flex-start;
        gap: 40px
    }

    .store-image-carousel {
        width: 50%;
        flex-shrink: 0;
    }

    .store-name {
        font-size: 28px;
    }
}

/* Mobile styles */
@media (max-width: 991px) {
    .retail-stores-list {
        margin-bottom: 20px;
    }

    .retail-store-item {
        display: flex;
        flex-direction: column;
        gap: 13px;
    }

    .carousel-container {
        aspect-ratio: 320 / 160;
    }

    .store-info {
        padding-left: 4px;
    }

    .store-name {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .store-address {
        font-size: 14px;
        margin-bottom: 4px;
        max-width: 100%;
    }

    .store-directions-link {
        font-size: 14px;
    }

    .retail-store-item:first-child {
        border-top: none;
        padding-top: 0;
    }
    .retail-store-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}

/* End */
/* /local/templates/new/components/bitrix/news.list/retail_stores_list/style.css?17708848703518 */
