/*
Theme Name:   Shoptimizer Child
Theme URI:    https://passionfoott.com
Description:  Child theme de Shoptimizer pour Passionfoott.
Author:       Passionfoott
Author URI:   https://passionfoott.com
Template:     shoptimizer
Version:      1.0.0
Text Domain:  shoptimizer-child
*/

/* === PDP, image height fix === */
.single-product .woocommerce-product-gallery__image,
.single-product .woocommerce-product-gallery__image a,
.single-product .cgkit-pdp-gallery .swiper-slide,
.single-product .cgkit-pdp-gallery .swiper-slide a {
    text-align: center;
}

.single-product .woocommerce-product-gallery__image img,
.single-product .cgkit-pdp-gallery .swiper-slide img,
.single-product .product-images-wrapper img {
    max-height: 70vh !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    margin: 0 auto;
    display: block;
}

@media (max-width: 992px) {
    .single-product .woocommerce-product-gallery__image img,
    .single-product .cgkit-pdp-gallery .swiper-slide img {
        max-height: 60vh !important;
    }
}
