body.mp-cart-open{overflow:hidden!important;position:fixed;width:100%}.mp-cart-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid #f1f2f6}.mp-item-img img{width:85px;height:85px;object-fit:cover;border-radius:18px;box-shadow:0 5px 15px rgba(0,0,0,.05)}.mp-item-info{flex-grow:1;display:flex;flex-direction:column;justify-content:center}.mp-item-name{font-size:16px;font-weight:600;color:#2d3436;line-height:1.3;margin-bottom:4px}.mp-item-meta{font-size:13px;color:#a4b0be;margin-bottom:12px}.mp-item-meta span{color:#2d3436;font-weight:500}.mp-qty-price-row{display:flex;align-items:center;justify-content:space-between}.mp-quantity-box{display:flex;align-items:center;background:#f1f2f6;border-radius:12px;height:38px;width:100px;padding:4px}.mp-qty-val{flex:1;text-align:center;font-size:14px;font-weight:700;color:#2d3436}.mp-qty-controls{display:flex;flex-direction:row;gap:4px}.mp-qty-arrow{width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;background:#fff;color:#2d3436;border-radius:8px;box-shadow:0 2px 5px rgba(0,0,0,.05);transition:.2s}.mp-qty-arrow:hover{background:#2d3436;color:#fff}.mp-item-total-price{font-size:17px;font-weight:700;color:#c5a059}