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

/* Hide product categories under product title */
.wd-product-cats {
    display: none !important;
}

.wd-product img {
    width: 100%;
    height: 450px;
    object-fit: cover; 
}

@media only screen and (max-width: 768px) {
    .wd-product .product-element-top img {
        height: auto !important;
        max-height: none !important;
        object-fit: contain !important;
    }
}
