/*!****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./inc/blocks/block-product-cards/style.scss ***!
  \****************************************************************************************************************************************************************/
:root {
  --color-primary: #548B26;
  --color-secondary: rgba(0, 0, 0, 1);
  --color-white: #FFF;
  --color-black: #000;
  --color-footer-title: #71828C;
  --color-gray: #2E2E2E;
  --color-gray-10: #F9F9F9;
  --color-gray-20: #F4F4F4;
  --color-gray-30: #ADADAD;
  --color-gray-50: #6E6E6E;
  --color-blue-30: rgba(159, 188, 204, 0.30);
  --color-blue-50: #9fbccc;
  --swiper-navigation-size: 16px;
  --swiper-navigation-sides-offset: 49px;
  --search-border-color: rgb(224, 224, 224);
  --search-primary-hover: rgb(192, 57, 43);
  --search-text-color: rgb(51, 51, 51);
  --search-placeholder-color: rgb(153, 153, 153);
  --search-overlay-bg: rgba(255, 255, 255, 0.75);
  --search-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  --search-transition: 0.3s ease;
  --jvm-background-primary:#80BE56;
  --jvm-color-text-primary: #2E2E2E;
  --jvm-green-primary: #80BE56;
  --color-green-dark: #2D6400;
}

.bio-product-cards {
  overflow: hidden;
  padding: 1.5rem 1.5rem 2.5rem;
}
@media (min-width: 768px) {
  .bio-product-cards {
    padding: 2.625rem 0 2.5rem;
  }
}
.bio-product-cards__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 1.875rem;
  max-width: 52.5rem;
  margin: 0 auto;
}
.bio-product-cards__card {
  flex: 0 1 25.3125rem;
  width: 100%;
  max-width: 25.3125rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.bio-product-cards__card-image-wrap {
  width: 100%;
  height: 15rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
}
.bio-product-cards__card-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.bio-product-cards__card:hover .bio-product-cards__card-image {
  transform: scale(1.06);
}
.bio-product-cards__card-body {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.bio-product-cards__card-title {
  margin-bottom: 0.25rem;
  color: #091725;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 2.25rem;
  letter-spacing: -0.015rem;
}
.bio-product-cards__card-text {
  margin-bottom: 1.5rem;
  color: #091725;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4rem;
}
.bio-product-cards__card-text > * {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.bio-product-cards__card-text > *:last-child {
  margin-bottom: 0;
}
.bio-product-cards__card-text p {
  font-size: 1rem;
  line-height: 1.4rem;
}
.bio-product-cards__card-text ul,
.bio-product-cards__card-text ol {
  padding-left: 1.25rem;
}
.bio-product-cards__card-text ul {
  list-style: disc;
}
.bio-product-cards__card-text ol {
  list-style: decimal;
}
.bio-product-cards__card-text li {
  margin-bottom: 0.25rem;
}
.bio-product-cards__card-text li:last-child {
  margin-bottom: 0;
}
.bio-product-cards__card-text a {
  color: #006EDA;
  text-decoration: underline;
}
.bio-product-cards__card-button {
  align-self: flex-start;
}
.bio-product-cards--full {
  width: 100%;
}
.bio-product-cards--wide {
  max-width: 87.5rem;
  margin: 0 auto;
}
