/* style.css */
.whatsapp-button {
    background-color: #25D366 !important; /* Cor do botão do WhatsApp */
    border-color: #25D366 !important;
    color: #ffffff;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    position: relative;
}

.whatsapp-icon {
    margin-right: 8px;
    vertical-align: middle;
}

.checkout-button.button.alt.wc-forward {
  display: none !important;
}

.nasa-buy-now {
  display: none !important;
}

.button.checkout.wc-forward {
  display: none !important;
}

#whatsapp-button {
  width: 100% !important;
}

.modal {
    display: none; /* Mantém a modal oculta inicialmente */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto; /* Adiciona rolagem se necessário */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* Estilo do botão da modal */
.button-accept, .button-accept:hover {
    background-color: #25D366;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
