/* Arşiv ve liste kartları: görsel kırpılmadan tamamı görünsün */
body.theme-premium .team-item .ratio > img,
body.theme-premium .team-item img.object-fit-cover,
body.theme-premium .product-card-thumb img,
body.theme-premium .service-grid-thumb img,
.archive-products-layout img.object-fit-cover,
.archive-products-layout .card-img-top {
    object-fit: contain !important;
    object-position: center center;
}

body.theme-premium .team-item .ratio > img,
body.theme-premium .product-card-thumb img,
body.theme-premium .service-grid-thumb img {
    padding: 0.45rem;
}

body.theme-premium .team-item .ratio {
    background-color: #fff;
}
