.shop-cat-descr img,
.shop-cat-list img,
.cat-item img,
.category-img img,
.shop-category img,
img[src*="/userfiles/"] {
 width: 280px !important;
 height: 200px !important;
 object-fit: cover !important;
 object-position: center !important;
 border-radius: 12px !important;
 box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
 transition: all 0.3s ease !important;
 display: block !important;
 margin: 0 auto 15px !important;
}

.shop-cat-descr img:hover,
.shop-cat-list img:hover,
.cat-item img:hover {
 transform: scale(1.05) !important;
 box-shadow: 0 12px 35px rgba(0,0,0,0.25) !important;
}

@media (max-width: 768px) {
 .shop-cat-descr img,
 .shop-cat-list img,
 .cat-item img {
 width: 220px !important;
 height: 160px !important;
 }
}