/* Keep isolated product covers fully inside their category cards. */
.ikd-sp-catalog-tile__image img{
	box-sizing:border-box!important;
	padding:20px!important;
	object-fit:contain!important;
	object-position:center!important;
}
@media(max-width:800px){
	.ikd-sp-catalog-tile__image img{padding:12px!important}
}
