/* AmiNova and TrichoNova: reserve gallery geometry before JS initializes. */
body:is(.postid-593, .postid-652) .woocommerce-product-gallery {
    --sp-gallery-height: 480px;
    opacity: 1 !important;
    transition: none !important;
    min-height: calc(var(--sp-gallery-height) + 115px);
}
body:is(.postid-593, .postid-652) .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper {
    height: calc(var(--sp-gallery-height) + 2px);
    overflow: hidden;
    border: 1px solid #91c738;
    border-radius: 10px;
    margin-bottom: 15px;
    box-sizing: border-box;
}
body:is(.postid-593, .postid-652) .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper > .woocommerce-product-gallery__image:not(:first-child) {
    display: none;
}
body:is(.postid-593, .postid-652) .woocommerce-product-gallery .flex-viewport {
    height: calc(var(--sp-gallery-height) + 2px) !important;
    transition: none !important;
    box-sizing: border-box;
}
body:is(.postid-593, .postid-652) .woocommerce-product-gallery .woocommerce-product-gallery__image > a > img {
    display: block;
    width: 100%;
    height: var(--sp-gallery-height) !important;
    max-height: none !important;
    object-fit: contain;
}
body:is(.postid-593, .postid-652) .summary #p24_installments {
    display: block;
    min-height: 37px;
}
@media (max-width: 767px) {
    body:is(.postid-593, .postid-652) .woocommerce-product-gallery {
        --sp-gallery-height: 320px;
    }
}
