.product-items {
  display: grid;
  flex-wrap: wrap;
  justify-content: start;
  grid-template-columns: repeat(4,minmax(0,1fr));
  grid-gap: 0 25px;
}
.product-items h3 {
  color: #9631a7;
  font-size: 13px;
  padding: 0px;
  margin: 5px 0 10px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 20px;
}
body.widget-snippet .single-item{
  padding: 10px
}
.widget-snippet .single-item{
  margin-bottom: 10px
}
.product-content {
    text-align: center;
}

button.read-more {
  margin: 0 auto;
  display: block;
  background: #9205a9;
  border-color: #9205a9;
  color: #fff;
  max-width: 150px;
  min-width: 90px;
  font-family: 'Caviar Dreams';
  letter-spacing: -0.3px;
  font-size: 13px;
  height:auto;
}
.page-home .widget-snippet button.read-more {
  border-radius: 100px;
  max-width: 90px;
  min-width: 90px;
  height: 30px;
}
.wc-home-product {
  margin: 0 0 20px;
  max-width: 800px;
}
.wc-home-product .containers {
  padding: 15px;
  background: #fff;
  border:0px;
}
.page-home .widget-snippet .wc-home-product .containers {
    background: rgb(255,255,255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(238, 238, 238) 100%);
  border: 1px solid rgb(238, 238, 238);
}
.widget-snippet .single-item .product-image {
  height: 150px;
}

.widget-snippet .single-item .product-image img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
