.product-strength {
  margin-block: clamp(38px, 7.4193548387vw, 115px);
  position: relative;
}

.product-strength__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(20px, 2.064516129vw, 32px);
}

.product-strength__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  margin-bottom: 30px;
}

.product-strength__eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-6e7294);
}

.product-strength__slider {
  overflow: visible;
  width: min(100%, 1398px);
  margin-inline: auto;
}

.product-strength__title {
  margin-bottom: clamp(13px, 1.935483871vw, 30px);
}

.product-strength__gallery {
  padding-bottom: 12px;
  -webkit-padding-start: 8px;
          padding-inline-start: 8px;
  will-change: transform;
}

.product-strength__gallery::-webkit-scrollbar {
  display: none;
}

.product-strength__card {
  width: clamp(223px, 29.0322580645vw, 450px);
  height: clamp(223px, 29.0322580645vw, 450px);
  border-radius: 50%;
  background: var(--c-white);
  -webkit-box-shadow: 0px 4.96px 39.65px 0px rgba(30, 38, 66, 0.08);
          box-shadow: 0px 4.96px 39.65px 0px rgba(30, 38, 66, 0.08);
  border: 0.5px solid rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  color: inherit;
  position: relative;
  overflow: visible;
  -webkit-transition: border 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: border 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border 0.28s ease;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border 0.28s ease, -webkit-transform 0.28s ease, -webkit-box-shadow 0.28s ease;
}

.product-strength__bubble {
  width: clamp(208px, 27.0967741935vw, 420px);
  height: clamp(208px, 27.0967741935vw, 420px);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: -50px;
}

.product-strength__bubble::before {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 70px;
  width: clamp(139px, 18.1935483871vw, 282px);
  height: clamp(97px, 12.7096774194vw, 197px);
  -webkit-transform: rotate(3.82deg);
      -ms-transform: rotate(3.82deg);
          transform: rotate(3.82deg);
  background-color: rgb(15, 28, 44);
  -webkit-filter: blur(80px);
          filter: blur(80px);
  border-radius: 19%;
  z-index: -1;
  pointer-events: none;
}

.product-strength__bubble img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.product-strength__content {
  position: relative;
  top: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  will-change: transform;
}

.product-strength__type {
  font-weight: 600;
  font-size: clamp(10px, 1.1612903226vw, 18px);
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--c-black) 0;
}

.product-strength__dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-strength__dot {
  width: clamp(9px, 1.1612903226vw, 18px);
  height: clamp(9px, 1.1612903226vw, 18px);
  border-radius: 50%;
  background: transparent;
  border: 1px solid var(--c-58595f);
}

.product-strength__dot.is-active {
  background: var(--c-58595f);
}

@media (min-width: 576px) {
  .product-strength__card:focus-visible,
  .product-strength__card:hover {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 2;
  }

  .product-strength__card:focus-visible .product-strength__content,
  .product-strength__card:hover .product-strength__content {
    -webkit-transform: scale(0.855) translateY(-33px);
        -ms-transform: scale(0.855) translateY(-33px);
            transform: scale(0.855) translateY(-33px);
  }
}

@media (min-width: 768px) {
  .product-strength__gallery {
    padding-bottom: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}

@media (max-width: 991px) {
  .product-strength__bubble {
    top: -30px;
  }

  .product-strength__content {
    top: -30px;
  }
}
@supports (appearance:none){

}

 @media (min-width: 576px){

@supports (appearance:none){

}

}

 @media (min-width: 768px){

@supports (appearance:none){

}

}

 @media (max-width: 991px){

@supports (appearance:none){

}

}
