
.pcard__img,
.product-row__img,
.product-card__img,
.product-card__image,
.category-product__img{
  background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%)!important;
  border:1px solid #eef2f7!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.75),0 10px 26px rgba(15,23,42,.05)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.pcard__img img,
.product-row__img img,
.product-card__img img,
.product-card__image img,
.category-product__img img{
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  filter:drop-shadow(0 10px 15px rgba(15,23,42,.08));
}
.product-row__img{
  width:142px!important;
  min-width:142px!important;
  height:106px!important;
  padding:12px!important;
  border-radius:10px!important;
}
.pcard__img{
  padding:14px!important;
}
@media(max-width:640px){
  .product-row__img{
    width:116px!important;
    min-width:116px!important;
    height:88px!important;
    padding:9px!important;
  }
  .pcard__img{
    padding:10px!important;
  }
}
