/** Shopify CDN: Minification failed

Line 454:3 Expected "}" to go with "{"

**/


/* CSS from section stylesheet tags */
.weasy-accessories {
  background: #f0f2f2;
  padding: 80px 0;
}

.weasy-accessories-section {
    max-width: 1450px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
}
.comparison-container {
    position: relative;
  }

  .comparison-content {
    max-width: 1000px;
    display: flex;
    align-items: flex-start !important;
    column-gap: 10px;
  }

  .comparison-card {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 50%;
    min-height: 400px;
    border-radius: 12px;
    background: #fff;
  }

  table.comparison-table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
        background-color: #3F1751;
            border-radius: 15px;
  }

  .comparison-tr {
    background-color: #3F1751;
    height: 90px;
  }
  
  
  td.comparison-td-th:nth-child(odd) {
    text-align: left;
    border-top: 1px solid #F4F4F4 !important;
     background-color: #170734 !important;
    padding: 10px 32px;
  }

  .td-content {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
  }

  .td-span {
    line-height: 1.1;
  }

  .comparison-image {
    padding: 32px 32px 0 32px;
        >img{
        height: revert-layer !important;
    }
  }


  .comparison-title {
    padding: 0 32px;
  }

  .versus {
      position: absolute;
      top: 28%;
      left: 49%;
      transform: translate(-50%, -50%);
    }
    
  .versus img {
    width:100px;
 	height:100px
  }


  @media only screen and (max-width: 760px) {

    .comparison-header {
      align-items: flex-start;
      margin-bottom: 30px;
    }

    .comparison-title-header {
      font-size: 20px;
      text-align: left;
    }

    .comparison-subtitle-header {
      text-align: left;
    }

    .comparison-content {
      align-items: center;
    }

    .comparison-card {
      width: 100%;
    }

    .mobile-table {
      margin-top: 20px;
    }
    
    .comparison-tr {
      height: 140px;
    }

    .comparison-td-th {
      padding: 10px 10px;
    }

    .comparison-last-tr {
      height: 195px;
    }

    .comparison-image {
      padding: 32px 10px 0 10px;
    }

    .comparison-title {
      padding: 0 10px;
    }

    .versus {
      top: 10%;
    }

    .versus img {
    	width:95px;
    	height:95px
    }

    .img-position {
      object-position: 70% 50%;
    }

  }
#div1 {
      display: block;
  }

  .active-clean-it {
      border-left: 3px solid #1BA7A1;
      padding-left: 10px;
  }
#div1 {
        display: block; 
    }

    .active-how-to-install {
        border: 2px solid rgb(255, 253, 253) !important;
        color:rgb(147, 24, 218) !important;
        font-weight: 600 !important;
    }
.nutritional-info-link-container {
  margin-top: 15px; /* Ajuste conforme necessário */
}

.nutritional-info-trigger {
  color: #007bff; /* Cor do link - ajuste conforme seu tema */
  text-decoration: underline;
  cursor: pointer;
}

.nutritional-info-trigger:hover {
  color: #0056b3;
}

.nutritional-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex; /* Usado para centralizar, mas gerenciado por JS */
  align-items: center;
  justify-content: center;
  z-index: 1050; /* Garante que fique acima de outros conteúdos */
  visibility: hidden; /* Controlado por JS */
  opacity: 0; /* Controlado por JS */
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.nutritional-modal.active {
  visibility: visible;
  opacity: 1;
}

.nutritional-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fundo escurecido */
  cursor: pointer;
}

.nutritional-modal-content {
  position: relative;
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  z-index: 1051;
  max-width: 90%;
  max-height: 90vh; /* Altura máxima para evitar scroll da página */
  overflow-y: auto; /* Scroll dentro do modal se o conteúdo for grande */
  width: 600px; /* Largura padrão, ajuste conforme necessário */
}

@media (max-width: 768px) {
  .nutritional-modal-content {
    width: 90%;
    padding: 15px;
  }
}

.nutritional-modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  background: none;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.nutritional-modal-close:hover {
  color: #000;
}

.nutritional-modal-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
}

.nutritional-modal-tabs {
  display: flex;
  margin-bottom: 15px;
  border-bottom: 1px solid #dee2e6;
}

.nutritional-modal-tab {
  padding: 10px 15px;
  cursor: pointer;
  border: none;
  background-color: transparent;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px; /* Para alinhar com a borda inferior do container */
  font-size: 16px;
}

.nutritional-modal-tab:hover {
  border-bottom-color: #ddd;
}

.nutritional-modal-tab.active {
  font-weight: bold;
  border-bottom-color: #007bff; /* Cor da aba ativa */
  color: #007bff;
}

.nutritional-modal-images {
  /* Estilos para o container das imagens, se necessário */
}

.nutritional-modal-image-panel {
  display: none;
}

.nutritional-modal-image-panel.active {
  display: block;
  animation: fadeIn 0.3s ease-in-out;
}

.nutritional-modal-image-panel img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; /* Centraliza a imagem se ela for menor que o container */
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
img {
    object-fit: cover;
  }

  .weasy-custom-section-footer {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    width: 100%;
    padding: 20px 0;
  }

  .trainer-content {
    width: 100%;
  }

  .testimonial-selector {
    width: 110px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
  }

  #testimonail-1 {
    display: block;
  }

  #testimonail-2,
  #testimonail-3,
  #testimonail-4 {
    display: none;
  }

  .active-testimonial {
    border: 2px solid #1ba7a1;
  }

  @media only screen and (max-width: 1100px) {
    .weasy-custom-section-content {
      flex-direction: column-reverse;
      gap: 24px;
    }

    .weasy-custom-section-footer {
      justify-content: center;
    }
  }
img {
    object-fit: cover;
  }

  .weasy-custom-section-footer {
    display: flex;
    justify-content: flex-end;
    gap: 6px;
    width: 100%;
    padding: 20px 0;
  }

  .trainer-content {
    width: 100%;
  }

  .testimonial-selector {
    width: 110px;
    height: 70px;
    border-radius: 6px;
    overflow: hidden;
  }

  #testimonail-1 {
    display: block;
  }

  #testimonail-2,
  #testimonail-3,
  #testimonail-4 {
    display: none;
  }

  .active-testimonial {
    border: 2px solid #1ba7a1;
  }

  @media only screen and (max-width: 1100px) {
    .weasy-custom-section-content {
      flex-direction: column-reverse;
      gap: 24px;
    }

    .weasy-custom-section-footer {
      justify-content: center;
    }
  }
.video-faq-content {
    display: grid;
    grid-template-columns: auto auto auto auto;
    width: 100%;
    gap: 15px;
  }

  .video-faq-card {
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
    border-radius: 12px;
    gap: 15px;
    overflow: hidden;
    padding: 15px;
  }

  .hidden-video-faq {
    display: none;
  }

  @media only screen and (max-width: 1450px) {
    .video-faq-content {
      grid-template-columns: auto auto auto;
  }
  

  @media only screen and (max-width: 1087px) {
    .video-faq-content {
      grid-template-columns: auto auto;
  }
  
  @media only screen and (max-width: 760px) {

    .video-faq-content {
      grid-template-columns: auto;
    }

    .video-faq-card {
      width: 100%;
      height: auto;
    }
  }