:root {
  --vp-green: #2f8737;
  --vp-green-dark: #0b5d31;
  --vp-green-deep: #07502a;
  --vp-soft: #eef7e9;
  --vp-text: #172019;
  --vp-muted: #5d6961;
  --vp-line: #dfe9dc;
  --vp-border: rgba(53, 99, 56, .14);
}

.vp-products-page {
  font-family: "DM Sans", sans-serif;
  background: #fff;
  color: var(--vp-text);
  padding-bottom: 60px
}

.vp-product-hero {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: #f3f9ef
}

.vp-product-hero>img {
  position: absolute;
  inset: 0 0 0 auto;
  width: 54%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.6;
}

.vp-product-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(90deg, rgba(246, 250, 241, 1) 0%, rgba(246, 250, 241, .99) 43%, rgba(246, 250, 241, .82) 50%, rgba(246, 250, 241, .12) 66%, rgba(246, 250, 241, 0) 100%)
}

.vp-product-hero::before {
  content: "";
  position: absolute;
  z-index: 3;
  left: 45%;
  top: -100px;
  width: 220px;
  height: 520px;
  background: #f4faef;
  border-radius: 0 0 75% 0;
  transform: rotate(12deg);
  box-shadow: 15px 0 0 #0b5d31, 22px 0 0 #78b95a
}

.vp-product-hero::after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 35%;
  top: 78px;
  width: 78px;
  height: 68px;
  opacity: .55;
  background-image: radial-gradient(#2f8737 1.5px, transparent 1.5px);
  background-size: 12px 12px
}

.vp-product-hero__content {
  position: relative;
  z-index: 5;
  width: min(1420px, calc(100% - 56px));
  margin: auto;
  padding-top: 130px
}

.vp-hero-badge {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border: 1px solid #d9e8d4;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: #0b5d31;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .6px
}

.vp-product-hero h1 {
  margin: 20px 0 0;
  color: #0b4528;
  font-size: 55px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1.8px
}

.vp-hero-line {
  width: 54px;
  height: 3px;
  margin-top: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #0b5d31, #80bd5f)
}

.vp-hero-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
  font-size: 14px
}

.vp-hero-breadcrumb a {
  color: #222
}

.vp-hero-breadcrumb i {
  color: #748078;
  font-size: 10px
}

.vp-hero-breadcrumb span {
  color: #2f8737;
  font-weight: 700
}

.vp-products-card {
  position: relative;
  z-index: 10;
  width: min(1380px, calc(100% - 56px));
  margin: 26px auto 0;
  padding: 24px 24px 18px;
  border: 1px solid rgba(55, 99, 56, .10);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(35, 74, 40, .08)
}

.vp-products-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px
}

.vp-products-title {
  display: flex;
  align-items: center;
  gap: 14px
}

.vp-products-title-icon {
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf5e5;
  color: #0b5d31;
  font-size: 19px
}

.vp-products-title h2 {
  margin: 0;
  color: #164d29;
  font-size: 22px;
  font-weight: 700
}

.vp-products-title p {
  margin: 5px 0 0;
  color: #69756d;
  font-size: 13px
}

.vp-search {
  position: relative;
  width: min(360px, 100%)
}

.vp-search input {
  width: 100%;
  min-height: 48px;
  padding: 0 48px 0 16px;
  border: 1px solid #dbe5d8;
  border-radius: 9px;
  outline: 0;
  background: #fff;
  color: #344239;
  font: 500 13px/1 "DM Sans", sans-serif
}

.vp-search input:focus {
  border-color: #8dbc87;
  box-shadow: 0 0 0 3px rgba(47, 135, 55, .08)
}

.vp-search i {
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translateY(-50%);
  color: #233a2b
}

.vp-product-table-wrap {
  overflow-x: auto
}

.vp-product-table {
  width: 100%;
  min-width: 900px;
  border-collapse: separate;
  border-spacing: 0
}

.vp-product-table thead th {
  padding: 13px 18px;
  background: #eef4e9;
  color: #174b29;
  font-size: 12px;
  font-weight: 800;
  text-align: left
}

.vp-product-table thead th:first-child {
  border-radius: 8px 0 0 8px
}

.vp-product-table thead th:last-child {
  border-radius: 0 8px 8px 0
}

.vp-product-table tbody td {
  padding: 15px 18px;
  border-bottom: 1px solid #e7ece5;
  color: #2f3932;
  font-size: 13px;
  vertical-align: middle
}

.vp-product-table tbody tr {
  transition: background .2s ease
}

.vp-product-table tbody tr:hover {
  background: #fbfdf9
}

.vp-sr {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #0b5d31;
  color: #fff;
  font-size: 12px;
  font-weight: 700
}

.vp-product-name {
  position: relative;
  display: inline-block;
  padding-bottom: 7px;
  color: #172019;
  font-size: 15px;
  font-weight: 700
}

.vp-product-name::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #2f8737
}

.vp-product-name:hover {
  color: #0b5d31
}

.vp-product-table td small {
  display: block;
  margin-top: 4px;
  color: #5f6c64;
  font-size: 12px
}

.vp-category {
  min-width: 82px;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap
}

.vp-category--green {
  background: #e5f2df;
  color: #2b7336
}

.vp-category--mint {
  background: #dff3df;
  color: #247035
}

.vp-category--purple {
  background: #eee7ff;
  color: #6c3dc3
}

.vp-category--orange {
  background: #ffecdd;
  color: #d77119
}

.vp-no-results {
  display: none;
  min-height: 110px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #647168;
  font-size: 14px
}

.vp-no-results.is-visible {
  display: flex
}

.vp-products-cta {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  align-items: center;
  gap: 18px;
  padding: 20px 18px 4px
}

.vp-products-cta__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eef7e9;
  color: #0b5d31;
  font-size: 20px
}

.vp-products-cta__text {
  display: flex;
  flex-direction: column;
  gap: 5px
}

.vp-products-cta__text strong {
  color: #183f25;
  font-size: 14px
}

.vp-products-cta__text span {
  color: #68746c;
  font-size: 12px
}

.vp-products-cta__btn {
  min-height: 43px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  border-radius: 7px;
  background: #0b5d31;
  color: #fff;
  font-size: 12px;
  font-weight: 700
}

.vp-products-cta__btn:hover {
  background: #2f8737;
  color: #fff
}

@media(max-width:900px) {
  .vp-product-hero {
    min-height: 300px
  }

  .vp-product-hero>img {
    width: 100%;
    opacity: .30
  }

  .vp-product-hero__overlay {
    background: linear-gradient(180deg, rgba(246, 250, 241, .99), rgba(246, 250, 241, .88))
  }

  .vp-product-hero::before {
    display: none
  }

  .vp-product-hero::after {
    left: auto;
    right: 30px
  }

  .vp-products-head {
    align-items: flex-start;
    flex-direction: column
  }

  .vp-search {
    width: 100%
  }
}

@media(max-width:620px) {
  .vp-product-hero__content {
    width: calc(100% - 28px);
    padding-top: 85px
  }

  .vp-product-hero h1 {
    font-size: 38px
  }

  .vp-products-card {
    width: calc(100% - 16px);
    padding: 16px 12px 14px
  }

  .vp-products-title {
    align-items: flex-start
  }

  .vp-products-title-icon {
    width: 42px;
    height: 42px
  }

  .vp-products-title h2 {
    font-size: 20px
  }

  .vp-products-title p {
    font-size: 12px;
    line-height: 1.5
  }

  .vp-products-cta {
    grid-template-columns: 48px 1fr
  }

  .vp-products-cta__btn {
    grid-column: 1/-1;
    width: 100%
  }
}