body {
  font-size: 16px !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-weight: 700;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 32px !important;
}
h3 {
  font-size: 32px;
}
h4 {
  font-size: 1.2em;
}
h5,
h6 {
  font-size: 1em;
}
.product-small .box-image {
  position: relative;
  padding-top: 65%;
}
.product-small .box-image img {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-small .product-title a {
  text-transform: lowercase;
  height: 44px;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  font-weight: 600;
}
.product-small .product-title a:first-letter {
  text-transform: uppercase;
}
span.amount bdi .woocommerce-Price-currencySymbol {
  color: red;
  font-size: 18px;
}
