/*
 * Theme Name:       WP Zone
 * Description:      WP Zone Divi Child Theme
 * Author:           WP Zone
 * Author URI:       https://wpzone.co/
 * Theme URI:        https://wpzone.co/
 * GitLab Theme URI: https://gitlab.com/ags-live-sites/divi-space-child-theme
 * Template:         Divi
 * Version:          2.0.0
 * Text Domain:      wp-zone
 */

/*
 * Fix Chrome blurred images
 * @url https://jeffclayton.wordpress.com/2015/08/10/1279/
 */

/* Chrome 29+ */
@media screen and (-webkit-min-device-pixel-ratio : 0) and (min-resolution : .001dpcm) {
    .ds-img-render img, .product-text-photo img, .product-top .product-thumbnail img {
        image-rendering : -webkit-optimize-contrast;
    }
}
/* Chrome 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
    .ds-img-render img, .product-text-photo img, .product-top .product-thumbnail img {-chrome-:only(;
        image-rendering : -webkit-optimize-contrast;
    );}
}