.s-product-card-image {
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    border: 1px solid #dcdcdc !important; /* لون وسمك الخط */
    border-radius: 12px !important; /* نفس انحناء الزوايا */
}

.s-product-card-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
}