@media only screen and (max-width: 480px) {
    .product-item a.yotpo-sr-bottom-line-summary {
        flex-direction: column !important;
    }

    .product-item a.yotpo-sr-bottom-line-summary>div {
        margin: 0 !important;
        height: unset !important;
    }

    .product-item a.yotpo-sr-bottom-line-summary {
        height: unset !important;
    }
}