body#index .tvcmscategory-slider {
  margin: 34px 0 40px !important;
}

body#index .tvcategory-slider {
  max-width: 1420px;
}

body#index .zb-category-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0 0 13px;
  border-bottom: 1px solid #d7e8df;
}

body#index .zb-category-heading h2 {
  margin: 0 0 4px;
  color: #143d31;
  font-size: clamp(24px, 2vw, 32px);
  font-weight: 750;
  line-height: 1.15;
  letter-spacing: -.025em;
  text-transform: none;
}

body#index .zb-category-heading p {
  margin: 0;
  color: #61766e;
  font-size: 15px;
  line-height: 1.45;
}

body#index .tvcategory-slider-inner-info-box {
  margin: 0 !important;
}

body#index .tvcategory-slider-content-box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

body#index .tvcategory-slider-wrapper-info {
  width: auto !important;
  max-width: none !important;
  padding: 0 !important;
}

body#index .tvcategory-slider-wrapper-info .zb-category-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  height: 100%;
  margin: 0 !important;
  padding: 0;
  overflow: hidden;
  border: 1px solid #d7e8df !important;
  border-radius: 16px !important;
  background: #f8fbf9;
  color: #143d31;
  text-decoration: none;
  box-shadow: 0 7px 20px rgba(20, 61, 49, .045);
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

body#index .tvcategory-slider-wrapper-info .zb-category-card:hover,
body#index .tvcategory-slider-wrapper-info .zb-category-card:focus-visible {
  transform: translateY(-2px);
  border-color: #9fcdb7 !important;
  box-shadow: 0 12px 28px rgba(20, 61, 49, .10);
  outline: none;
}

body#index .zb-category-card .tvcategory-img-block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 245px;
  padding: 20px 24px 8px;
  background: #fff;
}

body#index .zb-category-card .tvcategory-img-block img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: 310px;
  object-fit: contain;
  border-radius: 0;
}

body#index .zb-category-card .tvcategory-slider-info-box {
  position: static !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: auto !important;
  min-height: 92px;
  margin: 0;
  padding: 17px 19px 18px;
  border-top: 1px solid #e2eee8;
  background: #f8fbf9;
  text-align: left;
}

body#index .zb-category-card .tvcmscategory-slider-title {
  color: #143d31 !important;
  font-size: 17px;
  font-weight: 750;
  line-height: 1.25;
  letter-spacing: -.01em;
  text-transform: none;
}

body#index .zb-category-description {
  margin-top: 5px;
  color: #61766e;
  font-size: 13px;
  line-height: 1.35;
}

body#index .zb-category-arrow {
  display: inline-grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  background: #e6f4ed;
  color: #087b50;
  font-size: 19px;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

body#index .zb-category-card:hover .zb-category-arrow,
body#index .zb-category-card:focus-visible .zb-category-arrow {
  transform: translateX(2px);
  background: #087b50;
  color: #fff;
}

@media (max-width: 767px) {
  body#index .tvcmscategory-slider {
    margin: 25px 0 30px !important;
  }

  body#index .zb-category-heading {
    margin-right: 15px;
    margin-bottom: 15px;
  }

  body#index .zb-category-heading h2 {
    font-size: 24px;
  }

  body#index .zb-category-heading p {
    font-size: 14px;
  }

  body#index .tvcategory-slider-content-box {
    display: flex;
    gap: 12px;
    margin-right: -15px;
    padding: 0 15px 12px 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  body#index .tvcategory-slider-wrapper-info {
    flex: 0 0 82vw;
    max-width: 330px !important;
    scroll-snap-align: start;
  }

  body#index .zb-category-card .tvcategory-img-block {
    height: 220px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body#index .zb-category-card,
  body#index .zb-category-arrow {
    transition: none !important;
  }
}
