.sandbox-product .content-component .straight {
  background-color: #000000;
  height: 1px;
  margin-left: 10px;
  margin-top: 73px;
}

/* Estilos da nova sessão - Advantages Section */
.sandbox-product .advantages-section {
  margin-bottom: 5rem;
  margin-top: -10rem;
}

.sandbox-product .advantages-section .advantages-image img {
  width: 100%;
  height: auto;
}

.sandbox-product .advantages-section .advantage-item {
  background-color: #A32035;
  border-radius: 40px;
  padding: 20px 20px;
  width: 300px;
}

.sandbox-product .advantages-section .advantage-item p {
  font-size: 1.2rem;
  margin-bottom: 0;
}

.sandbox-product .advantages-section .advantage-item .text-description a {
  text-decoration: none;
  text-align: center;
}

.sandbox-product #splide {
  margin-bottom: 5rem;
}

.sandbox-product #splide .splide__pagination {
  display: none !important;
}

.sandbox-product #splide .splide__slide .card {
  padding: 20px;
  border: none;
}

.sandbox-product #splide .splide__slide .card-title {
  font-size: 1.2rem;
  margin-left: auto;
  margin-right: auto;
}

.sandbox-product #splide .splide__slide .card-text {
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.sandbox-product #splide .splide__arrow:hover,
.sandbox-product .splide__arrow:focus,
.sandbox-product .splide__arrow:active {
  outline: none !important;
}

.sandbox-product #splide .splide__slide:not(.is-active) .card-body {
  display: none;
  /* Esconde o texto das imagens laterais */
}

.sandbox-product #splide .splide__arrow--prev {
  display: none;
}

.sandbox-product #splide .splide__arrow--next {
  display: none;
}

.sandbox-product #splide .splide__slide:not(.is-active) .card-body {
  display: none;
  /* Esconde o texto das imagens laterais */
}

.sandbox-product #splide .splide__slide.is-active .card-body {
  display: block;
  /* Mostra o texto apenas do slide ativo */
}

.sandbox-product #splide .splide__slide:not(.is-active) img {
  width: 70%;
  margin-top: 3rem;
}

/* Centralizar o slide ativo */
.sandbox-product #splide .splide__slide:not(.is-active) {
  opacity: 0.5;
  /* Deixa os slides laterais sem destaque */
  transition: opacity 0.3s ease;
  width: 50%;
}

.sandbox-product #splide .splide__slide.is-active {
  opacity: 1;
  /* Realça o slide ativo 
  margin-left: 1rem;*/
}

.sandbox-product #splide .splide__slide img {
  max-width: 100%;
  /* Limita o tamanho da imagem */
  margin: 0 auto;
}

.sandbox-product #splide .splide__slide .card {
  padding: 0px;
  width: 100%;
}

.sandbox-product #splide .splide__slide.is-active .card-body {
  width: 120%;
  margin: 0 0 0 -25px;
  padding: 10px 0 0 0;
}

@media (min-width: 1025px) {

  .sandbox-product .features-section {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .sandbox-product .features-section .show-desktop,
  .sandbox-product .image-gallery.show-desktop,
  .sandbox-product .water-saving-section .show-desktop,
  .sandbox-product .moedor-container.show-desktop,
  .sandbox-product .advantages-section .show-desktop {
    display: flex;
  }

  .sandbox-product .advantages-section {
    margin-top: -12rem;
  }

  .sandbox-product .water-saving-section {
    margin-top: 5rem;
  }

  .sandbox-product .section-floating {
    margin-top: -7rem;
  }

  .sandbox-product #splide .splide__slide .card-text {
    width: 70%;
  }

  .sandbox-product #splide .splide__slide .card-body .description {
    font-size: 1.5rem;
  }

}

@media (min-width: 1500px) {

  .sandbox-product .section-floating .title {
    font-size: 2rem;
  }

  .sandbox-product .section-floating .description {
    font-size: 1.5rem;
  }
}

@media (max-width: 1024px) {
  .sandbox-product .content-component .straight {
    margin-top: 73px;
    margin-left: 10px;
  }

  .sandbox-product .advantages-section {
    margin-top: 5rem;
  }

  .sandbox-product .water-saving-section {
    margin-top: 5rem;
  }

  .sandbox-product .timer-mobile img {
    margin: auto;
  }
}

@media (max-width: 768px) {
  .sandbox-product .section-floating .title {
    font-size: 1.3rem;
  }

  .sandbox-product .section-floating .description {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .sandbox-product .section-floating .title {
    font-size: 1.1rem;
  }

  .sandbox-product .section-floating .description {
    font-size: 0.8rem;
  }
}