/*
Theme Name: Oxence child
Author: WebTend
Description: A child theme of Oxence WordPress Theme
Version: 1.0.1
Template: oxence
Text Domain: oxence-child
*/
.single-product .plant-message {
    background-color: #e8f5e9; /* Light green background */
    color: #2e7d32; /* Dark green text */
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    border-radius: 5px;
    margin-top: 15px;
    border: 2px solid #4caf50; /* Green border */
}