/*!*********************************************************************************************************************************************************************!*\
  !*** 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-image-text/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-image-text {
  padding: 1.25rem 1.5rem 2.5rem;
}
@media (min-width: 768px) {
  .bio-product-image-text {
    padding: 1.25rem 0 2.5rem;
  }
}
.bio-product-image-text__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.875rem;
  max-width: 79.5rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bio-product-image-text__container {
    flex-direction: row;
    gap: 6.8125rem;
  }
}
@media (min-width: 992px) {
  .bio-product-image-text__container {
    padding-inline: 6.75rem;
  }
}
@media (min-width: 768px) {
  .bio-product-image-text--image-left .bio-product-image-text__container {
    flex-direction: row-reverse;
  }
}
.bio-product-image-text__content-col, .bio-product-image-text__image-col {
  flex: 1 1 0;
  width: 100%;
  min-width: 0;
}
@media (min-width: 768px) {
  .bio-product-image-text__image-col {
    flex: 0 1 27.125rem;
    max-width: 27.125rem;
  }
}
.bio-product-image-text__image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 1rem;
  object-fit: cover;
}
.bio-product-image-text__title {
  margin-bottom: 0.75rem;
  color: #091725;
  font-size: 2rem;
  font-style: normal;
  line-height: 2.5rem;
  letter-spacing: -0.02rem;
  font-weight: 450;
}
@media (min-width: 768px) {
  .bio-product-image-text__title {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.bio-product-image-text__title strong {
  font-weight: 700;
}
.bio-product-image-text__text {
  margin-bottom: 1.5rem;
  color: #091725;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5rem;
}
.bio-product-image-text__text > * {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.bio-product-image-text__text > *:last-child {
  margin-bottom: 0;
}
.bio-product-image-text__text p {
  font-size: 1.125rem;
  line-height: 1.575rem;
}
.bio-product-image-text__text ul,
.bio-product-image-text__text ol {
  padding-left: 1.25rem;
}
.bio-product-image-text__text ul {
  list-style: disc;
}
.bio-product-image-text__text ol {
  list-style: decimal;
}
.bio-product-image-text__text li {
  margin-bottom: 0.25rem;
}
.bio-product-image-text__text li:last-child {
  margin-bottom: 0;
}
.bio-product-image-text__text a {
  color: #006EDA;
  text-decoration: underline;
}
.bio-product-image-text__button {
  align-self: flex-start;
}
.bio-product-image-text--full {
  width: 100%;
}
.bio-product-image-text--wide {
  max-width: 87.5rem;
  margin: 0 auto;
}
