/* ABCXYZ Product Image Round v1.1.0
   Scope: actual JoomShopping product image files only. */

img[src*="components/com_jshopping/files/img_products/"],
img[src*="/components/com_jshopping/files/img_products/"],
img[src*="components/com_jshopping/files/img_products/thumb_"],
img[src*="/components/com_jshopping/files/img_products/thumb_"] {
    border-radius: 14px !important;
    overflow: hidden !important;
    background-clip: padding-box;
}

/* Common JoomShopping product-detail image classes, for installs that rewrite image URLs. */
.jshop.productfull .image_middle,
.jshop.productfull .image_middle img,
.jshop.productfull .main_image img,
.jshop.productfull .product-image img,
.jshop.productfull .product_image img,
.jshop.productfull img.jshop_img,
.jshop.productfull .thumb_image img,
.jshop.productfull .thumbs img,
.jshop.productfull .product-thumbnails img,
.jshop.productfull .jshop_img_thumb {
    border-radius: 14px !important;
}

/* Keep the clipping clean when the image sits inside a dedicated media wrapper. */
.jshop.productfull .image_middle,
.jshop.productfull .main_image,
.jshop.productfull .product-image,
.jshop.productfull .product_image {
    overflow: hidden;
}

@media (max-width: 767.98px) {
    img[src*="components/com_jshopping/files/img_products/"],
    img[src*="/components/com_jshopping/files/img_products/"],
    .jshop.productfull .image_middle,
    .jshop.productfull .image_middle img,
    .jshop.productfull .main_image img,
    .jshop.productfull .product-image img,
    .jshop.productfull .product_image img,
    .jshop.productfull img.jshop_img,
    .jshop.productfull .thumb_image img,
    .jshop.productfull .thumbs img,
    .jshop.productfull .product-thumbnails img,
    .jshop.productfull .jshop_img_thumb {
        border-radius: 12px !important;
    }
}
