/*
Theme Name: Hello Elementor Child
Template: hello-elementor
*/
.tape-discount-message-wrap {
    display: block;
    width: 100%;
    margin-top: 20px;
    clear: both;
}

.tape-discount-message {
    background-color: #e6ffe6;
    padding: 14px;
    border-radius: 8px;
    font-weight: bold;
    color: #006400;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}

/* ============================
   Ajuste de layout mobile - WooCommerce + Melhor Envio
   ============================ */
@media (max-width: 768px) {
  /* Garante que o form de variação use flex em coluna */
  .woocommerce div.product form.variations_form {
    display: flex;
    flex-direction: column;
  }

  /* Move o simulador de frete para o topo no mobile */
  #woocommerce-correios-calculo-de-frete-na-pagina-do-produto {
    order: -1;
    margin-bottom: 20px;
  }

  /* Garante ordem correta para quantidade e botão */
  .woocommerce div.product .variations_button .quantity,
  .woocommerce div.product .variations_button .single_add_to_cart_button {
    order: 1;
  }
}
