.all-products-grid .product-viewed__title {
    padding-right: 0;
}

.grid-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 14px;

}

.product-cards__sort-wrap {
    text-align: right;
}

.product-cards {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-card {
    width: calc(33% - 10px);
    margin-bottom: 24px;
    justify-content: space-between;
}

.product-card__rating {
    padding-top: 15px;
}

@media (max-width: 992px) {
    .product-cards .product-card {
        width: 49%;
    }
}

@media (max-width: 600px) {
    .product-cards .product-card {
        width: 100%;
    }
}
