/* Homepage below-hero: trust, shop-by-range, tighter Elementor */

body.home #livechat-eye-catcher,
body.home .p-invite,
body.home [class*="lc-1-invitation"] {
  display: none !important;
}

.chb-home-trust {
  background: #f7f2eb;
  border-bottom: 1px solid #e6ddd2;
  padding: .85rem 1.25rem;
}
.chb-home-trust ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 1120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem 1.75rem;
}
.chb-home-trust li {
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #2f3d2a;
}

.chb-home-family {
  background: linear-gradient(180deg, #fffcf8, #f7f2eb);
  padding: clamp(2.2rem, 4vw, 3.4rem) 1.25rem;
  text-align: center;
}
.chb-home-family .inner {
  max-width: 640px;
  margin: 0 auto;
}
.chb-home-family .eye {
  margin: 0 0 .45rem;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c9a84c;
}
.chb-home-family h2 {
  margin: 0 0 .75rem;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  color: #14100e;
}
.chb-home-family p {
  margin: 0 0 1.1rem;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #3d342f;
}
.chb-home-family a {
  color: #2f3d2a;
  font-weight: 750;
}

.chb-home-cats {
  padding: clamp(1.8rem, 3.5vw, 2.8rem) 1.25rem 2.4rem;
  background: #fffcf8;
}
.chb-home-cats .inner {
  max-width: 1120px;
  margin: 0 auto;
}
.chb-home-cats h2 {
  margin: 0 0 .35rem;
  text-align: center;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 500;
  font-size: clamp(1.6rem, 2.8vw, 2.1rem);
  color: #14100e;
}
.chb-home-cats .lead {
  text-align: center;
  margin: 0 auto 1.4rem;
  max-width: 36rem;
  color: #5c524c;
}
.chb-home-cats .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: .85rem;
}
.chb-home-cats a {
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 160px;
  padding: 1rem 1.05rem;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #fffef8;
  background: #2f3d2a center/cover no-repeat;
  box-shadow: 0 10px 24px rgba(18,10,8,.08);
}
.chb-home-cats a::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(14,18,13,.12) 15%, rgba(14,18,13,.82));
}
.chb-home-cats a span {
  position: relative;
  z-index: 1;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 500;
}
.chb-home-cats a:hover { filter: brightness(1.06); }

body.home .elementor-element-e8b205c,
body.home .elementor-element-f3a6cac,
body.home .elementor-element-a371758 {
  display: none !important;
}
body.home .elementor-element-df8765e .elementor-icon-box-description,
body.home .elementor-element-daa0ee3 .elementor-icon-box-description {
  display: none !important;
}
body.home .elementor-element-df8765e,
body.home .elementor-element-daa0ee3 {
  padding-bottom: 0 !important;
}

body.home .products .product,
body.home .product-wrapper {
  background: #fff;
  border: 1px solid #eee6dc;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(18,10,8,.04);
}
body.home .products .product .product-title,
body.home .products .product h3,
body.home .products .product h2 {
  font-size: .95rem !important;
  line-height: 1.3 !important;
  max-height: 2.6em;
  overflow: hidden;
  padding: 0 .75rem;
}
body.home .products .product .price {
  padding: 0 .75rem .9rem;
  color: #2f3d2a !important;
  font-weight: 700;
}
body.home .bacola-latest-blog .blog-item,
body.home .blog-wrapper {
  border-radius: 14px;
  overflow: hidden;
}

@media (max-width: 800px) {
  .chb-home-cats .grid { grid-template-columns: 1fr 1fr; }
  .chb-home-cats a { min-height: 130px; }
}
@media (max-width: 520px) {
  .chb-home-cats .grid { grid-template-columns: 1fr; }
}
