/*
 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-wrapper {
    position: relative;
}

.product-wrapper > a.woocommerce-LoopProduct-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product-wrapper .wd-entities-title,
.product-wrapper .product-image-link {
    position: relative;
    z-index: 2;
}

.product-wrapper .wd-entities-title a {
    position: relative;
    z-index: 3;
}


