/* Add custom CSS styles below */
.s-block--brands img {
    filter: none !important;
}
.object-cover {
    object-fit: contain !important;
}
.total-price {
    color: #932a09;
    font-size: 30px;
}

@media (max-width: 767px) {
    .product-card__price .total-price {
        font-size: 20px;
    }
}