.zb-home-collections {
  --zb-green: #087b50;
  --zb-ink: #143d31;
  --zb-line: #d7e8df;
  --zb-soft: #f6faf8;
  max-width: 1420px;
  margin: 2.25rem auto 0;
  padding: 0 15px;
}

.zb-home-collection {
  margin: 0 0 2.75rem;
}

.zb-home-collection__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.25rem;
  margin-bottom: 1.15rem;
  padding-bottom: .85rem;
  border-bottom: 1px solid var(--zb-line);
}

.zb-home-collection__heading h2 {
  margin: 0 0 .25rem;
  color: var(--zb-ink);
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 750;
  letter-spacing: -.025em;
}

.zb-home-collection__heading p {
  margin: 0;
  color: #61766e;
  font-size: .95rem;
}

.zb-home-collection__view {
  flex: 0 0 auto;
  color: var(--zb-green);
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.zb-home-collection__view:hover,
.zb-home-collection__view:focus {
  color: #065f3e;
  text-decoration: underline;
}

.zb-home-collection__products {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: start;
  gap: 1rem;
}

.zb-home-product {
  min-width: 0;
}

.zb-home-product .thumbnail-container {
  height: auto;
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--zb-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(20, 61, 49, .055);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.zb-home-product .tvproduct-wrapper {
  height: auto !important;
  min-height: 0 !important;
}

.zb-home-product .tvproduct-info-box-wrapper {
  height: auto !important;
  min-height: 0 !important;
}

.zb-home-product .tvproduct-hover-btn {
  position: static !important;
  inset: auto !important;
  width: 100% !important;
  margin: .7rem 0 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  justify-content: center;
}

.zb-home-product .tvproduct-cart-btn {
  width: 100%;
  margin: 0 !important;
}

.zb-home-product .tvproduct-cart-btn form,
.zb-home-product .tvproduct-add-to-cart {
  width: 100%;
}

.zb-home-product .tvproduct-quick-btn {
  display: none !important;
}

.zb-home-product .thumbnail-container:hover {
  transform: translateY(-2px);
  border-color: #b6d8c7;
  box-shadow: 0 12px 28px rgba(20, 61, 49, .11);
}

@media (max-width: 1199px) {
  .zb-home-collection__products { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .zb-home-collections { margin-top: 1.5rem; padding-right: 0; }
  .zb-home-collection { margin-bottom: 2rem; }
  .zb-home-collection__heading { margin-right: 15px; align-items: center; }
  .zb-home-collection__heading p { font-size: .875rem; }
  .zb-home-collection__products {
    display: flex;
    gap: .75rem;
    overflow-x: auto;
    padding: 0 15px 1rem 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }
  .zb-home-product { flex: 0 0 72vw; max-width: 280px; scroll-snap-align: start; }
}
