/*! Creem segment de resolució 1141-1324 on reduim padding dels items del menu */

@media only screen 
and (min-width : 1141px)
and (max-width : 1324px) 
{ 
	.gm-menu-installed .gm-menu .gm-item.gm-level-0 > .gm-target{
  		padding: 15px 50px !important;
	}	
}


div.ProductItem div.ProductItem__Wrapper a div.AspectRatio img {
	object-fit: cover !important;
}