/* Custom CSS by BG */

.buy-now-btn {
    background-color: #ccc;
    color: #000;
    border: none;
    padding: 12px 25px;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}

.buy-now-btn:hover {
    background-color: #fff;
    color: #000;
}
