/* Discount-section */
.discount-section {
    display: grid;
    height: 50vh;
    background: url("../../images/bg_2-d2e4b70ba5944ed174746284cf5cfe55.jpg") no-repeat center center / cover;
}

#btn-discount {
    bottom: 10%;
}


/* product-section */
.product-section {
    display: grid;
    /* background: linear-gradient(#c2a283, #bea790, #c5bbb1, #dcd6d0, #f1f0ef, #dcd6d0, #c5bbb1, #bea790, #c2a283); */
    /* background: #f7f7f7; */
}