.elementor-195 .elementor-element.elementor-element-8ed5f4e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-2aaf9d1 */.promo-info {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 20px auto;
}

.price-old {
    font-size: 15px; /* antes ~14px */
    text-decoration: line-through;
    color: #000;
}

.price--new {
    font-size: 19px; /* aumento leve */
    font-weight: bold;
    color: red;
}
/* BLOCO GERAL DO FORMULÁRIO */
.best-form {
    background: #b9d9e6;
    padding: 40px 20px;
    border-radius: 12px;
}

.best-form .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    max-width: 900px;
    margin: 0 auto;
}

/* PRODUTO */
.best-form .product img {
    max-width: 260px;
}

/* ÁREA DO FORMULÁRIO */
.best-form .order {
    background: transparent;
    max-width: 360px;
    width: 100%;
}

/* PREÇOS */
.price-wrap {
    text-align: right;
    margin-bottom: 16px;
}

.price {
    font-size: 14px;
    color: #000;
}

.price-old {
    text-decoration: line-through;
    color: #000;
}

.price--new {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

/* INPUTS */
.input-wrapper {
    margin-bottom: 12px;
}

.input-wrapper input,
.input-wrapper select {
    width: 100%;
    padding: 12px 14px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
}

/* BOTÃO */
.button-submit {
    width: 100%;
    background: linear-gradient(to bottom, #2bc400, #1e9b00);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 14px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    animation: pulse 1.5s infinite;
}

/* TEXTO DO BOTÃO */
.button-submit-text {
    color: #fff;
}

/* ÍCONE DE ENTREGA */
.nw {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    font-size: 13px;
    color: #333;
}

/* ANIMAÇÃO DE PULSO (BOTÃO) */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(43, 196, 0, 0.7);
    }
    70% {
        box-shadow: 0 0 0 14px rgba(43, 196, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(43, 196, 0, 0);
    }
}

/* RESPONSIVO */
@media (max-width: 768px) {
    .best-form .wrap {
        flex-direction: column;
        text-align: center;
    }

    .price-wrap {
        text-align: center;
    }
}
.promo-info {
    text-align: center;
    background: #f6fff9;
    border: 1px solid #cfeedd;
    border-radius: 10px;
    padding: 16px;
    margin-bottom: 24px;
}

.promo-title {
    color: #1aa36f;
    font-size: 20px;
    margin-bottom: 6px;
}

.promo-text {
    font-size: 14px;
    color: #333;
    margin: 0;
}
.comments-section {
    max-width: 700px;
    margin: 40px auto;
    font-family: Arial, sans-serif;
}

.comments-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
}

.comments-show-all {
    font-size: 14px;
    text-decoration: none;
    color: #1877f2;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* Comentário individual */
.comment {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

/* Avatar */
.comment-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

/* Corpo do comentário */
.comment-body {
    background: #f0f2f5;
    border-radius: 12px;
    padding: 10px 14px;
    width: 100%;
}

/* Nome */
.comment-author {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 4px;
}

/* Texto */
.comment-text {
    font-size: 14px;
    margin: 0 0 6px 0;
}

/* Imagem no comentário */
.comment-image {
    width: 100%;
    max-width: 420px;
    border-radius: 8px;
    margin-top: 8px;
}

/* Rodapé */
.comment-footer {
    display: flex;
    gap: 16px;
    font-size: 13px;
    margin-top: 6px;
}

.comment-footer a {
    text-decoration: none;
    color: #65676b;
}
.tag-pill {
    display: inline-block;
    padding: 6px 12px;
    margin: 4px 4px 4px 0;
    font-size: 14px;
    font-weight: 500;
    color: #1aa36f;          /* VERDE da hashtag */
    background-color: #e9f7f1; /* Fundo verde claro */
    border-radius: 8px;
    text-decoration: none;
    cursor: default;
}
.mini-order-form {
    max-width: 320px;
    background: #f6fff9;
    border: 1px solid #cfeedd;
    border-radius: 12px;
    padding: 16px;
    margin-top: 12px;
}

.mini-price {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.mini-price .old {
    font-size: 13px;
    text-decoration: line-through;
    color: #555;
}

.mini-price .new {
    font-size: 18px;
    font-weight: bold;
    color: red;
}

.mini-form select,
.mini-form input {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 8px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 14px;
}

.mini-btn {
    width: 100%;
    background: linear-gradient(to bottom, #2bc400, #1e9b00);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    animation: pulse 1.5s infinite;
}

/* Reaproveita a animação */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(43,196,0,0.6); }
    70% { box-shadow: 0 0 0 12px rgba(43,196,0,0); }
    100% { box-shadow: 0 0 0 0 rgba(43,196,0,0); }
}
.hu-footer__badges{
  display:flex;
  align-items:center;
  gap:12px;
  margin-top:8px;
  flex-wrap:wrap;
}

.hu-footer__flag{
  width:56px;
  height:40px;
  border-radius:6px;
  border:1px solid rgba(0,0,0,.10);
  object-fit:cover;
  display:block;
}

.hu-footer__badge{
  height:40px;
  width:auto;
  display:block;
  object-fit:contain;
  filter:drop-shadow(0 2px 6px rgba(0,0,0,.15));
}

.hu-footer__min{
  margin-top:10px;
  font-size:12px;
  color:rgba(0,0,0,.62);
}
/* ====== FORCE CENTER FOOTER (Astra/Elementor-proof) ====== */

/* 1) garante que o footer não fique full-width sem miolo */
.hu-footer{
  width: 100% !important;
}

/* 2) este é o ponto crítico: centraliza qualquer conteúdo direto do footer */
.hu-footer > *{
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  box-sizing: border-box !important;
}

/* 3) se você já usa wrap/grid, reforça também */
.hu-footer__wrap{
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 22px 28px !important;
  box-sizing: border-box !important;
}

.hu-footer__grid{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 26px !important;
  align-items: start !important;
}

@media (max-width: 980px){
  .hu-footer__grid{
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 520px){
  .hu-footer__grid{
    grid-template-columns: 1fr !important;
  }
}

/* 4) evita colar na borda no mobile quando tema zera padding */
@media (max-width: 768px){
  .hu-footer > *{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .hu-footer__wrap{
    padding: 18px 18px !important;
  }
}
.hu-footer__final{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.08);
  text-align: center;
}

.hu-footer__finalText{
  margin: 0 0 10px;
  font-size: 12px;
  color: rgba(0,0,0,.62);
}

.hu-footer__copyrightRow{
  font-size: 12px;
  color: rgba(0,0,0,.62);
  margin-bottom: 6px;
}

.hu-footer__policyLinks{
  font-size: 12px;
}

.hu-footer__policyLinks .hu-footer__sep{
  margin: 0 10px;
  color: rgba(0,0,0,.35);
}
/* ====== FIX: respiro lateral + centralizar miolo do rodapé ====== */

/* 1) O rodapé inteiro ganha padding lateral (isso move a 1ª coluna pra direita) */
.hu-footer{
  padding-left: 28px !important;
  padding-right: 28px !important;
  box-sizing: border-box !important;
}

/* 2) Limita o conteúdo do rodapé a uma largura máxima e centraliza */
.hu-footer__wrap,
.hu-footer__grid,
.hu-footer__bottom,
.hu-footer__final{
  max-width: 1100px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* 3) Se o tema estiver impondo width/align, força */
.hu-footer__grid{
  width: 100% !important;
}

/* 4) Corrige o bloco final (links não ficam colados na direita) */
.hu-footer__final{
  text-align: center !important;
}

/* 5) Responsivo */
@media (max-width: 768px){
  .hu-footer{
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}
.hu-footer__final{
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(0,0,0,.08);
  text-align: center;
}

.hu-footer__finalText{
  margin: 0 0 10px;
  font-size: 12px;
  color: rgba(0,0,0,.62);
}

.hu-footer__legacy{
  font-size: 12px;
  color: rgba(0,0,0,.62);
  margin-bottom: 6px;
}

.hu-footer__policyLinks{
  font-size: 12px;
}

.hu-footer__policyLinks .hu-footer__sep{
  margin: 0 10px;
  color: rgba(0,0,0,.35);
}
/* ====== MOBILE FOOTER FIX (centralizado e bonito) ====== */
@media (max-width: 768px){

  /* 1) Dá respiro e impede ficar colado na tela */
  .hu-footer{
    padding-left: 18px !important;
    padding-right: 18px !important;
    box-sizing: border-box !important;
  }

  /* 2) Tudo em 1 coluna e centralizado */
  .hu-footer__grid{
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    text-align: center !important;
    justify-items: center !important;  /* centraliza as “colunas” */
  }

  /* 3) Centraliza blocos e limita largura pra não estourar */
  .hu-footer__col{
    width: 100% !important;
    max-width: 520px !important;
    margin: 0 auto !important;
  }

  /* 4) Links em coluna e centralizados */
  .hu-footer__list{
    justify-items: center !important;
    text-align: center !important;
  }

  /* 5) Centraliza badges/flag/estrelas */
  .hu-footer__badges{
    justify-content: center !important;
  }

  /* 6) Linha final (texto + copyright + policy links) */
  .hu-footer__final,
  .hu-footer__bottom,
  .hu-footer__policyLinks{
    text-align: center !important;
  }
  .hu-footer__bottom{
    flex-direction: column !important;
    align-items: center !important;
    gap: 6px !important;
  }
}/* End custom CSS */