/*!*******************************************************************************************************************************************************************!*\
  !*** 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;
}
.bio-product-features__container {
  max-width: 65.875rem;
  margin: 0 auto;
  padding: 2.625rem 0;
}
@media (min-width: 768px) {
  .bio-product-features__container {
    padding: 2.625rem 6.75rem 2.625rem 0;
  }
}
.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: #383227;
  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-description {
  color: #383227;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5rem;
}
.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;
}
