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



/* 240202 - remove multiple links from products list item */
.product-wrapper span.wd-entities-title {
    margin: 15px;
    transition: all 0.25s ease;
}
.product-wrapper span.wd-entities-title:hover {
    color: var(--wd-entities-title-color-hover);
}