.elementor-9782 .elementor-element.elementor-element-452063b{--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;--padding-top:30px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-9782 .elementor-element.elementor-element-6c18130{padding:0px 30px 20px 30px;text-align:center;}.elementor-9782 .elementor-element.elementor-element-6c18130 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:24px;font-weight:600;line-height:29px;color:var( --e-global-color-secondary );}#elementor-popup-modal-9782 .dialog-widget-content{animation-duration:0.6s;border-style:none;border-radius:8px 8px 8px 8px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-9782{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-9782 .dialog-message{width:520px;height:auto;}#elementor-popup-modal-9782 .dialog-close-button{display:flex;}@media(min-width:768px){.elementor-9782 .elementor-element.elementor-element-452063b{--content-width:520px;}}@media(min-width:2400px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:1366px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-9782 .elementor-element.elementor-element-452063b{--content-width:90%;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}.elementor-9782 .elementor-element.elementor-element-6c18130{padding:0px 0px 10px 0px;}}/* Start custom CSS *//* ======== FORMULÁRIO POPUP WHATSAPP ======== */
.fomwhats {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* ======== CORRIGE ESPAÇO ENTRE OS CAMPOS ======== */
.fomwhats .wpforms-container .wpforms-field,
.wp-core-ui .fomwhats .wpforms-container .wpforms-field {
  padding: 8px 0 !important;
  margin-bottom: 0 !important;
}

/* ======== CAMPOS DE TEXTO ======== */
.fomwhats input[type="text"],
.fomwhats input[type="tel"],
.fomwhats input[type="email"],
.fomwhats input[type="number"],
.fomwhats textarea,
.fomwhats select {
  width: 100% !important;
  max-width: 100% !important;
  /* ALTURA DOS CAMPOS - Reduzido para 40px */
  padding: 8px 12px !important; /* Reduzido de 12px 14px */
  border: 1px solid #ddd !important;
  border-radius: 6px !important;
  font-size: 14px !important;
  color: #444 !important;
  box-sizing: border-box;
  display: block;
  line-height: 1.4;
  transition: all 0.2s ease;
  /* Define altura consistente para inputs */
  height: 40px !important; /* Altura fixa reduzida */
}

/* Textarea tem altura diferente */
.fomwhats textarea {
  height: auto !important; /* Textarea mantém altura automática */
  min-height: 80px;
}

/* Efeito de foco nos campos */
.fomwhats input[type="text"]:focus,
.fomwhats input[type="tel"]:focus,
.fomwhats input[type="email"]:focus,
.fomwhats input[type="number"]:focus,
.fomwhats textarea:focus,
.fomwhats select:focus {
  outline: none;
  border-color: #25D366 !important;
  box-shadow: 0 0 0 2px rgba(37, 211, 102, 0.1) !important;
}

/* ======== PLACEHOLDERS ======== */
.fomwhats input::placeholder,
.fomwhats textarea::placeholder {
  font-size: 13px;
  color: #999999;
  opacity: 1;
}

/* ======== TÍTULOS DOS CAMPOS ======== */
.fomwhats label,
.fomwhats legend.wpforms-field-label {
  font-size: 13px !important;
  color: #5d361e !important;
  font-weight: 600 !important;
  margin-bottom: 6px !important;
  display: block;
  line-height: 1.3;
}

/* ======== OPÇÕES RADIO (Pix / Cartão e Entrega / Retirada) ======== */
.fomwhats .wpforms-field-radio ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
  gap: 10px !important;
  list-style: none !important;
  padding: 0 !important;
  margin: 4px 0 0 0 !important;
}

.fomwhats .wpforms-field-radio ul li {
  flex: 1 1 calc(50% - 10px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 6px 0 !important; /* Reduzido de 8px */
  margin: 0 !important;
}

/* Estilização dos radio buttons */
.fomwhats .wpforms-field-radio input[type="radio"] {
  transform: scale(1.2);
  margin: 0 !important;
  vertical-align: middle !important;
  position: relative;
  top: 0 !important;
  accent-color: #25D366;
}

/* Texto das opções */
.fomwhats .wpforms-field-radio label.wpforms-field-label-inline {
  font-size: 13px !important;
  color: #444 !important;
  cursor: pointer;
  line-height: 1.3;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: left !important;
  padding-left: 4px;
  padding-top: 0;
  margin: 0 !important;
  font-weight: 500 !important;
}

/* ======== BOTÃO DE ENVIAR ======== */
.fomwhats .wpforms-submit-container {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding: 8px 0 4px 0;
}

.fomwhats .wpforms-submit {
  border-radius: 8px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  /* ALTURA DO BOTÃO - também reduzida para manter proporção */
  padding: 10px 20px !important; /* Reduzido de 14px 24px */
  cursor: pointer;
  width: auto;
  transition: all 0.3s ease;
  background-color: #25D366 !important;
  color: white !important;
  border: none !important;
  min-height: 42px; /* Reduzido de 48px */
}

.fomwhats .wpforms-submit:hover {
  background-color: #13b13c !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

/* ======== RESPONSIVIDADE ======== */
@media (max-width: 480px) {
  .fomwhats {
    gap: 10px;
  }
  
  .fomwhats .wpforms-container .wpforms-field,
  .wp-core-ui .fomwhats .wpforms-container .wpforms-field {
    padding: 6px 0 !important;
  }
  
  /* Mantém duas colunas mesmo no mobile */
  .fomwhats .wpforms-field-radio ul {
    gap: 8px !important;
  }
  
  .fomwhats .wpforms-field-radio ul li {
    flex: 1 1 calc(50% - 8px) !important;
    padding: 4px 0 !important; /* Reduzido de 6px */
    gap: 6px !important;
  }
  
  .fomwhats .wpforms-field-radio label.wpforms-field-label-inline {
    font-size: 12px !important;
  }
  
  .fomwhats .wpforms-submit {
    width: 100% !important;
    font-size: 14px !important;
    padding: 9px 16px !important; /* Reduzido de 12px 20px */
    min-height: 40px; /* Reduzido de 42px */
  }
  
  .fomwhats .wpforms-submit-container {
    margin-top: 12px;
  }
  
  /* === Evita zoom no iOS ao digitar === */
  .fomwhats input[type="text"],
  .fomwhats input[type="tel"],
  .fomwhats input[type="email"],
  .fomwhats input[type="number"],
  .fomwhats textarea,
  .fomwhats select {
    font-size: 16px !important;
    padding: 10px 12px !important; /* Reduzido de 14px 12px */
    height: 42px !important; /* Altura mobile reduzida */
  }
  
  /* Textarea mobile */
  .fomwhats textarea {
    height: auto !important;
    min-height: 70px; /* Reduzido de 80px */
    padding: 10px 12px !important;
  }
}

/* Melhoria para textarea */
.fomwhats textarea {
  resize: vertical;
  min-height: 70px; /* Reduzido de 80px */
  line-height: 1.5;
  padding: 10px 12px !important; /* Reduzido para manter consistência */
}

/* Ajuste para campos obrigatórios */
.fomwhats .wpforms-field-required label:after {
  color: #e63757;
  margin-left: 4px;
}/* End custom CSS */