/* Small compatibility overrides for mobile related products. */

@media screen and (max-width: 768px) {
    .viox-related-products .wc-block-product-template {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .viox-related-products .wc-block-product-template > li {
        width: auto !important;
        margin: 0 !important;
    }
}
