.elementor-kit-23{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-kadence1:#049f82;--e-global-color-kadence2:#008f72;--e-global-color-kadence3:#222222;--e-global-color-kadence4:#353535;--e-global-color-kadence5:#454545;--e-global-color-kadence6:#676767;--e-global-color-kadence7:#eeeeee;--e-global-color-kadence8:#f7f7f7;--e-global-color-kadence9:#ffffff;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-23.el-is-editing{--global-palette1:#049f82;--global-palette2:#008f72;--global-palette3:#222222;--global-palette4:#353535;--global-palette5:#454545;--global-palette6:#676767;--global-palette7:#eeeeee;--global-palette8:#f7f7f7;--global-palette9:#ffffff;}.elementor-kit-23 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:700px;}.e-con{--container-max-width:700px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Estilo geral do widget de comparação */
.jet-compare-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

/* Tamanho e espaçamento */
.jet-compare-table th,
.jet-compare-table td {
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  vertical-align: middle;
  text-align: center;
}

/* Cabeçalho da tabela */
.jet-compare-table thead th {
  background-color: #f7f7f7;
  font-weight: bold;
  color: #222;
}

/* Linhas alternadas */
.jet-compare-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

/* Ajuste de imagens no comparativo */
.jet-compare-table .jet-compare-table__thumbnail img {
  width: 100%;
  max-width: 160px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 6px;
  display: block;
  margin: 0 auto;
}

/* Ajuste dos títulos dos produtos */
.jet-compare-table .jet-compare-table__title {
  font-weight: 600;
  font-size: 15px;
  color: #333;
}

/* Reduz colunas grandes */
.jet-compare-table tr > * {
  max-width: 180px;
  word-break: break-word;
}

/* Estilo do botão "Adicionar ao carrinho" (sem cor) */
.jet-compare-table a.button,
.jet-compare-table .button {
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  min-width: 140px;
  text-align: center;
  box-sizing: border-box;
}

.jet-compare-table a.button:hover,
.jet-compare-table .button:hover {
  background-color: #27ae60 !important;
}

/* Responsivo para telas menores */
@media (max-width: 768px) {
  .jet-compare-table {
    font-size: 12px;
  }

  .jet-compare-table th,
  .jet-compare-table td {
    padding: 8px;
  }

  .jet-compare-table .jet-compare-table__thumbnail img {
    max-width: 100px;
  }
}/* End custom CSS */