#floating-cart {
    display: flex;
    position: fixed;
    bottom: 20px;
    right: 25px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    background: #1AA54D;
    border-radius: 10px;
}


/* cart side nav */

/* .sidenav {
    width: 0;
    max-width: 480px;
    position: fixed;
    z-index: 2;
    top: 0;
    right: 0;
    background-color: #FCFCFC;
    overflow-x: hidden;
    transition: 0.2s;
    height: calc(100dvh - 32px);
    margin-top: 32px;
} */

/* .sidenav a:hover {
    transform: scale(1.1);
    transition: 0.2s;
}
.overlay {
    position: fixed;
    z-index: 1; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%); 
    display: none; 
} */


/* .cart-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #E0E0E0;
}

.cart-header h2 {
    font-size: 28px;
    line-height: 37px;
    margin: 0;
    font-weight: 600;
    color: #000;
} */

