.elementor-399 .elementor-element.elementor-element-91a29b2{--display:flex;}.elementor-399 .elementor-element.elementor-element-72792b1{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 50px) 0px;}/* Start custom CSS for html, class: .elementor-element-0af5b82 *//* CONTAINER PADRÃO (MESMO DO SITE) */
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* BLOCO DO TÍTULO */
.tlux-head {
  margin: clamp(40px, 6vw, 80px) 0 clamp(20px, 3vw, 40px);
}

/* TÍTULO PRINCIPAL */
.tlux-head h2 {
  font-size: clamp(26px, 3.5vw, 42px);
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 12px 0;
  color: #111;
}

/* DESCRIÇÃO */
.tlux-head p {
  font-size: clamp(14px, 1.4vw, 18px);
  line-height: 1.6;
  color: #6B6B6B;
  margin: 0;
  max-width: 800px;
}

/* MOBILE AJUSTE FINO */
@media (max-width: 767px) {
  .tlux-head h2 {
    font-size: clamp(22px, 6vw, 28px);
    line-height: 1.2;
  }

  .tlux-head p {
    font-size: 14px;
    line-height: 1.5;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-72792b1 */.tlux-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.tlux-filtros {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
  align-items: flex-end;
}

.tlux-filtro-col {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tlux-label {
  display: block;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #6f6f6f;
}

#filtro-categoria,
#busca-produto {
  width: 100%;
  height: 54px;
  border: 1px solid #d9d9d9;
  border-radius: 999px;
  background: #fff;
  padding: 0 18px;
  font-size: 16px;
  color: #222;
  outline: none;
  box-shadow: none;
}

#busca-produto::placeholder {
  color: #a4a4a4;
}

.tlux-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}

.tlux-card {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tlux-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.06);
  border-color: #ff5a1f;
}

.tlux-card__image-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 184px;
  background: #fafafa;
  padding: 20px;
  text-decoration: none;
}

.tlux-card__image-wrap img {
  max-width: 100%;
  max-height: 140px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: grayscale(100%);
  transition: filter 0.25s ease;
}

.tlux-card:hover .tlux-card__image-wrap img {
  filter: grayscale(0%);
}

.tlux-card__content {
  padding: 14px 14px 16px;
}

.tlux-card__cat {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #f3f3f3;
  color: #7d7d7d;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.tlux-card__title {
  margin: 0 0 8px;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.tlux-card__title a {
  color: #111;
  text-decoration: none;
}

.tlux-card__desc {
  min-height: 42px;
  margin-bottom: 12px;
  color: #6d6d6d;
  font-size: 14px;
  line-height: 1.45;
}

.tlux-card__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ff5a1f;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.tlux-card__button:hover {
  color: #e24c15;
}

.tlux-loading,
.tlux-empty {
  padding: 30px 0;
  text-align: center;
  color: #666;
  font-size: 15px;
}

@media (max-width: 1024px) {
  .tlux-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .tlux-wrapper {
    padding: 0 10px;
  }

  .tlux-filtros {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 18px;
    align-items: stretch;
  }

  .tlux-filtro-col {
    width: 100%;
  }

  .tlux-label {
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 1.6px;
  }

  #filtro-categoria,
  #busca-produto {
    height: 50px;
    font-size: 15px;
    padding: 0 16px;
  }

  .tlux-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .tlux-card {
    width: 100%;
    border-radius: 16px;
  }

  .tlux-card__image-wrap {
    height: 250px;
    padding: 24px 20px;
  }

  .tlux-card__image-wrap img {
    max-height: 180px;
  }

  .tlux-card__content {
    padding: 16px 16px 18px;
  }

  .tlux-card__cat {
    font-size: 11px;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
  }

  .tlux-card__title {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  .tlux-card__desc {
    font-size: 14px;
    line-height: 1.45;
    min-height: auto;
    margin-bottom: 12px;
  }

  .tlux-card__button {
    font-size: 15px;
  }
}/* End custom CSS */