/* Для блоку T315 — показує 2 товари на мобільному */
@media screen and (max-width: 480px) {
    #rec1531086003 .t315__col {
        width: 50% !important;    /* 2 картки в ряд */
        padding: 5px !important;  /* менші відступи */
    }

    #rec1531086003 .t315__imgwrapper {
        height: 140px !important; /* зменшуємо висоту картинок */
    }

    #rec1531086003 .t315__imgwrapper img {
        object-fit: cover !important;
    }

    #rec1531086003 .t315__textwrapper {
        padding-top: 5px !important;
        font-size: 13px !important;
        line-height: 1.25 !important;
    }

    #rec1531086003 .t315__price-wrapper {
        font-size: 14px !important;
        font-weight: 600;
    }
}

