.vc_col-sm-2_4 {
  position: relative;
  min-height: 1px;
  width: 20%;
  float: left;
}

.home_products_grid__container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.home-product__img {
  float: left;
  display: block;
  margin-left: auto;
  margin-right: auto;
  filter: grayscale(0);
  transition: filter 0.4s;
  object-fit: contain;
}

.home-product__img.small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.middle_product {
  height: 470px;
}

.product_image__wrapper {
  margin-bottom: 20px;
  float: left;
  position: relative;
}

.product_image__wrapper {
  position: relative;
  z-index: 1;
  max-width: calc(100% - 22px);
  min-width: calc(100% - 22px);
}

.product-image__inner {
  min-width: inherit;
  background-color: #ffffff;
  display: flex;
}
.product_image__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  transform: translate(-4px, -4px);
  background: linear-gradient(
    90deg,
    rgba(217, 155, 54, 1) 0%,
    rgba(252, 202, 129, 1) 50%,
    rgba(184, 104, 33, 1) 100%
  );
  z-index: -1;
}

.home-product__hover {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(242, 242, 242, 0.8);
  color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.home_products_grid .product_image__wrapper:hover .home-product__hover {
  visibility: visible;
  opacity: 1;
}

.home_products_grid .product_image__wrapper:hover img {
  filter: grayscale(1);
}

.home-product__hr {
  border-color: #8f8d8e;
}

.home-product__title {
  font-size: 1.9rem;
  letter-spacing: -1px;
  margin-bottom: 0.5em;
}

p.home-product__subtitle {
  letter-spacing: -1px;
}
