#menuyard-cart{
position:fixed;
right:20px;
bottom:20px;
width:280px;
background:#ffffff;
border-radius:12px;
box-shadow:0 8px 30px rgba(0,0,0,0.2);
padding:16px;
font-family:Poppins,sans-serif;
display:none;
z-index:9999;
}

#menuyard-cart h4{
margin:0 0 10px;
font-size:17px;
}

#menuyard-items{
max-height:220px;
overflow:hidden;
}

.menuyard-item{
font-size:14px;
padding:6px 0;
border-bottom:1px solid #eee;
}

#menuyard-showmore{
display:none;
cursor:pointer;
font-size:13px;
margin-top:8px;
color:#555;
}

#menuyard-whatsapp{
margin-top:12px;
width:100%;
padding:10px;
background:#25D366;
border:none;
color:white;
font-weight:600;
border-radius:6px;
cursor:pointer;
}

#menuyard-close{
margin-top:8px;
font-size:13px;
cursor:pointer;
text-align:center;
color:#888;
}