
.chn-whatsapp-btn {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 99999;
    background: white;
    padding: 9px;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: transform 0.25s ease;
}

.chn-whatsapp-btn:hover {
    transform: scale(1.1);
}

.delivery-ready {
    color: green;
    font-weight: bold;
    font-size: 16px;
}

.delivery-preorder {
    color: orange;
    font-weight: bold;
    font-size: 16px;
}

/* Kill WooCommerce default styling */
button.show-password-input {
    appearance: none;
    -webkit-appearance: none;

    background: transparent !important;
    border: none !important;
    box-shadow: none !important;

    width: 32px;
    height: 32px;

    padding: 0;
    margin: 0;

    top: 50%;
    transform: translateY(-50%);
    right: 10px;

    color: #666;
}


/* Labels */
#wpforms-4605 .wpforms-field-label {
    font-weight: 600;
    margin-bottom: 6px;
    color: #222;
}

/* Inputs & textarea */
#wpforms-4605 input[type="text"],
#wpforms-4605 input[type="email"],
#wpforms-4605 textarea {
    width: 100%;
    padding: 8px 8px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 15px;
    transition: all 0.2s ease;
}

/* Focus state */
#wpforms-4605 input:focus,
#wpforms-4605 textarea:focus {
    border-color: #2563eb;
    outline: none;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.15);
}

/* Textarea height */
#wpforms-4605 textarea {
    min-height:10px;
    resize: vertical;
}

/* Submit button */
#wpforms-4605 button.wpforms-submit {
    background: #000000;
    color: #fff;
    border-radius: 8px;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* Button hover */
#wpforms-4605 button.wpforms-submit:hover {
    background: #707070;
    transform: translateY(-1px);
}

/* Product card border (preview + live) */
.preview ul.products li.product,
.page-id-226969 ul.products li.product {
    border: 1px solid #e5e7eb;   /* light grey border */
    border-radius: 12px;
    padding: 16px;
    background: #ffffff;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}







