.banner-pro {
    position: relative;
    margin-left: 10px;
    margin-bottom: 20px;
}
.banner-pro__column {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}

/* ================================================
   МОБІЛЬНА ВЕРСІЯ — max-width: 499px
   ================================================ */
@media (max-width: 300px) {
    .banner-pro { padding: 0 5px; }

    .banner-pro .row-flex {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        overflow: visible;
        padding-bottom: 0;
    }

    .banner-pro__column {
        flex: 0 0 100% !important;
        max-width: calc(100% - 20px) !important;
        padding: 0 !important;
        margin: 0 auto 15px !important;
    }

    .banner-pro__item {
        position: relative !important;
        display: block !important;
        height: 0 !important;
        padding-bottom: 100% !important;
        border-radius: 18px;
        background: #ffffff;
        border: 1px solid #eeb500;
        overflow: hidden;
    }

    /* Верхній шар для тексту */
    .banner-pro__content {
        position: absolute;
        left: 16px;
        top: 16px;
        right: 60px;
        z-index: 5;
        margin: 0;
    }

    .banner-pro__title {
        display: inline-block !important;
        background: #fff;
        color: #000;
        padding: 4px 8px;
        border-radius: 6px;
        font-size: 23px;
        font-weight: 650;
        line-height: 1.2;
        margin-bottom: 10px;
    
    }

    .banner-pro__description {
        display: inline-block !important;
        background: rgba(255, 255, 255, 0.9);
        color: #333;
        padding: 4px 8px;
        border-radius: 6px;
        font-size: 11px;
    }

    .banner-pro__content-price {
        position: absolute;
        left: 16px;
        bottom: 14px;
        z-index: 5;
    }

    .banner-pro__link {
        position: absolute;
        right: 12px;
        bottom: 12px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #eeb500;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 5;
    }

    /* Зображення на задньому плані */
    .banner-pro__image {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .banner-pro__image img {
        width: 80%;
        height: 80%;
        object-fit: contain;
    }
}

/* Решта коду залишається як була для ПК */
@media (min-width: 500px) {
    .banner-pro .row-flex { flex-wrap: nowrap; overflow-x: auto; scrollbar-width: none; }
    .banner-pro__column { flex: 0 0 52%; max-width: 52%; }
}
@media (min-width: 768px) {
    .banner-pro__column { flex: 0 0 50%; max-width: 50%; }
    .banner-pro .row-flex { flex-wrap: wrap; }
}
@media (min-width: 992px) {
    .banner-pro__column--col-4, .banner-pro__column--col-2 { flex: 0 0 33.333%; max-width: 33.333%; }
    .banner-pro__column--col-3 { flex: 0 0 25%; max-width: 25%; }
}
@media (min-width: 1200px) {
    .banner-pro__column--col-6 { flex: 0 0 50%; max-width: 50%; }
    .banner-pro__column--col-4 { flex: 0 0 33.333%; max-width: 33.333%; }
    .banner-pro__column--col-3 { flex: 0 0 25%; max-width: 25%; }
}
@media (min-width: 1300px) {
    .banner-pro__column--col-2 { flex: 0 0 16.666%; max-width: 16.666%; }
}

.banner-pro__item {
    border-radius: 20px;
    padding: 0;
    height: 100%;
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border: 1px solid #eeb500;
}
.banner-pro__content { position: absolute; left: 30px; top: 30px; z-index: 1; right: 30px; }
.banner-pro__title { margin-bottom: 15px; font-size: 19px; font-weight: 600; color: #000; }
.banner-pro__description { font-size: 16px; font-weight: 400; color: #000; }
.banner-pro__content-price { position: absolute; left: 30px; bottom: 30px; display: flex; flex-direction: column; }
.banner-pro__from { font-size: 16px; color: #000; margin-bottom: 4px; font-weight: 500; }
.banner-pro__price { color: #fff; font-size: 26px; font-weight: 500; }
.banner-pro__link { position: absolute; right: 30px; bottom: 30px; height: 54px; width: 78px; color: #eeb500; background: #eeb500; border-radius: 50px; }
@media(max-width:767px) { .banner-pro__link { height: 40px; width: 50px; } }