/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*galerija objava*/
.woocommerce-product-gallery__wrapper figure{
    height: 450px !important;
}

.woocommerce-product-gallery__wrapper img {
    height: 100% !important;
    object-fit: cover !important;
    position: relative !important;
}

@media (max-width: 767px) {
    .woocommerce-product-gallery__wrapper figure {
        height: 150px !important;
    }
}