@media (max-width: 767px) {
    .tp-product-item-5 {
        min-height: 390px !important;
        margin-bottom: 16px !important;
    }

    .tp-product-item-5 .tp-product-thumb-5 {
        width: 100% !important;
        height: 250px !important;
        overflow: hidden;
        margin-bottom: 10px !important;
    }

    .tp-product-item-5 .tp-product-thumb-5 img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        transform: none !important;
    }

    .tp-product-item-5 .tp-product-content-5 {
        padding: 0 4px !important;
    }

    .tp-product-item-5 .tp-product-title-2 {
        font-size: 14px !important;
        line-height: 1.3 !important;
        margin-bottom: 6px !important;
    }

    .tp-product-item-5 .tp-product-price-review {
        font-size: 14px !important;
    }

    .row-cols-2 {
        --bs-gutter-x: 0.75rem !important;
    }
}