/* Reference-accurate banner and product refinements */
.hero-slide {
  background-size: cover;
  background-position: center;
}
.hero-slide--image {
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  background: none !important;
}
.hero-slide__image {
  display: block;
  width: 100%;
  height: auto;
}
.hero-slider .slick-dots {
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  margin: 0;
}
.hero-slider .slick-prev,
.hero-slider .slick-next {
  top: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}
.hero-slider:hover .slick-prev,
.hero-slider:hover .slick-next {
  opacity: 1;
}
.offer {
  display: block;
  transition:
    transform 0.3s,
    box-shadow 0.3s;
}
.offer:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px #29491c2e;
}
.top-products-section {
  padding: 15px 0 65px;
  background: #fff;
}
.top-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 10px 0 20px;
  text-align: center;
}
.top-heading .eyebrow {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #0d451e;
}
.top-heading a {
  position: absolute;
  right: 0;
  text-decoration: none;
  color: #275817;
  font-size: 14px;
  font-weight: 700;
}
.top-heading a:hover {
  color: #79a720;
}
.product-tabs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 14px;
}
.product-tabs button {
  border: 0;
  background: transparent;
  text-transform: uppercase;
  color: #35621c;
  font-size: 13px;
  padding: 12px 20px;
  font-weight: 500;
  transition: 0.2s;
}
.product-tabs button:hover,
.product-tabs .active {
  background: #518a0c;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}
.top-product-slider {
  padding: 0 4px;
}
.top-product-slider .slick-list {
  padding: 8px 0;
}
.top-product-slider .product-card {
  min-height: 361px;
}
.top-product-slider .product-card p {
  height: 38px;
  margin-bottom: 8px;
}
.top-product-slider .product-actions {
  margin-top: 12px;
}


/* Homepage About Us section */
.home-about {
  overflow: hidden;
  padding: 105px 0;    margin-top: -54px;
  background: #f9f6ea url("../images/home-about-bg.jpg") center / cover no-repeat;
}
.home-about__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.93fr);
  align-items: center;
  gap: clamp(40px, 6vw, 95px);
  max-width: 1325px;
  margin: 0 auto;
}
.home-about__content {
  max-width: 650px;
}
.home-about__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid #709348;
  color: #123d20;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 3px;
}
.home-about__eyebrow i,
.home-about__ornament i {
  color: #639220;
}
.home-about h2 {
  margin: 24px 0 21px;
  color: #0c3b1d;
  font-size: clamp(43px, 4.5vw, 69px);
  line-height: 1.08;
}
.home-about h2 em {
  color: #628b27;
  font-style: normal;
}
.home-about__intro {
  max-width: 610px;
  margin: 0;
  color: #1c211d;
  font-size: 19px;
  line-height: 1.65;
}
.home-about__ornament {
  display: flex;
  align-items: center;
  gap: 10px;
  width: min(100%, 405px);
  margin: 25px 0 28px;
}
.home-about__ornament span {
  flex: 1;
  height: 1px;
  background: #7a9e50;
}
.home-about__features {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 30px;
}
.home-about__features article {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.home-about__features > article > i {
  display: grid;
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  place-items: center;
  border-radius: 50%;
  background: #e1ecbc;
  color: #3f7022;
  font-size: 34px;
}
.home-about__features h3 {
  margin: 4px 0 4px;
  color: #102f1c;
  font-family: "DM Sans", sans-serif;
  font-size: 17px;
  font-weight: 700;
}
.home-about__features p {
  margin: 0;
  color: #202420;
  font-size: 14px;
  line-height: 1.4;
}
.home-about__promise {
  display: flex;
  align-items: center;
  gap: 14px;
  width: fit-content;
  max-width: 100%;
  margin: 32px 0 0;
  padding: 9px 17px 9px 9px;
  border-radius: 6px;
  background: linear-gradient(90deg, #294d08, #638d16);
  color: #fff;
  font-size: 16px;
}
.home-about__promise i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid #dcebb9;
  border-radius: 50%;
  font-size: 21px;
}
.home-about__image-wrap {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0 16px 35px #2c421a25;
}
.home-about__image-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .top-product-slider {
    margin: 0 28px;
  }
  .top-heading a {
    right: 10px;
  }
  .home-about {
    padding: 75px 0;
  }
  .home-about__layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .home-about__content {
    max-width: 760px;
  }
  .home-about__image-wrap {
    max-width: 680px;
  }
}
@media (max-width: 650px) {
  .offer-section {
    padding: 30px 10px 10px;
  }
  .top-products-section {
    padding: 18px 0 42px;
  }
  .top-heading {
    justify-content: flex-start;
    padding-left: 26px;
  }
  .top-heading .eyebrow {
    font-size: 22px;
  }
  .top-heading a {
    right: 25px;
    font-size: 11px;
  }
  .product-tabs {
    overflow: auto;
    justify-content: flex-start;
    padding: 0 20px;
    gap: 6px;
  }
  .product-tabs button {
    white-space: nowrap;
    font-size: 11px;
    padding: 10px 13px;
  }
  .top-product-slider {
    margin: 0 32px;
  }
  .top-product-slider .product-card {
    min-height: 490px;
  }
  .home-about {
    padding: 57px 0;
    background-position: center;
  }
  .home-about__eyebrow {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .home-about h2 {
    font-size: clamp(35px, 10vw, 48px);
  }
  .home-about__intro {
    font-size: 16px;
  }
  .home-about__features {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .home-about__features > article > i {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    font-size: 27px;
  }
  .home-about__promise {
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  .top-heading .eyebrow {
    font-size: 17px;
  }
  .top-heading a {
    font-size: 10px;
  }
  .product-tabs button {
    font-size: 10px;
    padding: 8px 11px;
  }
}
