.single-product .related-products-wrapper > .row {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    overflow: visible !important;
    position: relative !important;
    transform: none !important;
}

.single-product .related-products-wrapper > .row > .product-small.col {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    transform: none !important;
}

.single-product .related-products-wrapper > .row > .flickity-button,
.single-product .related-products-wrapper > .row > .flickity-page-dots {
    display: none !important;
}

@media (max-width: 900px) {
    .single-product .related-products-wrapper > .row {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 560px) {
    .single-product .related-products-wrapper > .row {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
    }
}
