@media screen and (max-width: 767px) {
    .sf-footer {
        background-color: #171717;
    }
}

[style*=--aspect-ratio]>:first-child{
 object-fit: contain; 
}

@media screen and (max-width: 1535px) {
    .product-recommendations .section__header {
        margin-bottom: 50px;
    }
}