.shop-products {
  /* display: flex;

  align-items: center;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap; */
}
.shop-products > a {
  box-sizing: border-box;
  background: #fff;
  transition: all 0.15s ease-in-out;
  text-decoration: none;
  text-align: center;
  color: #000 !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.shop-products > a:hover {
  /* box-shadow: 0 0 10px #c8c8c8;
  transform: scale(1.05); */
  text-decoration: none;
}
.shop-product img {
  display: block;

  height: 80px;
  object-fit: contain;
  margin: 0 auto;
}
.shop-product-title {
  font-family: "Teko", sans-serif;
  font-weight: 700;
  color: #282d3a;
  /* border-top: 1px solid #ededed; */
  padding: 10px 10px 0;
  line-height: 1;
}
.shop-product-title i {
  font-size: 10px;
  margin-left: 4px;
}
.shop-product-dimensions {
  margin-bottom: 0px;
}
.shop-products-wrapper {
  text-align: center;
}
.shop-products-wrapper h2 {
  font-size: 24px !important;
}
.single-post .shop-products-wrapper h2 {
  font-size: 18px !important;
}
.btn-shop {
  background: #d8262f;
  border-radius: 8px;
  color: #fff;
  font-weight: bold;
  padding: 5px 20px;
  display: inline-block;
  margin: 10px auto 10px auto !important;
  font-size: 14px;
}
