body.home-page {
  background: #fbfbf8;
}

.home-page .header-area,
.home-page .main-header,
.home-page .header-main-area,
.home-page .mobile-header,
.home-page .mobile-main-header {
  background: #fff !important;
}

.home-page .header-area {
  border-bottom: 1px solid #ecefec;
}

.home-page .slider-area {
  background: #fff;
}

.home-page .hero-single-slide img,
.home-page .container > a > img.img-responsive {
  border-radius: 8px;
  display: block;
  height: auto;
  width: 100%;
}

.home-page main > .container {
  max-width: 1180px;
}

.home-page main .container[style*="margin-top:30px"] {
  margin-top: 38px !important;
}

.home-page h2 {
  color: #26352d;
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  margin-bottom: 8px;
}

.home-page h2 a {
  color: inherit;
}

.home-page h2 + div {
  color: #2f7d4f !important;
  line-height: 1.8;
  margin-bottom: 12px;
}

.home-page h2 + div a {
  color: #2f7d4f !important;
  font-weight: 600;
  text-decoration: none !important;
}

.home-page .row.mt-30,
.home-page .row.mtn-60 {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.home-page .row.mt-30 > [class*="col-"],
.home-page .row.mtn-60 > [class*="col-"] {
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}

.home-page .product-item {
  background: #fff;
  border: 1px solid #e7ece7;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(31, 45, 38, 0.06);
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  transition: box-shadow 160ms ease, transform 160ms ease;
  width: 100%;
}

.home-page .product-item:hover {
  box-shadow: 0 14px 34px rgba(31, 45, 38, 0.11);
  transform: translateY(-2px);
}

.home-page .product-thumb {
  background: #f4f7f4;
  border-radius: 8px;
  margin: 0;
  overflow: hidden;
  width: 100%;
}

.home-page .product-thumb a {
  display: block;
}

.home-page .product-thumb img {
  aspect-ratio: 1 / 1;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.home-page .product-caption {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 14px 4px 4px;
  text-align: left;
}

.home-page .product-name {
  margin-bottom: 8px;
  min-height: 44px;
}

.home-page .product-name a {
  color: #26352d;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
}

.home-page .price-box {
  margin-top: auto;
}

.home-page .price-old {
  color: #8f9a93;
  display: block;
  font-size: 13px;
}

.home-page .price-regular {
  color: #24623d !important;
  display: block;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25;
}

.home-page .price-regular span {
  color: #6f7b74;
}

.home-page .discount-tag,
.home-page .product-label.new,
.home-page .product-label.discount {
  background: #c65f3a !important;
  border-radius: 999px !important;
  color: #fff !important;
}

.home-page .top-sellers {
  background: #fff;
  border-top: 1px solid #e7ece7;
  margin-top: 44px;
}

@media (max-width: 767px) {
  .home-page h2 {
    font-size: 23px !important;
  }

  .home-page .row.mt-30 > [class*="col-"],
  .home-page .row.mtn-60 > [class*="col-"] {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }

  .home-page .product-item {
    padding: 8px;
  }

  .home-page .product-name {
    min-height: 58px;
  }

  .home-page .product-name a {
    font-size: 13px;
  }

  .home-page .price-regular {
    font-size: 17px !important;
  }
}
