/*
Theme Name: Polo Child
Theme URI: http://theme.crumina.net/polo/
Template: polo
Author: Crumina
Author URI: http://crumina.net/
Description: Multipurpose creative theme
Tags: one-column,two-columns,right-sidebar,custom-menu,editor-style,featured-images,microformats,post-formats,translation-ready
Version: 2.13.1768559115
Updated: 2026-01-16 11:25:14

*/

/* single-product-image-normalize */
body.single-product div.product div.images,
body.single-product div.product div.images .yith_magnifier_zoom_wrap,
body.single-product div.product div.images .woocommerce-product-gallery__image {
    text-align: center !important;
}

body.single-product div.product div.images .yith_magnifier_zoom_wrap,
body.single-product div.product div.images .yith_magnifier_zoom,
body.single-product div.product div.images .woocommerce-product-gallery__image {
    width: auto !important;
    max-width: 300px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body.single-product div.product div.images img.wp-post-image,
body.single-product div.product div.images .yith_magnifier_zoom img,
body.single-product div.product div.images .woocommerce-product-gallery__image img {
    display: block !important;
    width: auto !important;
    max-width: 300px !important;
    height: auto !important;
    max-height: 420px !important;
    object-fit: contain !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (max-width: 767px) {
    body.single-product div.product div.images .yith_magnifier_zoom_wrap,
    body.single-product div.product div.images .yith_magnifier_zoom,
    body.single-product div.product div.images .woocommerce-product-gallery__image {
        max-width: 260px !important;
    }

    body.single-product div.product div.images img.wp-post-image,
    body.single-product div.product div.images .yith_magnifier_zoom img,
    body.single-product div.product div.images .woocommerce-product-gallery__image img {
        max-width: 260px !important;
        max-height: 360px !important;
    }
}
