.myflower-buy-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #e91e63;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    margin-top: 10px;
}

.myflower-buy-button:hover {
    background-color: #c2185b;
    color: white;
}

.myflower-buy-button.button.alt {
    background-color: #e91e63;
}

.myflower-buy-button.button.alt:hover {
    background-color: #c2185b;
}
