 .products {
 	.product {
 		.card {
 			background-color: red;

 			.price,
 			.title {
 				color: white;
 			}
 		}
 	}
 }

 .form-select:focus {
 	box-shadow: none;
 }