.bg-gradient {
    background: linear-gradient(to right, green, red);
    color: #fff;
}

.discount-banner {
    background-color: #ffb74d;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.custom-image {
    width: 100%;
    height: auto;
    max-height: 650px;
}

.amazon-color {
    background-color: #ff9900;
    /* Replace with Amazon color */
    color: #fff;
    border-color: #ff9900;
}

.amazon-color:hover {
    background-color: #e68a00;
    /* Replace with Amazon hover color */
    border-color: #e68a00;
    /* Replace with Amazon hover color */
    color: #fff;
}