/* Add custom CSS styles below */ 
:root {
 
    --color-primary: #332d2d;
   
}

.angel-products-4 .s-products-list-wrapper {
    grid-template-columns: auto;
    width: 90%;
    padding-right: 40px;
}

.angel-products-3 .s-products-list-wrapper {
    grid-template-columns: repeat(1,minmax(0,1fr))!important;
    grid-template-columns: auto;
    width: 90%;
    padding-right: 40px;
}