/*!************************************************************************************************************************************************************************************!*\
  !*** 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-additional-information-v2/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-info-adicional-v2 {
  position: relative;
  min-height: 60.375rem;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.bio-product-info-adicional-v2--no-infobox {
  min-height: 43.75rem;
}
@media (min-width: 768px) {
  .bio-product-info-adicional-v2 {
    min-height: 24.375rem;
    align-items: center;
  }
}
.bio-product-info-adicional-v2__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.bio-product-info-adicional-v2__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.bio-product-info-adicional-v2__image--desktop {
  display: none;
}
@media (min-width: 768px) {
  .bio-product-info-adicional-v2__image--desktop {
    display: block;
  }
}
.bio-product-info-adicional-v2__image--mobile {
  display: block;
}
@media (min-width: 768px) {
  .bio-product-info-adicional-v2__image--mobile {
    display: none;
  }
}
.bio-product-info-adicional-v2__image--desktop:only-of-type, .bio-product-info-adicional-v2__image--mobile:only-of-type {
  display: block;
}
.bio-product-info-adicional-v2__inner {
  position: relative;
  z-index: 1;
  width: 100%;
}
.bio-product-info-adicional-v2__container {
  max-width: 79.5rem;
  margin: 0 auto;
  width: 100%;
  padding: 1.5rem 1.5rem 2.25rem;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .bio-product-info-adicional-v2__container {
    min-height: 24.375rem;
    padding: 3.75rem 3.125rem;
    justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  .bio-product-info-adicional-v2__container {
    padding: 3.75rem 6.8125rem;
  }
}
.bio-product-info-adicional-v2__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  width: 100%;
}
@media (min-width: 768px) {
  .bio-product-info-adicional-v2__content {
    width: 32rem;
  }
}
.bio-product-info-adicional-v2__heading-wrap {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}
.bio-product-info-adicional-v2__heading {
  flex: 1;
  font-weight: 450;
  color: #FFFFFF;
  margin: 0;
  font-size: 2.75rem;
  line-height: 2.75rem;
}
@media (min-width: 768px) {
  .bio-product-info-adicional-v2__heading {
    max-width: 28.125rem;
  }
}
.bio-product-info-adicional-v2__heading img {
  width: auto !important;
  height: 2.875rem !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.bio-product-info-adicional-v2__heading strong {
  font-weight: 800;
}
.bio-product-info-adicional-v2__description {
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 450;
  line-height: 140%;
  margin-top: -0.875rem;
}
.bio-product-info-adicional-v2__description > * {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.bio-product-info-adicional-v2__description > *:last-child {
  margin-bottom: 0;
}
.bio-product-info-adicional-v2__description a {
  color: inherit;
  text-decoration: underline;
}
.bio-product-info-adicional-v2__description ul,
.bio-product-info-adicional-v2__description ol {
  padding-left: 1.25rem;
}
.bio-product-info-adicional-v2__description ul {
  list-style: disc;
}
.bio-product-info-adicional-v2__description ol {
  list-style: decimal;
}
.bio-product-info-adicional-v2__calc-icon {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  padding-top: 0.25rem;
}
.bio-product-info-adicional-v2__calc-icon svg {
  width: 2.375rem;
  height: 2.375rem;
}
@media (min-width: 768px) {
  .bio-product-info-adicional-v2__calc-icon svg {
    width: 2.875rem;
    height: 2.875rem;
  }
}
.bio-product-info-adicional-v2__infobox {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 0 0.5rem;
  border-left: 0.25rem solid #5DC000;
}
.bio-product-info-adicional-v2__infobox-subtitle {
  margin: 0;
  color: #FFFFFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}
.bio-product-info-adicional-v2__infobox-title {
  margin: 0;
  color: #FFFFFF;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 3.125rem;
  letter-spacing: -0.022rem;
  display: inline-flex;
  gap: 0.75rem;
}
.bio-product-info-adicional-v2__infobox-title img {
  width: auto !important;
  height: 2.875rem !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.bio-product-info-adicional-v2__infobox-title strong {
  font-weight: 800;
}
.bio-product-info-adicional-v2__actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 0.75rem;
}
.bio-product-info-adicional-v2--text-dark .bio-product-info-adicional-v2__heading,
.bio-product-info-adicional-v2--text-dark .bio-product-info-adicional-v2__description,
.bio-product-info-adicional-v2--text-dark .bio-product-info-adicional-v2__infobox-subtitle,
.bio-product-info-adicional-v2--text-dark .bio-product-info-adicional-v2__infobox-title {
  color: #091725;
}
