.buy-now {
    background: linear-gradient(95deg, #d4af37 0%, #f3d572 100%
100% )!important;
    padding: 12px 24px;
    border: none;
    border-radius: 40px;
    /* background: #d4af37; */
    color: #000;
    cursor: pointer;
    font-weight: 600;
    transition: 0.4s;
}
 .add-to-cart {
            background: transparent !important;
            border: 1px solid #d4af37 ! important;
            color: #d4af37 !important;
        }

        .add-to-cart:hover {
            background: #d4af37;
            color: #000;
            transform: scale(1.02);
        }