/*!*******************************************************************************************************************************************************************!*\
  !*** 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-features/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-features {
  overflow: hidden;
  background-color: #F1F2F0;
}
.bio-product-features__container {
  max-width: 79.5rem;
  margin: 0 auto;
  padding: 2.625rem 0;
  position: relative;
}
@media (min-width: 768px) {
  .bio-product-features__container {
    padding: 3.75rem 6.75rem 1.25rem;
  }
}
@media (min-width: 768px) {
  .bio-product-features__container::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 0.0625rem;
    background-color: #00B9FF;
    left: 1.25rem;
    z-index: 10;
  }
}
@media (min-width: 1400px) {
  .bio-product-features__container::after {
    left: 0;
  }
}
.bio-product-features__header {
  margin-bottom: 1.875rem;
  padding-inline: 1.5rem;
}
@media (min-width: 768px) {
  .bio-product-features__header {
    padding-inline: 0;
  }
}
.bio-product-features__title {
  color: #091725;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 450;
  line-height: 3.125rem;
  letter-spacing: -0.02rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .bio-product-features__title {
    font-size: 2.75rem;
    letter-spacing: -0.022rem;
  }
}
.bio-product-features__title strong {
  font-weight: 800;
}
.bio-product-features__title img {
  width: auto !important;
  height: 2.875rem !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
.bio-product-features__description {
  color: #091725;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5rem;
  margin: 0;
}
.bio-product-features__description strong {
  font-weight: 800;
}
.bio-product-features__carousel .swiper {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .bio-product-features__carousel .swiper {
    padding: 0 3.75rem;
  }
}
@media (min-width: 1200px) {
  .bio-product-features__carousel .swiper {
    padding: 0;
  }
}
.bio-product-features__navigation {
  display: flex;
  gap: 1.125rem;
  justify-content: center;
  align-items: center;
  margin-top: 1.5rem;
}
.bio-product-features__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: transparent;
  border: none;
  padding: 0;
}
.bio-product-features__nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.bio-product-features__nav-button svg {
  width: 1.5rem;
  height: 1.5rem;
}
.bio-product-features__item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.bio-product-features__item-image-wrapper {
  width: 100%;
  height: 15rem;
  overflow: hidden;
  position: relative;
}
.bio-product-features__item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all ease 0.3s;
}
.bio-product-features__item:hover .bio-product-features__item-image {
  transform: scale(1.05);
}
.bio-product-features__item-title {
  color: #091725;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.75rem;
  letter-spacing: -0.011rem;
  padding-bottom: 0.375rem;
}
.bio-product-features__item-title img {
  width: auto !important;
  height: 2.875rem !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.bio-product-features__item-description {
  color: #091725;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 140%;
}
.bio-product-features__item-description > * {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.bio-product-features__item-description > *:last-child {
  margin-bottom: 0;
}
.bio-product-features__item-description p {
  font-size: 1.125rem;
  line-height: 140%;
}
.bio-product-features__item-description ul,
.bio-product-features__item-description ol {
  padding-left: 1.25rem;
}
.bio-product-features__item-description ul {
  list-style: disc;
}
.bio-product-features__item-description ol {
  list-style: decimal;
}
.bio-product-features__pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.bio-product-features__pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.bio-product-features__pagination .swiper-pagination-bullet-active {
  background-color: #AFC808;
  width: 1.5rem;
  border-radius: 0.25rem;
}
.bio-product-features--full {
  width: 100%;
}
.bio-product-features--wide {
  max-width: 87.5rem;
  margin: 0 auto;
}
