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

/*** HOME ***/

.home .wd-product:not(.wd-hover-small) :is(.product-image-link,.hover-img) img {
  aspect-ratio: 3 / 4;
  width: 100%;
  object-fit: cover;
  display: block;
}

.home .wd-product .wd-entities-title {
    font-size: inherit;
    font-size: 20px!important;
    font-weight: 900;
    color: #26496F;
}

.home .price .amount {
    padding: 10px;
    background-color: #be9f34;
    color: white;
}

.home .wd-product .price {
    margin-top: 10px!important;
}