/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 25 2021 | 06:55:42 */
.woocommerce ul.products li.product a img{
margin-bottom:0;
  object-fit:cover;
  position:absolute;
  width: 100%;
  height: 58%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto auto;
}


.woocommerce ul.products li.product a h2.woocommerce-loop-product__title:before{
  content:"";
  display:block;
  width:100%;
  height:210px;
}


.woocommerce ul.products li.product a h2.woocommerce-loop-product__title{
  color:rgb(82, 82, 99);
  background-color:#fff;
  padding:0;
  display:block;
  font-size:min(1.3vw,18px);
 
}

.woocommerce ul.products li.product a span.price:before{
  content:"";
  display:block;
  width:100%;
  height:180px;
}


.woocommerce ul.products li.product a span.price{
  font-size:18px;
  color:rgb(82, 82, 99);
}


.woocommerce ul.products li.product a.button{
  margin-top:0;
}


.woocommerce a.button.add_to_cart_button{
  white-space:nowrap;
  font-size:85%;
  padding: 0.825em 0.5em;
  background-color:rgb(222, 93, 80);
  color:#fff;
}


