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

.product-grid-item .product-element-top {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #f9f9f9;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.product-grid-item .product-element-top>a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.product-grid-item .product-element-top img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    transition: transform 0.3s ease;
    position: static !important;
    transform: none !important;
}

.product-grid-item:hover .product-element-top img {
    transform: scale(1.05) !important;
}

p.stock.wd-style-default:is(.in-stock, .out-of-stock, .available-on-backorder) {
    display: none !important;
}

.woocommerce-product-gallery__image,
.wd-single-main-image .owl-item,
.wd-gallery-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background-color: #f9f9f9;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce-product-gallery__image img,
.wd-single-main-image img,
.wd-gallery-item img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}