/*!***********************************************************************************************************************************************************************!*\
  !*** 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-testimonials/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-testimonials {
  overflow: hidden;
}
.bio-product-testimonials__container {
  max-width: 65.875rem;
  margin: 0 auto;
  padding: 2.625rem 0;
}
@media (min-width: 768px) {
  .bio-product-testimonials__container {
    padding: 0;
  }
}
.bio-product-testimonials__wrapper {
  width: 100%;
}
.bio-product-testimonials__header {
  text-align: center;
  margin-bottom: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 1.5rem;
}
@media (min-width: 768px) {
  .bio-product-testimonials__header {
    padding: 0;
    margin-bottom: 2.625rem;
  }
}
.bio-product-testimonials__title {
  color: #383227;
  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-testimonials__title {
    font-size: 2.75rem;
    line-height: 3.125rem;
    letter-spacing: -0.022rem;
  }
}
.bio-product-testimonials__title strong {
  font-weight: 800;
}
.bio-product-testimonials__title img {
  width: 2rem !important;
  height: 2rem !important;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
}
@media (min-width: 768px) {
  .bio-product-testimonials__title img {
    height: 2.5rem !important;
    width: auto !important;
  }
}
.bio-product-testimonials__subtitle {
  color: #383227;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.5rem;
}
.bio-product-testimonials__slider .swiper {
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .bio-product-testimonials__slider .swiper {
    padding: 0;
  }
}
.bio-product-testimonials__slider .swiper-slide {
  height: auto;
}
.bio-product-testimonials__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}
.bio-product-testimonials__avatar {
  width: 11.5625rem;
  height: 6.25rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.bio-product-testimonials__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bio-product-testimonials__quote {
  margin-bottom: 0.75rem;
}
.bio-product-testimonials__quote svg {
  width: 2rem;
  height: auto;
}
@media (min-width: 768px) {
  .bio-product-testimonials__quote svg {
    width: auto;
  }
}
.bio-product-testimonials__quote svg path {
  fill: #AFC808;
}
.bio-product-testimonials__author {
  color: #383227;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.625rem;
  letter-spacing: -0.01rem;
  margin-bottom: 0.75rem;
}
@media (min-width: 768px) {
  .bio-product-testimonials__author {
    font-size: 1.375rem;
    line-height: 1.75rem;
    letter-spacing: -0.011rem;
  }
}
.bio-product-testimonials__text {
  color: #383227;
  font-size: 1rem;
  font-style: normal;
  font-weight: 450;
  line-height: 1.3125rem;
  margin: 0;
}
@media (min-width: 768px) {
  .bio-product-testimonials__text {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.bio-product-testimonials__navigation {
  display: flex;
  gap: 1.125rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .bio-product-testimonials__navigation {
    margin-top: 2.625rem;
  }
}
.bio-product-testimonials__nav-button {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.bio-product-testimonials__nav-button.swiper-button-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.bio-product-testimonials__nav-button svg {
  width: 1.5rem;
  height: 1.5rem;
}
.bio-product-testimonials__pagination {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.bio-product-testimonials__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-testimonials__pagination .swiper-pagination-bullet-active {
  background-color: #F8B735;
  width: 1.5rem;
  border-radius: 0.25rem;
}
.bio-product-testimonials--full {
  width: 100%;
}
.bio-product-testimonials--wide {
  max-width: 87.5rem;
  margin: 0 auto;
}
.bio-product-testimonials__empty {
  padding: 2.5rem;
  text-align: center;
  background: #f9f9f9;
  border-radius: 0.5rem;
  margin: 1.5rem;
}
.bio-product-testimonials__empty p {
  color: #999;
  margin: 0;
}
