.product-html-container {
  /*max-width: 70%;*/
  margin-left: auto;
  margin-right: auto;
}

.product-html-container .layout-container-second {
  width: 92%;
  border-radius: 30px;
  margin-top: 5rem;
  position: relative;
  margin-left: auto !important;
  margin-right: auto !important;
}

.product-html-container .features-section {
  margin-top: 70px;
  margin-bottom: 50px;
}

.product-html-container .layout-container-second .main-content-section-first {
  position: absolute;
  top: 20%;
  left: 10%;
  text-align: left;
  width: 40%;
}

.product-html-container .layout-container-second .main-content-section-first p {
  margin-top: 3%;
}

.product-html-container .layout-container-second .main-content-section-second {
  position: absolute;
  top: 65%;
  left: 10%;
  width: 80%;
  text-align: center;
}

.product-html-container .image-gallery-second {
  position: relative;
  display: flex;
  justify-content: space-evenly;
  gap: 2rem;
  width: 90%;
  margin-left: auto;
  margin-left: auto;
  margin-top: -5rem;
  height: auto;
}

.product-html-container .image-gallery-second .text-content {
  text-align: center;
}

.product-html-container .image-gallery-second .gallery-item {
  width: 100%;
}

.product-html-container .image-gallery-second .gallery-item img {
  width: 100%;
  margin: 10px auto;
}

.product-html-container .text-image-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  margin: 30px auto;
}

.product-html-container .text-image-section .content {
  flex: 1;
  margin-right: 20px;
}

.product-html-container .text-image-section .content h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

.product-html-container .text-image-section .content p {
  line-height: 1.2;
  margin-bottom: 10px;
}

.product-html-container .text-image-section .image {
  flex: 1.2;
  max-width: 50%;
}

.product-html-container .text-image-section .image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.product-html-container .text-image-section .advantage-item {
  background-color: #a32035;
  border-radius: 40px;
  padding: 20px 20px;
  width: 300px;
  margin-top: 30px;
}

.product-html-container .text-image-section .advantage-item p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.product-html-container .text-image-section .advantage-item .text-description a {
  text-decoration: none;
  text-align: center;
}

/* Estilos da nova sessão - Benefits Section */

.product-html-container .benefits-section {
  padding: 2rem 0;
  margin: 30px auto 70px auto;
}

.product-html-container .benefits-section .benefit-item {
  padding: 1rem;
}

.product-html-container .benefits-section .benefit-icon img {
  max-width: 50px;
  height: auto;
  margin-bottom: 1rem;
  margin-top: 1.8rem;
}

.product-html-container .benefits-section .benefit-title {
  font-family: UniSansBold;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.product-html-container .benefits-section .benefit-description {
  font-family: UniSansBook;
  font-size: 1rem;
}

.product-html-container .container-with-color {
  text-align: center;
  padding: 20px;
  background-color: #434343;
  color: #ffffff;
  border-radius: 20px;
  width: 90%;
  margin: 30px auto 70px auto;
}

.product-html-container .container-with-color .title {
  margin-bottom: 20px;
}

.product-html-container .container-with-color .filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.product-html-container .container-with-color .filter {
  flex: 1 1 1;
  max-width: 90%;
  margin: 20px auto;
}

.product-html-container .container-with-color .filter img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

/* Estilos para a sessão ideal-para */
.product-html-container .ideal-para-container {
  background-color: #757679;
  /* Fundo amarelo */
  padding: 50px 20px;
  text-align: center;
  border-radius: 0px;
}

.product-html-container .ideal-para-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.product-html-container .ideal-para-title {
  font-family: UniSansBold;
  font-size: 1.75rem;
  display: inline-block;
  margin-right: 10px;
  color: #ffff;
}

.product-html-container .ideal-para-line {
  flex-grow: 1;
  height: 1px;
  background-color: #ffff;
}

/* Usando Grid para organizar os ícones */
.product-html-container .icons-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  /* 5 colunas para desktop */
  gap: 15px;
  justify-items: center;
  align-items: center;
}

.product-html-container .icons-container .icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #ffff;
}

.product-html-container .icons-container .icon img {
  width: 70px;
  /* Tamanho dos ícones */
  height: 70px;
}

.product-html-container .icons-container .icon label {
  margin-top: 10px;
  font-size: 1.2rem;
}

.product-html-container .container-image-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  margin: 30px auto;
}

.product-html-container .container-image-button .content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.product-html-container .container-image-button .image-container {
  text-align: center;
  flex: 1 1 300px;
}

.product-html-container .container-image-button .image-container img {
  max-width: 80%;
  height: auto;
}

.product-html-container .container-image-button .text {
  margin-top: 10px;
}

.product-html-container .container-image-button .buttons {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.product-html-container .container-image-button .button {
  background-color: #d9d9d9;
  border: none;
  padding: 20px 20px;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
  font-weight: 900;
  color: #ffffff;
}

.product-html-container .container-image-button .button.active {
  background-color: #434343;
  color: #fff;
  outline: none;
}

.product-html-container .container-image-button-mobile .button-mobile.active {
  background-color: #434343;
  color: #fff;
  outline: none;
}

.product-html-container .content-component {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-bottom: 30px;
}

/* Título e Linha */
.product-html-container .content-component .header-section {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.product-html-container .content-component .text-container {
  margin-bottom: 1rem;
}

.product-html-container .content-component .text-container h2.product-html-description,
.product-html-container .content-component .text-container h2.product-html-title,
.product-html-container .content-component h2.product-html-description {
  text-transform: uppercase;
  margin: 15px 0 0 0;
  font-size: 2.2rem;
}

.product-html-container .content-component h2.product-html-description {
  margin-bottom: -15px;
}

.product-html-container .content-component .straight {
  flex-grow: 1;
  height: 1px;
  background-color: #000;
  margin-left: 10px;
  margin-top: 0;
}

.product-html-container .text-image-section.with-background {
  background-color: #757679;
  padding: 50px;
  padding-bottom: 5rem;
  padding-top: 100px;
  border-radius: 30px 30px 0 0;
}

.product-html-container #splide .splide__pagination {
  display: none !important;
}

.product-html-container #splide .splide__slide .card {
  padding: 20px;
  border: none;
}

.product-html-container #splide .splide__slide .card-title {
  font-size: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}

.product-html-container #splide .splide__slide .card-text {
  margin-left: auto;
  margin-right: auto;
}

.product-html-container #splide .splide__arrow:hover,
.product-html-container .splide__arrow:focus,
.product-html-container .splide__arrow:active {
  outline: none !important;
}

.product-html-container #splide .splide__slide:not(.is-active) .card-body {
  display: none;
  /* Esconde o texto das imagens laterais */
}

/*Splide only mobile 1*/
.product-html-container #splideMobile .splide__pagination {
  display: none !important;
}

.product-html-container #splideMobile .splide__slide .card {
  padding: 20px;
  border: none;
}

.product-html-container #splideMobile .splide__slide .card-title {
  font-size: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}

.product-html-container #splideMobile .splide__slide .card-text {
  margin-left: auto;
  margin-right: auto;
}

.product-html-container #splideMobile .splide__arrow:hover,
.product-html-container .splide__arrow:focus,
.product-html-container .splide__arrow:active {
  outline: none !important;
}

.product-html-container #splideMobile .splide__slide:not(.is-active) .card-body {
  display: none;
  /* Esconde o texto das imagens laterais */
}

/*Splide only Mobile 2*/
.product-html-container #splideMobile_2 .splide__pagination {
  display: none !important;
}

.product-html-container #splideMobile_2 .splide__slide .card {
  padding: 20px;
  border: none;
}

.product-html-container #splideMobile_2 .splide__slide .card-title {
  font-size: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}

.product-html-container #splideMobile_2 .splide__slide .card-text {
  margin-left: auto;
  margin-right: auto;
}

.product-html-container #splideMobile_2 .splide__arrow:hover,
.product-html-container .splide__arrow:focus,
.product-html-container .splide__arrow:active {
  outline: none !important;
}

.product-html-container #splideMobile_2 .splide__slide:not(.is-active) .card-body {
  display: none;
  /* Esconde o texto das imagens laterais */
}

/* Estilos para a seção de custo-benefício */
.product-html-container .section-cost-benefit {
  padding: 2rem 0;
  text-align: center;
}

/* Estilos para a imagem no desktop */
.product-html-container .cost-benefit-image {
  max-width: 100%;
  margin-bottom: 20px;
}

/* Estilos para o texto */
.product-html-container .cost-benefit-text {
  max-width: 65%;
}

.product-html-container .container-change-img {
  position: relative;
  overflow: hidden;
  max-width: 90%;
  height: 90%;
  margin: 0 auto;
  background-color: #ececec;
}

.product-html-container .carousel-container {
  max-width: 100%;
  margin: auto;
  margin-bottom: 60px;
  position: relative;
}

.product-html-container .carousel-item {
  display: none;

}

.product-html-container .carousel-item.active {
  display: block;
}



.product-html-container .carousel-caption-custom {
  position: absolute;
  bottom: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  background: #F2F2F2;
  padding: 10px 15px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #333;
  max-width: 100%;
  width: 90%;
}

.product-html-container .carousel-arrow {
  position: absolute;
  bottom: -1.5rem;
  background: #AAAAAA;
  opacity: 0.70;
  border: none;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  z-index: 10;
  display: flex;
  font-size: 1.5em;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none !important;
}

.product-html-container .carousel-arrow.left {
  left: -1%;
}

.product-html-container .carousel-arrow.right {
  right: -0.5%;
}

.product-html-container .ccontainer-carousel-arrow {
  position: relative;
}

.product-html-container .slider-container-dashed {
  margin: 40px auto;
  padding: 20px;
  border-radius: 8px;
  overflow: hidden;
}

.product-html-container .slider-container-dashed .slider-dashed {
  display: flex;
  transition: transform 0.5s ease;
  gap: 20px;
}

.product-html-container .slider-container-dashed .slide-dashed {
  min-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.product-html-container .slider-container-dashed .slide-dashed .slide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.product-html-container .slider-container-dashed .slide-dashed .text-block {
  flex: 1;
  padding: 20px;
}

.product-html-container .slider-container-dashed .slide-dashed .text-block h2 {
  font-weight: bold;
  margin-bottom: 15px;
}

.product-html-container .slider-container-dashed .slide-dashed .text-block p {
  color: #555;
}

.product-html-container .slider-container-dashed .slide-dashed .image-block {
  flex: 1;
}

.product-html-container .slider-container-dashed .slide-dashed .image-block img {
  width: 100%;
  border-radius: 12px;
}

/* Controles */
.product-html-container .slider-container-dashed .controls-dashed {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.product-html-container .slider-container-dashed .arrow-dashed {
  background: #F5F5F5;
  border: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 24px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  outline: none !important;
}

.product-html-container .slider-container-dashed .arrow-dashed:hover {
  background: #e0e0e0;
}

.product-html-container .slider-container-dashed .progress-dashed {
  display: flex;
  align-items: center;
  background: #F5F5F5;
  padding: 8px 20px;
  border-radius: 40px;
  gap: 8px;
}

.product-html-container .slider-container-dashed .progress-dashed span {
  width: 20px;
  height: 20px;
  background: #d9d9d9;
  border-radius: 50%;
}

.product-html-container .slider-container-dashed .progress-dashed span.active {
  background: #000;
}

/* ====== Angle Specs (grid de cards) ====== */
.product-html-container .angle-specs {
  margin-top: 20px;
}

.product-html-container .angle-specs-grid {

  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;/
}

.product-html-container .angle-card {
  display: flex;
  flex-direction: column;
  /* border: 2px solid #F4A11E;     
  border-radius: 12px; */
  overflow: hidden;
  /* background: #0f0f0f;            */
}

/* Topo cinza com quina preta diagonal */
.product-html-container .angle-illus {
  /* position: relative; */
  /* background:
    linear-gradient(-45deg, #0f0f0f 0 28%, transparent 28% 100%),
    #EDEDED; */
  aspect-ratio: 5 / 4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-html-container .angle-illus img {
  max-width: 100%;
  /* max-height: 70%; */
  object-fit: contain;
  display: block;
  /* filter: contrast(0) brightness(0) invert(1);  */
}

/* Faixa preta inferior com duas linhas */
.product-html-container .angle-info {
  background: #111;
  color: #fff;
  font-size: 12px;
  line-height: 1.35;
  padding: 10px 12px;
}

.product-html-container .angle-info strong {
  font-weight: 800;
}

/* ====== Responsivo ====== */
@media (max-width: 1024px) {
  .product-html-container .angle-specs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .product-html-container .angle-info {
    font-size: 11px;
    padding: 8px 10px;
  }

  .product-html-container .angle-illus {
    aspect-ratio: 6 / 5;
  }
}


/* Mobile */
@media (max-width: 768px) {
  .product-html-container .slider-container-dashed .slide-dashed .slide-content {
    flex-direction: column;
  }
}

@media (min-width: 1025px) {
  .product-html-container .product-section {
    margin-top: 10px;
  }

  .product-html-container .product-section .product-info .card-black-type {
    background-color: #000000;
    padding: 10px;
    color: #ffffff;
    border-radius: 10px;
    width: calc(40% - 10px);
    margin-top: -0.5rem;
    text-align: center;
  }

  .product-html-container .product-section .product-info h1 {
    margin-top: -0.7rem;
    font-size: 3vw;
  }

  .product-html-container .image-gallery.product-html-show-desktop,
  .product-html-container .image-gallery-second.product-html-show-desktop .custom-container.product-html-show-desktop,
  .product-html-container .container-image-button.product-html-show-desktop {
    display: flex;
  }

  .product-html-container .text-image-section .content {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .product-html-container .text-image-section .image {
    margin-left: 0.375rem;
    margin-right: 0.375rem;
  }

  .product-html-container .container-with-color .product-html-description {
    width: 70%;
  }

  .product-html-container .only-image.product-html-show-mobile {
    margin-top: 50px;
  }

  .product-html-container .only-image.product-html-show-desktop {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .product-html-container .only-image img {
    width: 100%;
  }

  .product-html-container .text-image-section.with-icon .content {
    flex: 1;
    max-width: 30%;
  }

  .product-html-container .text-image-section.with-icon .image {
    max-width: 60%;
  }

  .product-html-container .text-image-section .item-position-right {
    margin-left: 2rem;
  }

  .product-html-container .text-image-section.with-background {
    border-radius: 30px 30px 0 0;
    position: relative;
    height: 600px;
  }

  .product-html-container .text-image-section.with-background .content {
    max-width: 50%;
  }

  .product-html-container .text-image-section.with-background .image {
    position: absolute;
    top: 35%;
    left: 74%;
    transform: translate(-50%, -50%);
    width: 66%;
    max-width: 100%;
  }

  .product-html-container .text-image-section.with-background .image img {
    width: auto;
    height: 720px;
  }

  .product-html-container .ideal-desktop {
    margin-top: -10rem;
    position: relative;
    z-index: 2;
  }

  .product-html-container .text-image-section .content.img-bigger {
    margin-top: 10rem;
  }
}

@media (max-width: 1024px) {
  .product-html-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .product-html-container .image-gallery.product-html-show-desktop,
  .product-html-container .custom-container.product-html-show-desktop,
  .product-html-container .image-gallery-second.product-html-show-desktop,
  .product-html-container .container-image-button.product-html-show-desktop {
    display: none;
  }

  .product-html-container .product-section {
    margin-top: 20px;
  }

  .product-html-container .product-section .product-info h2.product-html-description {
    line-height: 0.5;
  }

  .product-html-container .product-section .product-info h1.product-html-title {
    line-height: 1;
    margin-top: 2px;
    font-size: 7vw;
  }

  .product-html-container .layout-container-second {
    width: 100%;
  }

  .product-html-container .layout-container-second .main-content-section-second {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    text-align: center;
  }

  .product-html-container .slider-container-second {
    margin-top: -18%;
  }

  .product-html-container .slider-container-second .splide__track .card {
    background-color: transparent;
  }

  .product-html-container .text-image-section {
    flex-direction: column-reverse;
    text-align: center;
  }

  .product-html-container .text-image-section .content {
    margin: 20px 0;
    text-align: left;
  }

  .product-html-container .text-image-section .image {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .product-html-container .text-image-section.mg-in-mobile {
    margin-top: -6rem;
  }

  .product-html-container .text-image-section.align-center-mobile .advantages-icons .advantage-item {
    margin: 20px auto;
  }

  .product-html-container .benefits-section .benefit-item {
    display: flex;
    flex-direction: column;
  }

  .product-html-container .benefits-section img {
    width: 100%;
  }

  .product-html-container .container-with-color {
    width: 100%;
  }

  .product-html-container .container-with-color .product-html-description {
    width: 90%;
  }

  .product-html-container .icons-container {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto;
    gap: 10px;
    margin: 0 auto;
    justify-items: center;
    align-content: center;
    text-align: center;
    width: 100%;

    /* 3 colunas para mobile */
  }

  .product-html-container .icons-second-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-html-container .icons-container .icon img {
    width: 60px;
    /* Tamanho menor para os ícones no mobile */
    height: 60px;
  }

  .product-html-container .ideal-para-title-container {
    color: #ffff;
  }

  .product-html-container .ideal-para-container {
    border-radius: 0;
  }

  .product-html-container .container-image-button-mobile {
    text-align: center;
    padding: 20px;
    width: 90%;
    margin: 30px auto 30px auto;
  }

  .product-html-container .container-image-button-mobile .image-container img {
    max-width: 80%;
    height: auto;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .container-image-button-mobile .text {
    margin-bottom: 20px;
  }

  .product-html-container .container-image-button-mobile .buttons-mobile {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
  }

  .product-html-container .container-image-button-mobile .button-mobile {
    background-color: #d9d9d9;
    border: none;
    padding: 10px 20px;
    border-radius: 45px;
    cursor: pointer;
    flex: 1 1 calc(50% - 10px);
    text-align: center;
    transition: background-color 0.3s;
    font-weight: 900;
    color: #ffffff;
    height: 71px;
  }

  .product-html-container .container-image-button-mobile .bold {
    font-weight: 900;
    letter-spacing: 1px;
  }

  .product-html-container .only-image.product-html-show-mobile {
    width: 100%;
    margin-top: -3.2rem;
    position: relative;
    z-index: 2;
  }

  .product-html-container .only-image.product-html-show-mobile img {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .product-html-container .text-image-section.with-background {
    width: 100%;
    max-width: 100%;
  }

  .product-html-container .text-image-section.with-background .content {
    text-align: left;
  }

  .product-html-container .text-image-section.with-icon .content {
    text-align: center;
  }

  .product-html-container .benefits-section {
    padding: 0;
    margin: -30px auto 20px auto;
  }

  .product-html-container .product-section .product-info .card-black-type {
    background-color: #000000;
    padding: 5px;
    color: #ffffff;
    border-radius: 10px;
    width: calc(50% - 10px);
    margin-top: -0.5rem;
    text-align: center;
    margin-left: 10rem;
  }

  .product-html-container .text-image-section.with-background {
    padding-bottom: 0px;
  }

  .product-html-container .product-html-container .features-section {
    margin-bottom: 20px;
  }

  .product-html-container #splide .splide__arrow--prev {
    display: none;
  }

  .product-html-container #splide .splide__arrow--next {
    display: none;
  }

  .product-html-container #splide .splide__slide:not(.is-active) .card-body {
    display: none;
    /* Esconde o texto das imagens laterais */
  }

  .product-html-container #splide .splide__slide.is-active .card-body {
    display: block;
    /* Mostra o texto apenas do slide ativo */
  }

  .product-html-container #splide .splide__slide:not(.is-active) img {
    width: 100%;
    /*margin-top: 3rem;*/
  }

  /* Centralizar o slide ativo */
  .product-html-container #splide .splide__slide:not(.is-active) {
    opacity: 0.5;
    /* Deixa os slides laterais sem destaque */
    transition: opacity 0.3s ease;
    width: 50%;
  }

  .product-html-container #splide .splide__slide.is-active {
    opacity: 1;
    /* Realça o slide ativo 
              margin-left: 1rem;*/
  }

  .product-html-container #splide .splide__slide img {
    max-width: 100%;
    /* Limita o tamanho da imagem */
    margin: 0 auto;
  }

  .product-html-container #splide .splide__slide .card {
    padding: 0px;
    width: 105%;
  }

  .product-html-container #splide .splide__slide.is-active .card-body {
    width: 120%;
    margin: 0 0 0 -25px;
    padding: 10px 0 0 0;
  }

  /*only mobile 1*/

  .product-html-container #splideMobile .splide__arrow--prev {
    display: none;
  }

  .product-html-container #splideMobile .splide__arrow--next {
    display: none;
  }

  .product-html-container #splideMobile .splide__slide:not(.is-active) .card-body {
    display: none;
    /* Esconde o texto das imagens laterais */
  }

  .product-html-container #splideMobile .splide__slide.is-active .card-body {
    display: block;
    /* Mostra o texto apenas do slide ativo */
  }

  .product-html-container #splideMobile .splide__slide:not(.is-active) img {
    width: 100%;
    /*margin-top: 3rem;*/
  }

  /* Centralizar o slide ativo */
  .product-html-container #splideMobile .splide__slide:not(.is-active) {
    opacity: 0.5;
    /* Deixa os slides laterais sem destaque */
    transition: opacity 0.3s ease;
    width: 50%;
  }

  .product-html-container #splideMobile .splide__slide.is-active {
    opacity: 1;
    /* Realça o slide ativo 
              margin-left: 1rem;*/
  }

  .product-html-container #splideMobile .splide__slide img {
    max-width: 100%;
    /* Limita o tamanho da imagem */
    margin: 0 auto;
  }

  /* .product-html-container #splideMobile .splide__slide .card {
    padding: 0px;
    width: 105%;
  } */

  .product-html-container #splideMobile .splide__slide.is-active .card-body {
    width: 120%;
    margin: 0 0 0 -25px;
    padding: 10px 0 0 0;
  }

  /*only mobile 2*/

  .product-html-container #splideMobile_2 .splide__arrow--prev {
    display: none;
  }

  .product-html-container #splideMobile_2 .splide__arrow--next {
    display: none;
  }

  .product-html-container #splideMobile_2 .splide__slide:not(.is-active) .card-body {
    display: none;
    /* Esconde o texto das imagens laterais */
  }

  .product-html-container #splideMobile_2 .splide__slide.is-active .card-body {
    display: block;
    /* Mostra o texto apenas do slide ativo */
  }

  .product-html-container #splideMobile_2 .splide__slide:not(.is-active) img {
    width: 100%;
    /*margin-top: 3rem;*/
  }

  /* Centralizar o slide ativo */
  .product-html-container #splideMobile_2 .splide__slide:not(.is-active) {
    opacity: 0.5;
    /* Deixa os slides laterais sem destaque */
    transition: opacity 0.3s ease;
    width: 50%;
  }

  .product-html-container #splideMobile_2 .splide__slide.is-active {
    opacity: 1;
    /* Realça o slide ativo 
              margin-left: 1rem;*/
  }

  .product-html-container #splideMobile_2 .splide__slide img {
    max-width: 100%;
    /* Limita o tamanho da imagem */
    margin: 0 auto;
  }

  /* .product-html-container #plideMobile_2 .splide__slide .card {
    padding: 0px;
    width: 105%;
  } */

  .product-html-container #splideMobile_2 .splide__slide.is-active .card-body {
    width: 120%;
    margin: 0 0 0 -25px;
    padding: 10px 0 0 0;
  }

  .product-html-container .cost-benefit-text {
    max-width: 90%;
  }

  .product-html-container .cost-benefit-text {
    max-width: 90%;
  }
}

@media (max-width: 600px) {
  .product-html-container .filters {
    flex-direction: column;
    gap: 10px;

    align-items: center;
  }

  .product-html-container .filter {
    max-width: none;
  }

  .product-html-container .product-section .product-info .card-black-type {
    padding: 5x 5px;
    margin-left: 4rem;
    width: calc(54% - 10px);
  }

  .product-html-container .content-component .text-container h2.product-html-description,
  .product-html-container .content-component .text-container h2.product-html-title,
  .product-html-container .content-component h2.product-html-description {
    font-size: 1.3rem;
  }

  .product-html-container .content-component .header-section {
    margin-top: -1rem;
  }


}

.product-html-container .ws-cap-section {
  padding: 10px 0 18px;
}

/* TÍTULO + linha que vai até a lateral direita */
.product-html-container .ws-cap-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.product-html-container .ws-cap-title {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: .01em;
}

.product-html-container .ws-cap-header::after{
  content: "";
  flex: 1 1;                  /* cresce até a borda direita do container */
  height: 1px;
  background: #8F8F8F;
  transform: translateY(.35em);    /* desce um pouquinho p/ ficar "debaixo" do título */
}

/* GRID – desktop 3 colunas */
.product-html-container .ws-cap-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

/* Cabeçalho escuro */
.product-html-container .ws-cap-card-head {
  background: #3C3C3C;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 12px 12px 0 0;
  padding: 10px 18px;
  width: 160px;
  text-align: center;
  letter-spacing: .02em;
}

/* Corpo branco com borda arredondada */
.product-html-container .ws-cap-card-body {
  width:100%;
  height: auto;
  background: #fff;
  border-top: none;
  border-radius: 0 0 12px 12px;
  display: grid;
  place-items: center;
  margin-top: 25px;
}

.product-html-container .ws-cap-icon {
  width: 60%;

  object-fit: contain;
}

/* Medida */
.product-html-container .ws-cap-card-mm {
  margin-top: 8px;
  font-weight: 800;
  color: #3C3C3C;
}

/* ============== RESPONSIVO (mobile) ============== */
@media (max-width: 1024px) {

  /* título maior como no mock mobile */
  .product-html-container .ws-cap-title {
    font-size: 1.6rem;
  }

  /* cards empilhados (1 por linha) */
  .product-html-container .ws-cap-grid {
    gap: 5px;
  }

  /* carta um pouco maior no mobile do mock */
  .product-html-container .ws-cap-card-head,
  .product-html-container .ws-cap-card-body {
    width: 100%;
  }

  .product-html-container .ws-cap-card-body {
    width: 100%;
  }

  .product-html-container .ws-cap-icon {
    width: 60%;
  }
}