/* Add custom CSS styles below */ 
custom-salla-product-card > div > div  > a >img {
	aspect-ratio: 12/18 !important;
	background-image: cover !important;
	object-fit: cover !important;
}
 custom-salla-product-card > div > div.px-6.py-2.text-center > a > h4{
 	height: 3rem !important;
 	overflow: hidden !important;}
 	
@media(max-width: 767px){
body:after{
	background-size: 40% !important;
}
}